Browse Source

DATAMONGO-2430 - Upgrade to mongo-java-driver 3.11.2.

pull/816/head
Mark Paluch 6 years ago
parent
commit
a1b5175299
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  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.1</mongo> <mongo>3.11.2</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