Skip to content

Commit

Permalink
Bump mongodb from 5.1.4 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps `mongodb` from 5.1.4 to 5.2.1.

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

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

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

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

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-driver-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.mongodb:mongodb-driver-reactivestreams
  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
- dependency-name: org.mongodb:mongodb-driver-sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 19c8205 commit 5c81a2c
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 @@ -5,7 +5,7 @@ kotlin = "1.9.24"
ktlint = "1.2.0"
jacoco = "0.8.11"
# dependencies
mongodb = "5.1.4"
mongodb = "5.2.1"
logback = "1.5.12"
r2dbc = "1.0.0.RELEASE"
coroutines = "1.9.0"
Expand Down

0 comments on commit 5c81a2c

Please sign in to comment.