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 cb028cdcc9 PHOENIX-7577 Update commons-lang3 to 3.17.0 (#2106)
cb028cdcc9 is described below
commit cb028cdcc9436e8908ded125b674ed8a8ac3c568
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Apr 11 10:27:55 2025 +0200
PHOENIX-7577 Update commons-lang3 to 3.17.0 (#2106)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 727fd5e50f..14ad258bd0 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.8</commons-lang3.version>
+ <commons-lang3.version>3.17.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>