Skip to content

Commit ba9eff5

Browse files
authored
main: Update dependency io.airlift:aircompressor to v2 (apache#692)
1 parent 29fa9cf commit ba9eff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("org.apache.iceberg:iceberg-api")
3131
implementation("org.apache.iceberg:iceberg-core")
3232
constraints {
33-
implementation("io.airlift:aircompressor:0.27") { because("Vulnerability detected in 0.25") }
33+
implementation("io.airlift:aircompressor:2.0.2") { because("Vulnerability detected in 0.25") }
3434
}
3535

3636
implementation(platform(libs.jackson.bom))

0 commit comments

Comments
 (0)