Browse Source

Upgrade to MongoDB driver 5.4.0.

Closes: #4930
pull/4931/head
Christoph Strobl 9 months ago
parent
commit
4886eded0e
No known key found for this signature in database
GPG Key ID: E6054036D0C37A4B
  1. 2
      pom.xml

2
pom.xml

@ -27,7 +27,7 @@
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons> <springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<mongo>5.3.1</mongo> <mongo>5.4.0</mongo>
<mongodb-crypt>${mongo}</mongodb-crypt> <mongodb-crypt>${mongo}</mongodb-crypt>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams> <mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version> <jmh.version>1.19</jmh.version>

Loading…
Cancel
Save