Skip to content

Commit

Permalink
Bump org.mongodb:mongodb-driver-sync from 5.2.1 to 5.3.0 (#5654)
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 5.2.1 to 5.3.0.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.2.1...r5.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent c892cc6 commit 48fb694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vividus-plugin-mongodb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project.description = 'VIVIDUS plugin for Mongo DB testing'
dependencies {
api project(':vividus-engine')
implementation project(':vividus-util')
implementation(group: 'org.mongodb', name: 'mongodb-driver-sync', version: '5.2.1')
implementation(group: 'org.mongodb', name: 'mongodb-driver-sync', version: '5.3.0')
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.11.4')
Expand Down

0 comments on commit 48fb694

Please sign in to comment.