Browse Source

Upgrade to MongoDB Java Drivers 5.5.2.

Closes: #5070
4.5.x
Christoph Strobl 2 months ago
parent
commit
813e8af57c
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.5.5-SNAPSHOT</springdata.commons>
<mongo>5.5.1</mongo>
<mongo>5.5.2</mongo>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save