You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/14 16:41:16 UTC

[ambari] branch trunk updated: AMBARI-25404: Remove dependency on commons-beanutils:commons-beanutils:jar:1.9.3 in Ambari (#3501)

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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 60231efa58 AMBARI-25404: Remove dependency on commons-beanutils:commons-beanutils:jar:1.9.3 in Ambari (#3501)
60231efa58 is described below

commit 60231efa58067ac094f65645ce500443aacee1f2
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Tue Nov 15 00:41:11 2022 +0800

    AMBARI-25404: Remove dependency on commons-beanutils:commons-beanutils:jar:1.9.3 in Ambari (#3501)
---
 ambari-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 6181ecc024..174d00543c 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -114,7 +114,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org