Upgrade to MongoDB driver 4.5.1

Resolves: #4013
This commit is contained in:
Christoph Strobl
2022-04-04 10:19:56 +02:00
parent 4c77763cd3
commit ab94a94b2e

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