Upgrade to MongoDB driver 4.8.0

Closes: #4201
This commit is contained in:
Christoph Strobl
2022-11-15 07:37:11 +01:00
parent 23be69b9ce
commit cbc718e03d

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.8.0-rc0</mongo>
<mongo>4.8.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>