Upgrade to MongoDB driver 4.5.0

Closes: #3962
This commit is contained in:
Christoph Strobl
2022-02-11 07:43:13 +01:00
committed by Mark Paluch
parent 43ac1984ab
commit 32e7f2032d

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