Upgrade to MongoDB 5.1.2 driver.

Closes: #4741
Original Pull Request: #4743
This commit is contained in:
junhyungjang
2024-07-16 20:52:16 +09:00
committed by Christoph Strobl
parent 1545e184ef
commit 946492a4ec

View File

@@ -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>