Upgrade to MongoDB 4.11.2 driver.

Closes: #4681
This commit is contained in:
Christoph Strobl
2024-04-04 11:02:19 +02:00
parent 65c58fd404
commit 0815c6d6e2

View File

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