Skip to content

Commit 989a259

Browse files
committed
Upgrade to MongoDB driver 4.7.0-beta0.
Closes #4110
1 parent f5c520d commit 989a259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
</modules>
2525

2626
<properties>
27-
<source.level>16</source.level>
2827
<project.type>multi</project.type>
2928
<dist.id>spring-data-mongodb</dist.id>
3029
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
31-
<mongo>4.6.1</mongo>
30+
<mongo>4.7.0-beta0</mongo>
3231
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
3332
<jmh.version>1.19</jmh.version>
3433
</properties>

0 commit comments

Comments
 (0)