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

amagyar pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new f7de907  AMBARI-23048. Remove unsecure dependencies from Ambari Groovy 
Shell (amagyar)
f7de907 is described below

commit f7de90723b6bf148c871eb8b283ff64f0b363dd0
Author: Attila Magyar <amag...@hortonworks.com>
AuthorDate: Thu Feb 22 11:16:16 2018 +0100

    AMBARI-23048. Remove unsecure dependencies from Ambari Groovy Shell 
(amagyar)
---
 ambari-shell/ambari-groovy-shell/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-shell/ambari-groovy-shell/pom.xml 
b/ambari-shell/ambari-groovy-shell/pom.xml
index 34dfce1..95446d3 100644
--- a/ambari-shell/ambari-groovy-shell/pom.xml
+++ b/ambari-shell/ambari-groovy-shell/pom.xml
@@ -69,12 +69,12 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>2.4.1</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.2.5</version>
+      <version>4.5.5</version>
     </dependency>
   </dependencies>
   <build>

-- 
To stop receiving notification emails like this one, please contact
amag...@apache.org.

Reply via email to