From 6e850512c07a3c6c2751173512ea90f76d0a94ab Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 10 Oct 2024 09:26:56 +0200 Subject: [PATCH] Upgrade to MongoDB driver 5.2.0. Closes: #4805 --- pom.xml | 2 +- spring-data-mongodb/pom.xml | 2 +- src/main/antora/modules/ROOT/pages/preface.adoc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3fa54424af..6c28d06495 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ multi spring-data-mongodb 3.4.0-SNAPSHOT - 5.1.4 + 5.2.0 ${mongo} 1.19 diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index fafe9c8793..066f463015 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -115,7 +115,7 @@ org.mongodb mongodb-crypt - 1.8.0 + ${mongo} true diff --git a/src/main/antora/modules/ROOT/pages/preface.adoc b/src/main/antora/modules/ROOT/pages/preface.adoc index d69aa8d95a..6102974e0c 100644 --- a/src/main/antora/modules/ROOT/pages/preface.adoc +++ b/src/main/antora/modules/ROOT/pages/preface.adoc @@ -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