Skip to content

Commit ff8672b

Browse files
committed
Update to mongodb 4.8.0-beta0
Closes gh-2182
1 parent 31d4a76 commit ff8672b

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
@@ -32,7 +32,7 @@ dependencyManagement {
3232
dependency 'org.hamcrest:hamcrest:2.2'
3333
dependency 'org.hsqldb:hsqldb:2.7.0'
3434
dependency 'org.mariadb.jdbc:mariadb-java-client:3.0.7'
35-
dependencySet(group: 'org.mongodb', version: '4.7.1') {
35+
dependencySet(group: 'org.mongodb', version: '4.8.0-beta0') {
3636
entry 'mongodb-driver-core'
3737
entry 'mongodb-driver-sync'
3838
entry 'mongodb-driver-reactivestreams'

0 commit comments

Comments
 (0)