Browse Source

DATAMONGO-1864 - Upgrade to MongoDB Java Driver 3.6.2

pull/677/head
Christoph Strobl 8 years ago
parent
commit
b834af9779
  1. 2
      pom.xml

2
pom.xml

@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
<mongo>3.6.0</mongo>
<mongo>3.6.2</mongo>
<mongo.reactivestreams>1.7.0</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save