Skip to content

Commit 029d2cf

Browse files
committed
Upgrade MongoDB to 4.4.1
Closes gh-2004
1 parent 108e108 commit 029d2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencyManagement {
3434
entry 'mockito-junit-jupiter'
3535
}
3636

37-
dependencySet(group: 'org.mongodb', version: '4.4.0') {
37+
dependencySet(group: 'org.mongodb', version: '4.4.1') {
3838
entry 'mongodb-driver-core'
3939
entry 'mongodb-driver-sync'
4040
entry 'mongodb-driver-reactivestreams'

0 commit comments

Comments
 (0)