Browse Source

Upgrade to MongoDB driver 4.7.0

Closes: #4124
pull/4131/head
Christoph Strobl 3 years ago
parent
commit
f5378bf825
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 2
      pom.xml

2
pom.xml

@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
<mongo>4.7.0-beta0</mongo>
<mongo>4.7.0</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save