Skip to content

Commit 66b5c4b

Browse files
authored
Merge pull request #44361 from gsmet/mongodb-5.2.1
Update to MongoDB Client 5.1.2 and sync MongoDB Crypt version
2 parents 998d667 + e517093 commit 66b5c4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bom/application/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@
165165
<liquibase-mongodb.version>4.29.1</liquibase-mongodb.version>
166166
<snakeyaml.version>2.3</snakeyaml.version>
167167
<osgi.version>6.0.0</osgi.version>
168-
<mongo-client.version>5.1.4</mongo-client.version>
169-
<mongo-crypt.version>1.11.0</mongo-crypt.version>
168+
<mongo-client.version>5.2.1</mongo-client.version>
170169
<proton-j.version>0.34.1</proton-j.version>
171170
<javaparser.version>3.26.2</javaparser.version>
172171
<hibernate-quarkus-local-cache.version>0.3.0</hibernate-quarkus-local-cache.version>
@@ -4529,7 +4528,7 @@
45294528
<dependency>
45304529
<groupId>org.mongodb</groupId>
45314530
<artifactId>mongodb-crypt</artifactId>
4532-
<version>${mongo-crypt.version}</version>
4531+
<version>${mongo-client.version}</version>
45334532
</dependency>
45344533
<dependency>
45354534
<!-- Solves version conflicts -->

0 commit comments

Comments
 (0)