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

dmitriusan 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 9cae3c4  [AMBARI-25324] : Upgrade commons-lang/lang3 to latest 
versions (#3035)
9cae3c4 is described below

commit 9cae3c4f5a5884956630f128cef786d15ccb9610
Author: Viraj Jasani <virajjasani...@gmail.com>
AuthorDate: Tue Jun 25 16:57:04 2019 +0530

    [AMBARI-25324] : Upgrade commons-lang/lang3 to latest versions (#3035)
---
 ambari-project/pom.xml                   | 2 +-
 ambari-server/pom.xml                    | 2 +-
 ambari-serviceadvisor/pom.xml            | 4 ++--
 contrib/ambari-log4j/pom.xml             | 2 +-
 contrib/views/capacity-scheduler/pom.xml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index 5bc4497..dd8b904 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -418,7 +418,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.5</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index ab7cd11..bbe38e6 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1335,7 +1335,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.8.1</version>
+      <version>3.9</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>
diff --git a/ambari-serviceadvisor/pom.xml b/ambari-serviceadvisor/pom.xml
index 664328f..d05740f 100644
--- a/ambari-serviceadvisor/pom.xml
+++ b/ambari-serviceadvisor/pom.xml
@@ -47,13 +47,13 @@
       <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.0</version>
+      <version>3.9</version>
     </dependency>
 
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
+      <version>2.6</version>
     </dependency>
   </dependencies>
 
diff --git a/contrib/ambari-log4j/pom.xml b/contrib/ambari-log4j/pom.xml
index 94a1312..fdb1663 100644
--- a/contrib/ambari-log4j/pom.xml
+++ b/contrib/ambari-log4j/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
-      <version>2.4</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
        <groupId>postgresql</groupId>
diff --git a/contrib/views/capacity-scheduler/pom.xml 
b/contrib/views/capacity-scheduler/pom.xml
index cc99f28..b2855e1 100644
--- a/contrib/views/capacity-scheduler/pom.xml
+++ b/contrib/views/capacity-scheduler/pom.xml
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-            <version>2.2</version>
+            <version>2.6</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>

Reply via email to