This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 2afb3a50 main: Update dependency org.apache.commons:commons-compress
to v1.27.1 (#673)
2afb3a50 is described below
commit 2afb3a50f07ac718676f818eeab75da68b815619
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 17:23:13 2025 +0100
main: Update dependency org.apache.commons:commons-compress to v1.27.1
(#673)
---
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 635bb7a3..f8988163 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -55,7 +55,7 @@ dependencies {
implementation("org.apache.commons:commons-configuration2:2.11.0") {
because("Vulnerability detected in 2.8.0")
}
- implementation("org.apache.commons:commons-compress:1.26.0") {
+ implementation("org.apache.commons:commons-compress:1.27.1") {
because("Vulnerability detected in 1.21")
}
implementation("com.nimbusds:nimbus-jose-jwt:9.48") {