Skip to content

Commit 0e1914b

Browse files
committed
Update to org.mongodb 4.7.1
Closes gh-2162
1 parent ec32a82 commit 0e1914b

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
@@ -30,7 +30,7 @@ dependencyManagement {
3030
dependency 'org.hamcrest:hamcrest:2.2'
3131
dependency 'org.hsqldb:hsqldb:2.7.0'
3232
dependency 'org.mariadb.jdbc:mariadb-java-client:3.0.7'
33-
dependencySet(group: 'org.mongodb', version: '4.6.0') {
33+
dependencySet(group: 'org.mongodb', version: '4.7.1') {
3434
entry 'mongodb-driver-core'
3535
entry 'mongodb-driver-sync'
3636
entry 'mongodb-driver-reactivestreams'

0 commit comments

Comments
 (0)