Upgrade to MongoDB driver 5.3.0-beta0.

Closes #4871
This commit is contained in:
Mark Paluch
2025-01-10 11:03:57 +01:00
parent 3c0b8e6c42
commit 1b0fd3a2ee

View File

@@ -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.2.1</mongo>
<mongo>5.3.0-beta0</mongo>
<mongodb-crypt>${mongo}</mongodb-crypt>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>