Upgrade MongoDB tests to sync driver 4.4.

Fixes #2076.
This commit is contained in:
Oliver Drotbohm
2021-10-14 17:40:58 +02:00
parent 358bd3578a
commit 92af07252f

View File

@@ -36,7 +36,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.3.0-beta4</version>
<version>4.4.0-beta1</version>
</dependency>
<dependency>