Upgrade to MongoDB driver 4.4.2.

Closes: #3958
This commit is contained in:
Christoph Strobl
2022-02-09 07:45:45 +01:00
parent 899fb5ee0c
commit 087bef0f0a

View File

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