This is an automated email from the ASF dual-hosted git repository.
huaxingao 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 0d2bee45b8 Build: Bump
org.apache.hadoop.thirdparty:hadoop-shaded-guava (#14542)
0d2bee45b8 is described below
commit 0d2bee45b81a20b71a426318b95ecf1ad9d816bc
Author: Yuya Ebihara <[email protected]>
AuthorDate: Mon Nov 10 01:05:18 2025 +0900
Build: Bump org.apache.hadoop.thirdparty:hadoop-shaded-guava (#14542)
Bumps org.apache.hadoop.thirdparty:hadoop-shaded-guava from 1.4.0 to 1.5.0.
---
updated-dependencies:
- dependency-name: org.apache.hadoop.thirdparty:hadoop-shaded-guava
dependency-version: 1.5.0
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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kafka-connect/build.gradle b/kafka-connect/build.gradle
index 856870c957..44d095e1c6 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -67,12 +67,13 @@
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
}
all {
exclude group: 'javax.activation', module: 'activation'
+ exclude group: 'org.jspecify', module: 'jspecify'
// force upgrades for dependencies with known vulnerabilities...
resolutionStrategy {
force 'org.codehaus.jettison:jettison:1.5.4'
force 'org.xerial.snappy:snappy-java:1.1.10.8'
force 'org.apache.commons:commons-compress:1.28.0'
- force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.4.0'
+ force 'org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.5.0'
force 'com.fasterxml.woodstox:woodstox-core:6.7.0'
force 'commons-beanutils:commons-beanutils:1.11.0'
}
@@ -263,4 +264,4 @@
project(':iceberg-kafka-connect:iceberg-kafka-connect-transforms') {
test {
useJUnitPlatform()
}
-}
\ No newline at end of file
+}