Skip to content

Commit

Permalink
Bump org.mongodb:mongodb-driver-sync from 5.1.0 to 5.1.1 (#5130)
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.1.0 to 5.1.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r5.1.0...r5.1.1)

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

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 Jun 15, 2024
1 parent 95b4241 commit 32cb04e
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.1.0')
implementation(group: 'org.mongodb', name: 'mongodb-driver-sync', version: '5.1.1')
implementation(group: 'jakarta.inject', name: 'jakarta.inject-api', version: '2.0.1')

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

0 comments on commit 32cb04e

Please sign in to comment.