Upgrade to MongoDB driver 4.6.1

Closes: #4081
This commit is contained in:
Christoph Strobl
2022-06-20 09:10:40 +02:00
parent d4cce9ac00
commit 1671f960b6

View File

@@ -28,7 +28,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<mongo>4.6.0</mongo>
<mongo>4.6.1</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>