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 62f497c062 Build: Bump io.grpc:grpc-netty-shaded from 1.79.0 to 1.80.0
(#15723)
62f497c062 is described below
commit 62f497c062d0dedf64193b187b8583b2ba6a3e49
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 23:43:03 2026 -0700
Build: Bump io.grpc:grpc-netty-shaded from 1.79.0 to 1.80.0 (#15723)
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from
1.79.0 to 1.80.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.79.0...v1.80.0)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
dependency-version: 1.80.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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kafka-connect/build.gradle b/kafka-connect/build.gradle
index abdc8dd9b8..e93ad8641f 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -81,7 +81,7 @@
project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') {
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'
- force 'io.grpc:grpc-netty-shaded:1.79.0'
+ force 'io.grpc:grpc-netty-shaded:1.80.0'
}
}
}