Upgrade to MongoDB driver 4.8.0-beta0.

Closes: #4200
This commit is contained in:
Christoph Strobl
2022-10-11 14:41:40 +02:00
parent 5b6e5ca568
commit b31c21bb91

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