From 95b483693841a5eb67d7bdf70fd87457be9d81f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:54:23 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /mr Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mr/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mr/build.gradle b/mr/build.gradle index 08c9bb147..f7d79f894 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -62,12 +62,12 @@ dependencies { implementation("javax.xml.bind:jaxb-api:2.3.1") testImplementation(project(":test:shared")) - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") testImplementation("io.netty:netty-all:4.1.114.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared")) - itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") itestImplementation("org.apache.hadoop:hadoop-minikdc:${project.ext.minikdcVersion}") { // For some reason, the dependencies that are pulled in with MiniKDC have multiple resource files // that cause issues when they are loaded. We exclude the ldap schema data jar to get around this.