This is an automated email from the ASF dual-hosted git repository.
blue 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 c1431e1928 Build: Bump jackson-annotations from 2.13.3 to 2.13.4
(#5702)
c1431e1928 is described below
commit c1431e192808704ff6c0a968f166fd7f837f1ab6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 09:33:18 2022 -0700
Build: Bump jackson-annotations from 2.13.3 to 2.13.4 (#5702)
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from
2.13.3 to 2.13.4.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 4f3c44f70f..a40914a5eb 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.13.3")
+ 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 1f24b815cd..e11aa06aa8 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.13.3")
+ testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
testImplementation("org.apache.hive:hive-service") {
exclude group: 'org.apache.hive', module: 'hive-exec'
}