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 bbf95dec main: Update dependency
org.apache.commons:commons-configuration2 to v2.11.0 (#674)
bbf95dec is described below
commit bbf95decedd14253999e5c0526ae826da536ef3c
Author: Mend Renovate <[email protected]>
AuthorDate: Fri Jan 10 17:22:44 2025 +0100
main: Update dependency org.apache.commons:commons-configuration2 to
v2.11.0 (#674)
---
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 0a9b420d..635bb7a3 100644
--- a/polaris-core/build.gradle.kts
+++ b/polaris-core/build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
implementation("org.codehaus.jettison:jettison:1.5.4") {
because("Vulnerability detected in 1.1")
}
- implementation("org.apache.commons:commons-configuration2:2.10.1") {
+ 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") {