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 bcf17ba3b7
commit 33812f7197

View File

@@ -38,7 +38,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'