This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch 5.2 in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push: new 2602568627 PHOENIX-7683 Bump Apache Commons Lang 3 to 3.18.0 due to CVE-2025-48924 (#2250) 2602568627 is described below commit 2602568627e58913aca938451407a4b2e651064a Author: Norbert Meszaros <meszinorbi2...@gmail.com> AuthorDate: Tue Jul 29 13:02:54 2025 +0200 PHOENIX-7683 Bump Apache Commons Lang 3 to 3.18.0 due to CVE-2025-48924 (#2250) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d53ae714f..b40a3a0259 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <protobuf-java.version>2.5.0</protobuf-java.version> <protoc.version>2.5.0</protoc.version> <commons-io.version>2.18.0</commons-io.version> - <commons-lang3.version>3.17.0</commons-lang3.version> + <commons-lang3.version>3.18.0</commons-lang3.version> <commons-csv.version>1.0</commons-csv.version> <commons-compress.version>1.26.0</commons-compress.version> <sqlline.version>1.9.0</sqlline.version>