From eeab99266fc11d2c5bbbc1d3af6718e44d896148 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 11 Nov 2024 14:49:32 +0100 Subject: [PATCH] Fix MongoCrypt dependency setup when testing with Driver 4.x. See #4817 --- pom.xml | 2 ++ spring-data-mongodb/pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c2b25e8e..d18f1b0e3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ spring-data-mongodb 3.4.0-SNAPSHOT 5.2.1 + ${mongo} ${mongo} 1.19 @@ -137,6 +138,7 @@ mongo-4.x 4.11.1 + 1.8.0 diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 2013d103d..42a7e37a7 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -115,7 +115,7 @@ org.mongodb mongodb-crypt - ${mongo} + ${mongodb-crypt} true