This is an automated email from the ASF dual-hosted git repository.

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f928be16 [AMORO-3732] Upgrade commons-beanutils version to 1.11.0 
(#3733)
1f928be16 is described below

commit 1f928be165574f637cc2d76fa18eb5da67741da7
Author: zhangwl9 <[email protected]>
AuthorDate: Mon Aug 18 11:08:36 2025 +0800

    [AMORO-3732] Upgrade commons-beanutils version to 1.11.0 (#3733)
    
    Upgrade commons-beanutils version to 1.11.0
    
    Co-authored-by: 张文领 <[email protected]>
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8332e7625..68ea099a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,7 @@
         <junit5.version>5.9.1</junit5.version>
         <commons-pool2.version>2.12.0</commons-pool2.version>
         <commons-lang3.version>3.14.0</commons-lang3.version>
+        <commons-beanutils.version>1.11.0</commons-beanutils.version>
         <cglib.version>2.2.2</cglib.version>
         <curator.version>5.7.0</curator.version>
         <mockito.version>4.11.0</mockito.version>
@@ -462,6 +463,12 @@
                 </exclusions>
             </dependency>
 
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>${commons-beanutils.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.apache.kerby</groupId>
                 <artifactId>kerb-simplekdc</artifactId>

Reply via email to