Skip to content

Commit 6e85051

Browse files
Upgrade to MongoDB driver 5.2.0.
Closes: #4805
1 parent 2dc8ffc commit 6e85051

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<project.type>multi</project.type>
2828
<dist.id>spring-data-mongodb</dist.id>
2929
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
30-
<mongo>5.1.4</mongo>
30+
<mongo>5.2.0</mongo>
3131
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
3232
<jmh.version>1.19</jmh.version>
3333
</properties>

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.mongodb</groupId>
117117
<artifactId>mongodb-crypt</artifactId>
118-
<version>1.8.0</version>
118+
<version>${mongo}</version>
119119
<optional>true</optional>
120120
</dependency>
121121

src/main/antora/modules/ROOT/pages/preface.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Spring Data MongoDB 4.x binaries require JDK level 17 and above and https://spring.io/docs[Spring Framework] {springVersion} and above.
55

6-
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).
6+
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).
77

88
[[compatibility.matrix]]
99
== Compatibility Matrix
@@ -24,7 +24,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
2424
2525
|2024.1
2626
|4.4.x
27-
|5.x
27+
|5.2.x
2828
|4.4.x to 8.x
2929
3030
|2024.0

0 commit comments

Comments
 (0)