Upgrade to MongoDB driver 4.8.2.

Closes #4270
This commit is contained in:
Mark Paluch
2023-01-13 10:30:01 +01:00
parent d438ef4b7b
commit a1b0caca42

View File

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