Skip to content

Commit

Permalink
Upgrade MongoDB driver to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Mar 30, 2023
1 parent 616c5b8 commit 5192cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bosk-mongo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ archivesBaseName = 'bosk-mongo'

dependencies {
api project(":bosk-core")
api "org.mongodb:mongo-java-driver:3.12.11" // Supports up to MongoDB 4.4: http://mongodb.github.io/mongo-java-driver/3.12/upgrading/
api 'org.mongodb:mongodb-driver-sync:4.1.2'
testImplementation project(":bosk-testing")
testImplementation project(":lib-testing")
}

0 comments on commit 5192cfa

Please sign in to comment.