Skip to content

Commit

Permalink
⬆️ Bump org.mongodb:mongodb-driver-reactivestreams
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 4.11.1 to 5.1.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.11.1...r5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent cf1e2c1 commit 4c073e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation group: 'org.mongodb', name: 'mongodb-driver-reactivestreams', version: '4.11.1'
implementation group: 'org.mongodb', name: 'mongodb-driver-reactivestreams', version: '5.1.0'
shadow group: 'io.papermc.paper', name: 'paper-api', version: '1.20.4-R0.1-SNAPSHOT'
shadow group: 'com.github.SkriptLang', name: 'Skript', version: '2.8.0', {
exclude module: 'Vault'
Expand Down

0 comments on commit 4c073e0

Please sign in to comment.