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 2022/11/28 07:22:46 UTC

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

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 b5102a6f66 Build: Bump jackson-annotations from 2.14.0 to 2.14.1 (#6280)
b5102a6f66 is described below

commit b5102a6f6603b4ec776c849b2c0e5f212366f11d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 28 08:22:40 2022 +0100

    Build: Bump jackson-annotations from 2.14.0 to 2.14.1 (#6280)
    
    Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.14.0 to 2.14.1.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 d7fcb4ac80..620ff1c758 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.0")
+    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 1b096b1d81..1c6f068713 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.0")
+    testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1")
     testImplementation("org.apache.hive:hive-service") {
       exclude group: 'org.apache.hive', module: 'hive-exec'
     }