Upgrade to MongoDB 4.9.1.

Closes #4362
This commit is contained in:
Mark Paluch
2023-04-11 15:58:58 +02:00
parent 8bbc64317d
commit 414cf51f98

View File

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