From 71e5b60b25f4bf28cc2a3cdd535249d7d5547a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:48:53 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.core:jackson-databind in /hive Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hive/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive/build.gradle b/hive/build.gradle index 06d57abbe..accd71f7b 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.21.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") 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.21.2") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") additionalSources(project(":opensearch-hadoop-mr")) javadocSources(project(":opensearch-hadoop-mr")) From 4ad79a5c276e0bd9e246c2b59d389af18fc2f354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 2 May 2026 00:50:12 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf4a0d79..bc4f965f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] ### Dependencies - Bumps `commons-logging:commons-logging` from 1.3.5 to 1.3.6 -- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.2 +- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.21.1 to 2.21.3 - Bumps `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.2 to 4.0.5 - Bumps `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 in /spark/core - Bumps `software.amazon.awssdk:http-client-spi` from 2.42.4 to 2.42.17