Skip to content

Commit

Permalink
Merge pull request #45 from ekino/dependabot/gradle/org.mongodb-mongo…
Browse files Browse the repository at this point in the history
…db-driver-sync-4.9.0

Bump org.mongodb:mongodb-driver-sync from 4.7.1 to 4.9.0
  • Loading branch information
celcius112 authored Sep 28, 2023
2 parents b7278aa + f72ef4f commit 3c468f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcv-db-mongo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
implementation(group = "com.ekino.oss.jcv", name = "jcv-core", version = "${project.extra["jcv-core.version"]}")
implementation(group = "org.skyscreamer", name = "jsonassert", version = "${project.extra["jsonassert.version"]}")

implementation("org.mongodb:mongodb-driver-sync:4.7.1")
implementation("org.mongodb:mongodb-driver-sync:4.9.0")

testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "${project.extra["junit.version"]}")

Expand Down

0 comments on commit 3c468f2

Please sign in to comment.