File tree 3 files changed +4
-4
lines changed
src/main/antora/modules/ROOT/pages
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
<project .type>multi</project .type>
28
28
<dist .id>spring-data-mongodb</dist .id>
29
29
<springdata .commons>3.4.0-SNAPSHOT</springdata .commons>
30
- <mongo >5.1.4 </mongo >
30
+ <mongo >5.2.0 </mongo >
31
31
<mongo .reactivestreams>${mongo} </mongo .reactivestreams>
32
32
<jmh .version>1.19</jmh .version>
33
33
</properties >
Original file line number Diff line number Diff line change 115
115
<dependency >
116
116
<groupId >org.mongodb</groupId >
117
117
<artifactId >mongodb-crypt</artifactId >
118
- <version >1.8.0 </version >
118
+ <version >${mongo} </version >
119
119
<optional >true</optional >
120
120
</dependency >
121
121
Original file line number Diff line number Diff line change 3
3
4
4
The Spring Data MongoDB 4.x binaries require JDK level 17 and above and https://spring.io/docs[Spring Framework] {springVersion} and above.
5
5
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).
7
7
8
8
[[compatibility.matrix]]
9
9
== Compatibility Matrix
@@ -24,7 +24,7 @@ See also the https://www.mongodb.com/docs/drivers/java/sync/current/compatibilit
24
24
25
25
|2024.1
26
26
|4.4.x
27
- |5.x
27
+ |5.2. x
28
28
|4.4.x to 8.x
29
29
30
30
|2024.0
You can’t perform that action at this time.
0 commit comments