Browse Source

Upgrade to MongoDB driver 4.11.3.

Closes #4768
issue/4755
Mark Paluch 1 year ago
parent
commit
cc345972d6
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  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.9-SNAPSHOT</springdata.commons>
<mongo>4.11.2</mongo>
<mongo>4.11.3</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save