Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ subprojects {
resolutionStrategy {
dependencySubstitution {
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")
substitute module("io.airlift:aircompressor") using module(libs.aircompressor.get().toString()) because("Enforce aircompressor that contains CVE-2025-67721 fix")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aliyun-tea = "1.4.1"
analyticsaccelerator = "1.3.1"
antlr = "4.9.3"
antlr413 = "4.13.1" # For Spark 4.0 support
aircompressor = "0.27"
aircompressor = "2.0.3"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apiguardian = "1.1.2"
arrow = "15.0.2"
avro = "1.12.1"
Expand Down
2 changes: 1 addition & 1 deletion open-api/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ License (from POM): Apache License, Version 2.0 - http://apache.org/licenses/LIC

--------------------------------------------------------------------------------

Group: io.airlift Name: aircompressor Version: 0.27
Group: io.airlift Name: aircompressor Version: 2.0.3
Project URL (from POM): https://github.com/airlift/aircompressor
License (from POM): Apache License 2.0 - https://www.apache.org/licenses/LICENSE-2.0.html

Expand Down
Loading