Upgrade to MongoDB driver 5.2.1.

Closes #4830
This commit is contained in:
Mark Paluch
2024-11-11 09:47:19 +01:00
parent 418125dc60
commit de210e0515

View File

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