Skip to content

Commit

Permalink
build(deps): bump mongodb-driver-sync from 4.7.0 to 4.7.1 (#4831)
Browse files Browse the repository at this point in the history
Bumps [mongodb-driver-sync](https://github.com/mongodb/mongo-java-driver) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r4.7.0...r4.7.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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent f929b4c commit 151a8c9
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 @@ -81,7 +81,7 @@ val versionLogback = "1.2.11"
val versionMavenResolver = "1.7.3"
val versionMaven = "3.8.6"
val versionMockito = "4.6.1"
val versionMongodbDriverSync = "4.7.0"
val versionMongodbDriverSync = "4.7.1"
val versionNessieApprunner = "0.21.4"
val versionOpenapi = "3.0"
val versionQuarkus = dependencyVersion("versionQuarkus") // ensure that plugin version is the same
Expand Down

0 comments on commit 151a8c9

Please sign in to comment.