Browse Source

DATAMONGO-2474 - Upgrade to MongoDB driver 4.0.0-rc0.

issue/SO-60250019
Christoph Strobl 6 years ago
parent
commit
f153399c3b
  1. 2
      pom.xml

2
pom.xml

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

Loading…
Cancel
Save