Skip to content

Commit

Permalink
Bump org.mongodb:mongodb-driver-reactivestreams from 5.1.1 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:mongodb-driver-reactivestreams](https://github.com/mongodb/mongo-java-driver) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.1...r5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 3f845be commit b4cf5ae
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 @@ -79,7 +79,7 @@ dependencies {
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.flywaydb:flyway-core:10.15.2")
implementation("org.flywaydb:flyway-database-postgresql:10.15.2")
implementation("org.mongodb:mongodb-driver-reactivestreams:5.1.1")
implementation("org.mongodb:mongodb-driver-reactivestreams:5.2.0")
implementation("com.github.openstack4j.core:openstack4j:3.12")
implementation("org.ow2.asm:asm:9.7") // necessary to make org.parboiled:parboiled-java compatible with Java 21
implementation("org.parboiled:parboiled-java:1.4.1")
Expand Down

0 comments on commit b4cf5ae

Please sign in to comment.