JAVA-8984: Use embedded mongo version 4.4.9 (#11653)

This commit is contained in:
kwoyke
2022-01-11 16:33:05 +01:00
committed by GitHub
parent 384b3d4aef
commit a151a2c2f4
9 changed files with 18 additions and 6 deletions

View File

@@ -57,6 +57,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>${embed.mongo.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -126,6 +127,7 @@
<spring-tx.version>5.3.13</spring-tx.version>
<httpclient.version>4.5.2</httpclient.version>
<reactor-core.version>3.3.1.RELEASE</reactor-core.version>
<embed.mongo.version>3.2.6</embed.mongo.version>
</properties>
</project>

View File

@@ -1 +0,0 @@
spring.mongodb.embedded.version=3.5.5

View File

@@ -0,0 +1 @@
spring.mongodb.embedded.version=4.4.9