You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by jh...@apache.org on 2019/10/03 05:01:21 UTC

[hadoop] branch branch-3.1 updated: HADOOP-16542. Update commons-beanutils version to 1.9.4. Contributed by kevin su.

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

jhung pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6d2888a  HADOOP-16542. Update commons-beanutils version to 1.9.4. Contributed by kevin su.
6d2888a is described below

commit 6d2888a2334a67974ead7db1aaaabe97d70b6719
Author: HUAN-PING SU <pi...@gmail.com>
AuthorDate: Tue Sep 10 19:55:46 2019 +0800

    HADOOP-16542. Update commons-beanutils version to 1.9.4. Contributed by kevin su.
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit 38c1a10024476ae78975e4dc7d27a1524722b79d)
    (cherry picked from commit f2be3e92b1fb0c29d306ec2be78732473656b359)
---
 hadoop-project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 15e6adb..e55b36e 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -901,7 +901,7 @@
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>


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