Upgrade MongoDB to 4.4.0

Closes gh-1967
This commit is contained in:
Eleftheria Stein
2021-11-16 13:56:44 +01:00
parent 91f20ca58c
commit ec9db3fb5e

View File

@@ -34,7 +34,7 @@ dependencyManagement {
entry 'mockito-junit-jupiter'
}
dependencySet(group: 'org.mongodb', version: '4.2.3') {
dependencySet(group: 'org.mongodb', version: '4.4.0') {
entry 'mongodb-driver-core'
entry 'mongodb-driver-sync'
entry 'mongodb-driver-reactivestreams'