Upgrade to MongoDB driver 5.4.0.

Closes: #4930
This commit is contained in:
Christoph Strobl
2025-03-27 07:46:09 +01:00
parent 1951c5b021
commit 4886eded0e

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<mongo>5.3.1</mongo>
<mongo>5.4.0</mongo>
<mongodb-crypt>${mongo}</mongodb-crypt>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>