Browse Source

Upgrade to MongoDB Java Drivers 5.6.0-alpha0.

Closes: #5055
pull/5056/head
Christoph Strobl 3 months ago
parent
commit
9d3c914b32
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>4.0.0-SNAPSHOT</springdata.commons>
<mongo>5.5.1</mongo>
<mongo>5.6.0-alpha0</mongo>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save