Browse Source

Upgrade to MongoDB 4.11.2 driver.

Closes: #4681
issue/4755
Christoph Strobl 2 years ago
parent
commit
0815c6d6e2
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  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.5-SNAPSHOT</springdata.commons>
<mongo>4.11.1</mongo>
<mongo>4.11.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save