From 9a1aca569181657639ba032db31f1396aa641215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:10:05 +1300 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 in /hive (#533) * Bump com.fasterxml.jackson.core:jackson-databind in /hive Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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-patch ... 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 +- hive/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7d2dc00..cee109bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security ### Dependencies -- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.1 +- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.2 - Bumps `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.1 - Bumps `io.netty:netty-all` from 4.1.112.Final to 4.1.115.Final - Bumps `com.google.protobuf:protobuf-java` from 4.28.2 to 4.28.3 diff --git a/hive/build.gradle b/hive/build.gradle index bfcba6b88..3a9ab8e71 100644 --- a/hive/build.gradle +++ b/hive/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation("org.apache.hive:hive-jdbc:$hiveVersion") { exclude module: "log4j-slf4j-impl" } - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") itestImplementation(project(":test:shared")) itestImplementation("org.apache.hive:hive-service:$hiveVersion") { @@ -52,7 +52,7 @@ dependencies { exclude module: "log4j-slf4j-impl" } itestImplementation("org.apache.tez:tez-dag:0.9.2") - itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") additionalSources(project(":opensearch-hadoop-mr")) javadocSources(project(":opensearch-hadoop-mr")) From 46f5c692bef9788f6d09af522eaed84f4df968bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:28:18 +1300 Subject: [PATCH 2/2] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 in /mr (#535) * Bump com.fasterxml.jackson.core:jackson-databind in /mr Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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-patch ... 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] --- mr/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mr/build.gradle b/mr/build.gradle index 675c7416c..c66a90487 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.18.1") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") testImplementation("io.netty:netty-all:4.1.115.Final") testImplementation("org.elasticsearch:securemock:1.2") itestEmbedded(project(":test:shared")) - itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") 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.