From bef4c757daec2957feff3b0f861f254ff00e77fd Mon Sep 17 00:00:00 2001 From: timis1 Date: Thu, 1 Jun 2023 23:10:53 +0300 Subject: [PATCH] JAVA-20167 Migrate spring-data-mongodb to JDK 17 --- persistence-modules/spring-data-mongodb/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/persistence-modules/spring-data-mongodb/pom.xml b/persistence-modules/spring-data-mongodb/pom.xml index afb5e8b9c1..87cf1acaf8 100644 --- a/persistence-modules/spring-data-mongodb/pom.xml +++ b/persistence-modules/spring-data-mongodb/pom.xml @@ -103,13 +103,13 @@ - 3.0.3.RELEASE - 4.3.1 + 3.4.7 + 5.0.0 1.1.3 4.1.0 - 3.2.0.RELEASE - 4.0.5 - 3.2.6 + 3.5.4 + 4.6.1 + 4.6.3 \ No newline at end of file