Browse Source

Upgrade to MongoDB Driver 4.11.0.

Closes: #4527
pull/4528/head
Christoph Strobl 2 years ago
parent
commit
b5deb1bc0a
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  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>3.2.0-SNAPSHOT</springdata.commons> <springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<mongo>4.10.2</mongo> <mongo>4.11.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