deps: Upgrade mongodb to latest and fix tests. (#2920)

This commit is contained in:
k1w1dev
2024-04-18 05:52:13 +12:00
committed by GitHub
parent 43db34a394
commit a6c2e4ad91
2 changed files with 28 additions and 47 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>3.0.0</version>
<version>4.12.6</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -77,4 +77,4 @@
</plugin>
</plugins>
</build>
</project>
</project>