Browse Source

Upgrade to MongoDB 5.1.2 driver.

Closes: #4741
Original Pull Request: #4743
pull/4747/head
junhyungjang 1 year ago committed by Christoph Strobl
parent
commit
946492a4ec
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.4.0-SNAPSHOT</springdata.commons>
<mongo>5.0.1</mongo>
<mongo>5.1.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>

Loading…
Cancel
Save