DATAMONGO-2591 - Upgrade MongoDB drivers to 4.1.0-rc0.

This commit is contained in:
Christoph Strobl
2020-07-17 15:04:40 +02:00
parent 430c166a2b
commit 00aaf2145b

View File

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