This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new a1036fa PHOENIX-7577 Update commons-lang3 to 3.17.0 (#156)
a1036fa is described below
commit a1036faf28e2647af840d74ba25a0fa1286890a2
Author: Istvan Toth <[email protected]>
AuthorDate: Thu Apr 10 08:17:51 2025 +0200
PHOENIX-7577 Update commons-lang3 to 3.17.0 (#156)
---
phoenix5-hive/pom.xml | 2 +-
phoenix5-hive4/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/phoenix5-hive/pom.xml b/phoenix5-hive/pom.xml
index c760e72..18844c2 100644
--- a/phoenix5-hive/pom.xml
+++ b/phoenix5-hive/pom.xml
@@ -37,7 +37,7 @@
<top.dir>${project.basedir}/..</top.dir>
<test.tmp.dir>${project.build.directory}/tmp</test.tmp.dir>
<tez.version>0.9.1</tez.version>
- <commons-lang3.version>3.9</commons-lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
<calcite.version>1.16.0</calcite.version>
<hive.version>${hive3.version}</hive.version>
</properties>
diff --git a/phoenix5-hive4/pom.xml b/phoenix5-hive4/pom.xml
index 19b320c..bfa2734 100644
--- a/phoenix5-hive4/pom.xml
+++ b/phoenix5-hive4/pom.xml
@@ -39,7 +39,7 @@
<hive.version>${hive4.version}</hive.version>
<hive-storage.version>${hive.version}</hive-storage.version>
<tez.version>0.10.3</tez.version>
- <commons-lang3.version>3.9</commons-lang3.version>
+ <commons-lang3.version>3.17.0</commons-lang3.version>
<calcite.version>1.25.0</calcite.version>
<guava.version>33.2.1-jre</guava.version>
</properties>