Upgrade to MongoDB driver 4.7.0

Closes: #4124
This commit is contained in:
Christoph Strobl
2022-07-20 08:13:53 +02:00
parent 21057c3d17
commit f5378bf825

View File

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