Browse Source

Upgrade to MongoDB driver 4.10.2.

Closes #4445
pull/4447/head
Mark Paluch 2 years ago
parent
commit
f4a3e293e8
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  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.2.0-SNAPSHOT</springdata.commons>
<mongo>4.10.1</mongo>
<mongo>4.10.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save