Upgrade to MongoDB driver 4.11.1

Closes: #4551
This commit is contained in:
Christoph Strobl
2023-11-09 09:03:08 +01:00
parent fcc222244b
commit 5e76c0493e

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.11.0</mongo>
<mongo>4.11.1</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>