Upgrade to MongoDB driver 4.10.1

Closes: #4441
This commit is contained in:
Christoph Strobl
2023-07-07 11:39:42 +02:00
parent af26bb6b31
commit 19b1e713b2

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