rmoff commented on code in PR #14985:
URL: https://github.com/apache/iceberg/pull/14985#discussion_r2668828652
##########
kafka-connect/build.gradle:
##########
@@ -76,6 +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.75.0'
Review Comment:
> make sure to update LICENSE/NOTICE files that reference the older version
Done
https://github.com/apache/iceberg/pull/14985/commits/f32b96972191babbdcbc02d34ac17aa944573b21
> it looks like the `gcp-bundle` also ships that version that has the CVE
IIUC it's coming from `com.google.cloud:libraries-bom:26.73.0` and pulling
in 1.76.2:
```
❯ ./gradlew :iceberg-gcp-bundle:dependencies --configuration
runtimeClasspath | grep grpc-netty-shaded
| +--- io.grpc:grpc-netty-shaded:1.76.2 (c)
[…]
```
I've updated the NOTICE file with this version number.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]