Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
build(deps): bump mongodb-driver from 5.1.4 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps `mongodb-driver` from 5.1.4 to 5.2.0.

Updates `org.mongodb:bson` from 5.1.4 to 5.2.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.2.0)

Updates `org.mongodb:mongodb-driver-kotlin-sync` from 5.1.4 to 5.2.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.2.0)

Updates `org.mongodb:mongodb-driver-kotlin-coroutine` from 5.1.4 to 5.2.0
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.4...r5.2.0)

---
updated-dependencies:
- dependency-name: org.mongodb:bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mongodb:mongodb-driver-kotlin-sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mongodb:mongodb-driver-kotlin-coroutine
  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 13bb723 commit 4d62867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "2.0.20"
kotlinx-coroutines = "1.8.1"
dokkatoo = "2.4.0"
mongodb-driver = "5.1.4"
mongodb-driver = "5.2.0"
kotest = "5.9.1"

[plugins]
Expand Down

0 comments on commit 4d62867

Please sign in to comment.