Browse Source

DATAMONGO-1846 - Upgrade to MongoDB Java Driver 3.6.

Original pull request: #524.
pull/522/merge
Christoph Strobl 8 years ago committed by Mark Paluch
parent
commit
ddc6e4a219
  1. 2
      pom.xml

2
pom.xml

@ -28,7 +28,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.1.0.BUILD-SNAPSHOT</springdata.commons> <springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>3.5.0</mongo> <mongo>3.6.0</mongo>
<mongo.reactivestreams>1.6.0</mongo.reactivestreams> <mongo.reactivestreams>1.6.0</mongo.reactivestreams>
<jmh.version>1.19</jmh.version> <jmh.version>1.19</jmh.version>
</properties> </properties>

Loading…
Cancel
Save