Skip to content

Commit b8e9494

Browse files
committed
Upgrade MongoDB to 4.5.1
Closes gh-2047
1 parent 8d22763 commit b8e9494

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
@@ -38,7 +38,7 @@ dependencyManagement {
3838
entry 'mockito-junit-jupiter'
3939
}
4040

41-
dependencySet(group: 'org.mongodb', version: '4.4.1') {
41+
dependencySet(group: 'org.mongodb', version: '4.5.1') {
4242
entry 'mongodb-driver-core'
4343
entry 'mongodb-driver-sync'
4444
entry 'mongodb-driver-reactivestreams'

0 commit comments

Comments
 (0)