Skip to content

Commit

Permalink
Upgrade MongoDB to 4.5.1
Browse files Browse the repository at this point in the history
Closes gh-2047
  • Loading branch information
eleftherias committed Mar 30, 2022
1 parent 8d22763 commit b8e9494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencyManagement {
entry 'mockito-junit-jupiter'
}

dependencySet(group: 'org.mongodb', version: '4.4.1') {
dependencySet(group: 'org.mongodb', version: '4.5.1') {
entry 'mongodb-driver-core'
entry 'mongodb-driver-sync'
entry 'mongodb-driver-reactivestreams'
Expand Down

0 comments on commit b8e9494

Please sign in to comment.