This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 7220158b928 [fix][sec] Upgrade commons-configuration2 to 2.15.0 to
address CVE-2026-45205 (#25844)
7220158b928 is described below
commit 7220158b928b2b9dc8151400a1a596d93ecd5637
Author: Lari Hotari <[email protected]>
AuthorDate: Thu May 21 09:44:56 2026 +0300
[fix][sec] Upgrade commons-configuration2 to 2.15.0 to address
CVE-2026-45205 (#25844)
---
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/server/src/assemble/LICENSE.bin.txt
b/distribution/server/src/assemble/LICENSE.bin.txt
index 5592be0f37e..5020a180ef4 100644
--- a/distribution/server/src/assemble/LICENSE.bin.txt
+++ b/distribution/server/src/assemble/LICENSE.bin.txt
@@ -289,7 +289,7 @@ The Apache Software License, Version 2.0
- commons-logging-commons-logging-1.3.5.jar
- org.apache.commons-commons-collections4-4.5.0.jar
- org.apache.commons-commons-compress-1.28.0.jar
- - org.apache.commons-commons-configuration2-2.12.0.jar
+ - org.apache.commons-commons-configuration2-2.15.0.jar
- org.apache.commons-commons-lang3-3.20.0.jar
- org.apache.commons-commons-text-1.14.0.jar
* Netty
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index de874e8ef30..7559c5a04ba 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -54,7 +54,7 @@ commons-text = "1.14.0"
commons-math3 = "3.6.1"
commons-logging = "1.3.5"
commons-beanutils = "1.11.0"
-commons-configuration2 = "2.12.0"
+commons-configuration2 = "2.15.0"
# BouncyCastle
bouncycastle = "1.84"
bouncycastle-bcpkix-fips = "2.0.11"