Skip to content

Commit

Permalink
Bump org.mongodb:bson from 4.10.2 to 4.11.1
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 4.10.2 to 4.11.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.10.2...r4.11.1)

---
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 Nov 9, 2023
1 parent adc1ed9 commit 82b9fa1
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 @@ -20,7 +20,7 @@ dependencies {
api(kotlin("reflect"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
api("org.mongodb:bson:4.10.2")
api("org.mongodb:bson:4.11.1")
}

java {
Expand Down

0 comments on commit 82b9fa1

Please sign in to comment.