Upgrade to MongoDB driver 4.9.0

Closes: #4289
This commit is contained in:
Christoph Strobl
2023-02-14 07:51:11 +01:00
parent 6d3043de9a
commit ac7551e47f

View File

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