Browse Source

Upgrade to MongoDB driver 5.5.0

Closes: #4962
pull/4968/head
Christoph Strobl 7 months ago
parent
commit
2b8b59aec2
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.0-SNAPSHOT</springdata.commons>
<mongo>5.4.0</mongo>
<mongo>5.5.0</mongo>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save