Browse Source

DATAMONGO-2399 - Upgrade to MongoDB Java Driver 3.11.1

pull/802/head
Christoph Strobl 6 years ago
parent
commit
837a9885f2
  1. 2
      pom.xml

2
pom.xml

@ -27,7 +27,7 @@
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons> <springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>3.11.0</mongo> <mongo>3.11.1</mongo>
<mongo.reactivestreams>1.12.0</mongo.reactivestreams> <mongo.reactivestreams>1.12.0</mongo.reactivestreams>
<jmh.version>1.19</jmh.version> <jmh.version>1.19</jmh.version>
</properties> </properties>

Loading…
Cancel
Save