This is an automated email from the ASF dual-hosted git repository.
findepi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 79120354e8 Build: Bump
org.apache.hadoop.thirdparty:hadoop-shaded-guava (#11061)
79120354e8 is described below
commit 79120354e8e05a75e9610a7b08a4333bb4491e68
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 12 21:15:41 2024 +0200
Build: Bump org.apache.hadoop.thirdparty:hadoop-shaded-guava (#11061)
Bumps org.apache.hadoop.thirdparty:hadoop-shaded-guava from 1.2.0 to 1.3.0.
---
updated-dependencies:
- dependency-name: org.apache.hadoop.thirdparty:hadoop-shaded-guava
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
kafka-connect/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kafka-connect/build.gradle b/kafka-connect/build.gradle
index ad76fe7e16..bef660fb65 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -72,7 +72,7 @@
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
force 'org.codehaus.jettison:jettison:1.5.4'
force 'org.xerial.snappy:snappy-java:1.1.10.7'
force 'org.apache.commons:commons-compress:1.27.1'
- force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.2.0'
+ force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.3.0'
}
}
}