Bump MongoDB version to align with spring-data-mongodb.

Closes: #2420
This commit is contained in:
Christoph Strobl
2024-10-14 07:45:47 +02:00
parent ccfd0e3afe
commit b847ee823d

View File

@@ -36,7 +36,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>5.0.0</version>
<version>5.2.0</version>
</dependency>
<dependency>