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 1a5ec90385
commit 21b4b2433e
9 changed files with 18 additions and 6 deletions
@@ -37,6 +37,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>${embed.mongo.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -50,4 +51,8 @@
</plugins>
</build>
<properties>
<embed.mongo.version>3.2.6</embed.mongo.version>
</properties>
</project>
@@ -1,4 +1,4 @@
#To use a randomly allocated free port during tests to avoid port conflict across tests
spring.data.mongodb.port=0
spring.mongodb.embedded.version=3.5.5
spring.mongodb.embedded.version=4.4.9