diff --git a/hive3/build.gradle b/hive3/build.gradle index 6d1a8df6bbd1..25f7c3fc8702 100644 --- a/hive3/build.gradle +++ b/hive3/build.gradle @@ -99,7 +99,7 @@ project(':iceberg-hive3') { testImplementation("org.apache.avro:avro:1.9.2") testImplementation("org.apache.calcite:calcite-core") testImplementation("com.esotericsoftware:kryo-shaded:4.0.2") - testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.6.5") + testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1") testImplementation("org.apache.hive:hive-service:${hiveVersion}") { exclude group: 'org.apache.hive', module: 'hive-exec' exclude group: 'org.apache.orc' diff --git a/mr/build.gradle b/mr/build.gradle index 11ec035e70d4..bbe8e38c1e31 100644 --- a/mr/build.gradle +++ b/mr/build.gradle @@ -65,7 +65,7 @@ project(':iceberg-mr') { testImplementation("org.apache.avro:avro:1.9.2") testImplementation("org.apache.calcite:calcite-core") testImplementation("com.esotericsoftware:kryo-shaded:4.0.2") - testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.6.5") + testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1") testImplementation("org.apache.hive:hive-service") { exclude group: 'org.apache.hive', module: 'hive-exec' }