Upgrade MongoDB to 4.6.0

Closes gh-2075
This commit is contained in:
Eleftheria Stein
2022-04-29 10:28:01 +02:00
parent 42580c3a44
commit a6f24bc27e

View File

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