From 2e8fdbdfaa44d91d7e07aabeec2e985c80bcd41f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 03:12:12 +0000 Subject: [PATCH] Bump org.mongodb:mongodb-driver from 3.12.11 to 3.12.14 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](https://github.com/mongodb/mongo-java-driver/compare/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] --- .../eventmesh-storage-mongodb/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eventmesh-storage-plugin/eventmesh-storage-mongodb/build.gradle b/eventmesh-storage-plugin/eventmesh-storage-mongodb/build.gradle index 5d4e671bd6..c5f4c10f8a 100644 --- a/eventmesh-storage-plugin/eventmesh-storage-mongodb/build.gradle +++ b/eventmesh-storage-plugin/eventmesh-storage-mongodb/build.gradle @@ -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'