diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ad706e4..2fcf34d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `com.google.guava:guava` from 11.0 to 23.0 - Bumps `commons-codec:commons-codec` from 1.4 to 1.15 - Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2 +- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.7.8 to 2.14.2 - Bumps `commons-httpclient:commons-httpclient` from 3.0.1 to 3.1 - Bumps `org.apache.rat:apache-rat` from 0.13 to 0.15 diff --git a/hive/build.gradle b/hive/build.gradle index c6293f858..54629a483 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.7.8") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.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.1") - itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.7.8") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2") additionalSources(project(":opensearch-hadoop-mr")) javadocSources(project(":opensearch-hadoop-mr"))