From eb191343be64ea626e74107a130d91d35a60e65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:07:28 +1300 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.16.0 in /mr (#356) * Bump com.fasterxml.jackson.core:jackson-databind in /mr Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.16.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] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- mr/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521a36351..87ef4d8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.slf4j:slf4j-api` from 1.7.6 to 2.0.9 - Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2 - Bumps `org.apache.htrace:htrace-core4` from 4.1.0-incubating to 4.2.0-incubating -- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.15.0 to 2.15.2 +- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.15.0 to 2.16.0 - Bumps `org.json4s:json4s-ast_2.10` from 3.2.10 to 3.6.12 - Bumps `org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7` from 1.0.0 to 1.1.1 - Bumps `org.apache.avro:avro` from 1.7.7 to 1.8.2 diff --git a/mr/build.gradle b/mr/build.gradle index cd7aa87ac..b6a333c24 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -68,12 +68,12 @@ dependencies { implementation("javax.xml.bind:jaxb-api:2.3.1") testImplementation(project(":test:shared")) - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") testImplementation("io.netty:netty-all:4.1.101.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared")) - itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.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.