From d359e951e45fbaabbc83df57a48d1f15744d2ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 10:59:14 +0000 Subject: [PATCH] Build: Bump jackson-annotations from 2.6.5 to 2.13.4 Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.6.5 to 2.13.4. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hive3/build.gradle | 2 +- mr/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hive3/build.gradle b/hive3/build.gradle index 6d1a8df6bbd1..192b327d6626 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.13.4") 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..d57ec295002c 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.13.4") testImplementation("org.apache.hive:hive-service") { exclude group: 'org.apache.hive', module: 'hive-exec' }