Skip to content

Commit

Permalink
fix(deps): bump org.mongodb:bson from 5.1.3 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.3...r5.2.0)

---
updated-dependencies:
- dependency-name: org.mongodb:bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 9c7f27b commit 9788ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api("tech.relaycorp:awala:[1.68.5,2.0.0)")
testImplementation("tech.relaycorp:awala-testing:1.5.34")

implementation("org.mongodb:bson:5.1.3")
implementation("org.mongodb:bson:5.2.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion")
testImplementation("org.jetbrains.kotlin:kotlin-test")
Expand Down

0 comments on commit 9788ae8

Please sign in to comment.