You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2023/02/16 11:00:42 UTC

[iceberg] branch master updated: Build: Bump jackson-annotations from 2.14.1 to 2.14.2 (#6687)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new ab6ba6801c Build: Bump jackson-annotations from 2.14.1 to 2.14.2 (#6687)
ab6ba6801c is described below

commit ab6ba6801cddd70d261357b514103fd8e95775f9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 16 12:00:37 2023 +0100

    Build: Bump jackson-annotations from 2.14.1 to 2.14.2 (#6687)
---
 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 620ff1c758..5190488f85 100644
--- a/hive3/build.gradle
+++ b/hive3/build.gradle
@@ -99,7 +99,7 @@ project(':iceberg-hive3') {
     testImplementation("org.apache.avro:avro")
     testImplementation("org.apache.calcite:calcite-core")
     testImplementation("com.esotericsoftware:kryo-shaded:4.0.2")
-    testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1")
+    testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
     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 1c6f068713..4ed799d5fb 100644
--- a/mr/build.gradle
+++ b/mr/build.gradle
@@ -65,7 +65,7 @@ project(':iceberg-mr') {
     testImplementation("org.apache.avro:avro")
     testImplementation("org.apache.calcite:calcite-core")
     testImplementation("com.esotericsoftware:kryo-shaded:4.0.2")
-    testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1")
+    testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.2")
     testImplementation("org.apache.hive:hive-service") {
       exclude group: 'org.apache.hive', module: 'hive-exec'
     }