From bc4aef862333623789dbb1c49f2c66bc933fab74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:51:54 +0000 Subject: [PATCH] Bump org.mongodb:mongodb-driver from 3.9.1 to 3.12.14 Bumps [org.mongodb:mongodb-driver](https://github.com/mongodb/mongo-java-driver) from 3.9.1 to 3.12.14. - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r3.9.1...r3.12.14) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver dependency-version: 3.12.14 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6b23e4a3..f2e98915 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { compile "org.elasticsearch:elasticsearch:${elasticsearchVersion}" compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: elasticsearchVersion compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion - compile "org.mongodb:mongodb-driver:3.9.1" + compile "org.mongodb:mongodb-driver:3.12.14" compile group: 'org.locationtech.spatial4j', name: 'spatial4j', version: '0.8' console "org.grails:grails-console"