We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8248c60 commit 54cbedcCopy full SHA for 54cbedc
1 file changed
service/build.gradle
@@ -148,6 +148,10 @@ dependencies {
148
implementation('commons-beanutils:commons-beanutils:1.11.0') {
149
because("CVE-2025-48734")
150
}
151
+ // aircompressor required by parquet
152
+ implementation('io.airlift:aircompressor:2.0.3') {
153
+ because("CVE-2025-67721")
154
+ }
155
// tomcat-embed-core is included by Spring Boot
156
implementation('org.apache.tomcat.embed:tomcat-embed-core:11.0.14') {
157
because("CVE-2025-48988")
0 commit comments