File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/antora/modules/ROOT/pages Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33
44The 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
You can’t perform that action at this time.
0 commit comments