Upgrade to MongoDB driver 5.2.0.

Closes: #4805
This commit is contained in:
Christoph Strobl
2024-10-10 09:26:56 +02:00
parent 2dc8ffce19
commit 6e850512c0
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
<mongo>5.1.4</mongo>
<mongo>5.2.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

View File

@@ -115,7 +115,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-crypt</artifactId>
<version>1.8.0</version>
<version>${mongo}</version>
<optional>true</optional>
</dependency>

View File

@@ -3,7 +3,7 @@
The Spring Data MongoDB 4.x binaries require JDK level 17 and above and https://spring.io/docs[Spring Framework] {springVersion} and above.
In terms of database and driver, you need at least version 4.x of https://www.mongodb.org/[MongoDB] and a compatible MongoDB Java Driver (4.x or 5.x).
In terms of database and driver, you need at least version 4.x of https://www.mongodb.org/[MongoDB] and a compatible MongoDB Java Driver (5.2.x).
[[compatibility.matrix]]
== Compatibility Matrix
@@ -24,7 +24,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
|2024.1
|4.4.x
|5.x
|5.2.x
|4.4.x to 8.x
|2024.0