This is an automated email from the ASF dual-hosted git repository. dimas pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push: new dc8b11792 fix(deps): update dependency org.apache.commons:commons-compress to v1.28.0 (#2212) dc8b11792 is described below commit dc8b1179293f3ef9ec108404bc4468be45d829d2 Author: Mend Renovate <b...@renovateapp.com> AuthorDate: Thu Jul 31 02:43:02 2025 +0200 fix(deps): update dependency org.apache.commons:commons-compress to v1.28.0 (#2212) --- polaris-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris-core/build.gradle.kts b/polaris-core/build.gradle.kts index 4230e990a..8053ad8ea 100644 --- a/polaris-core/build.gradle.kts +++ b/polaris-core/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("org.apache.commons:commons-configuration2:2.12.0") { because("Vulnerability detected in 2.8.0") } - implementation("org.apache.commons:commons-compress:1.27.1") { + implementation("org.apache.commons:commons-compress:1.28.0") { because("Vulnerability detected in 1.21") } implementation("com.nimbusds:nimbus-jose-jwt:10.4") {