Browse Source

Upgrade to MongoDB 4.3.0-beta4 Drivers.

Closes: #3693
pull/3732/head
Christoph Strobl 5 years ago
parent
commit
a6a2f0bde9
  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.6.0-SNAPSHOT</springdata.commons>
<mongo>4.2.3</mongo>
<mongo>4.3.0-beta4</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save