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 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"))