Browse Source

Upgrade to MongoDB driver 4.6.0.

Closes #4027
pull/4042/head
Mark Paluch 4 years ago
parent
commit
b134e1916d
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  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>3.0.0-SNAPSHOT</springdata.commons> <springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<mongo>4.5.1</mongo> <mongo>4.6.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams> <mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version> <jmh.version>1.19</jmh.version>
</properties> </properties>

Loading…
Cancel
Save