Skip to content

Commit

Permalink
Bump org.mongodb:mongodb-driver from 3.12.11 to 3.12.14
Browse files Browse the repository at this point in the history
Bumps [org.mongodb:mongodb-driver](https://github.com/mongodb/mongo-java-driver) from 3.12.11 to 3.12.14.
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.12.11...r3.12.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent d182e55 commit 2e8fdbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
testImplementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
testImplementation project(":eventmesh-common")

implementation 'org.mongodb:mongodb-driver:3.12.11'
testImplementation 'org.mongodb:mongodb-driver:3.12.11'
implementation 'org.mongodb:mongodb-driver:3.12.14'
testImplementation 'org.mongodb:mongodb-driver:3.12.14'

implementation 'io.cloudevents:cloudevents-json-jackson'
testImplementation 'io.cloudevents:cloudevents-json-jackson'
Expand Down

0 comments on commit 2e8fdbd

Please sign in to comment.