Upgrade to MongoDB Driver 4.11.0.

Closes: #4527
This commit is contained in:
Christoph Strobl
2023-10-13 07:43:10 +02:00
parent 5afb8ada85
commit b5deb1bc0a

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<mongo>4.10.2</mongo>
<mongo>4.11.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>