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-omid.git
The following commit(s) were added to refs/heads/master by this push:
new df17e623 OMID-324 Update commons-beanutils to 1.11.0 (#207)
df17e623 is described below
commit df17e62303b42c5ca9cbe13629cfb19d354c22e1
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jan 6 15:34:27 2026 +0100
OMID-324 Update commons-beanutils to 1.11.0 (#207)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eef0ed4d..531d2f71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<!-- 2.12+ shades guava -->
<curator.version>5.6.0</curator.version>
<snakeyaml.version>2.2</snakeyaml.version>
- <beanutils.version>1.9.4</beanutils.version>
+ <beanutils.version>1.11.0</beanutils.version>
<commons-io.version>2.18.0</commons-io.version>
<commons-pool2.version>2.12.1</commons-pool2.version>
<commons-lang3.version>3.18.0</commons-lang3.version>