diff --git a/hive/build.gradle b/hive/build.gradle index 7646d5b67..e39c777f9 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.15.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") 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.15.2") + itestImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0") additionalSources(project(":opensearch-hadoop-mr")) javadocSources(project(":opensearch-hadoop-mr"))