Upgrade to MongoDB 5.0.1 driver.

Closes: #4680
This commit is contained in:
Christoph Strobl
2024-04-04 10:55:07 +02:00
parent d294d50407
commit abbe4f308d

View File

@@ -27,7 +27,7 @@
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.3.0-SNAPSHOT</springdata.commons>
<mongo>5.0.0</mongo>
<mongo>5.0.1</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
</properties>