nastra commented on code in PR #14941:
URL: https://github.com/apache/iceberg/pull/14941#discussion_r2792583457


##########
build.gradle:
##########
@@ -194,14 +196,21 @@ subprojects {
       exclude group: 'com.sun.jersey.contribs'
       exclude group: 'org.pentaho', module: 'pentaho-aggdesigner-algorithm'
       exclude group: 'org.jetbrains', module: 'annotations'
+      resolutionStrategy {
+        dependencySubstitution {
+          substitute module("org.lz4:lz4-java") using 
module(libs.lz4Java.get().toString()) because(

Review Comment:
   nit: I think it's fine to just put everything into a single line: 
`substitute module("org.lz4:lz4-java") using 
module(libs.lz4Java.get().toString()) because("Enforce lz4-java that contains 
CVE-2025-12183 and CVE-2025-66566 fixes")`



-- 
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]

Reply via email to