We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fa9cf commit ba9eff5Copy full SHA for ba9eff5
polaris-core/build.gradle.kts
@@ -30,7 +30,7 @@ dependencies {
30
implementation("org.apache.iceberg:iceberg-api")
31
implementation("org.apache.iceberg:iceberg-core")
32
constraints {
33
- implementation("io.airlift:aircompressor:0.27") { because("Vulnerability detected in 0.25") }
+ implementation("io.airlift:aircompressor:2.0.2") { because("Vulnerability detected in 0.25") }
34
}
35
36
implementation(platform(libs.jackson.bom))
0 commit comments