This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 7fd8a2ddc9 Build: Bump io.grpc:grpc-netty-shaded from 1.76.2 to 1.78.0
(#15024)
7fd8a2ddc9 is described below
commit 7fd8a2ddc94e32b665bc954a0b409705af36527b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 10 21:13:43 2026 -0800
Build: Bump io.grpc:grpc-netty-shaded from 1.76.2 to 1.78.0 (#15024)
Bumps [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) from
1.76.2 to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.76.2...v1.78.0)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
dependency-version: 1.78.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 5f14531269..89d1182732 100644
--- a/kafka-connect/build.gradle
+++ b/kafka-connect/build.gradle
@@ -76,7 +76,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.76.2'
+ force 'io.grpc:grpc-netty-shaded:1.78.0'
}
}
}