Upgrade to MongoDB driver 4.4.1.

Closes #3926
This commit is contained in:
Mark Paluch
2022-01-10 08:52:57 +01:00
committed by Christoph Strobl
parent 1e40448b70
commit fb905761a0

View File

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