Upgrade to MongoDB driver 4.10.2.

Closes #4445
This commit is contained in:
Mark Paluch
2023-07-11 15:46:37 +02:00
parent f0697db32b
commit f4a3e293e8

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