Browse Source

Upgrade to MongoDB Java Drivers 5.6.1.

Closes: #5071
pull/5073/head
Christoph Strobl 2 months ago
parent
commit
9dfe098c66
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.6.0</mongo>
<mongo>5.6.1</mongo>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save