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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 4839a6f  AMBARI-24799. Fix jetty CVEs for Log Search (2.7.x) (#2483)
4839a6f is described below

commit 4839a6f6df8bf741d3acc77ebadbe0300c4e3270
Author: Olivér Szabó <[email protected]>
AuthorDate: Thu Oct 18 10:52:38 2018 +0200

    AMBARI-24799. Fix jetty CVEs for Log Search (2.7.x) (#2483)
---
 ambari-logsearch/ambari-logsearch-server/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ambari-logsearch/ambari-logsearch-server/pom.xml 
b/ambari-logsearch/ambari-logsearch-server/pom.xml
index b35e2f8..fa325f6 100755
--- a/ambari-logsearch/ambari-logsearch-server/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-server/pom.xml
@@ -27,15 +27,15 @@
   <url>http://maven.apache.org</url>
   <name>Ambari Logsearch Server</name>
   <properties>
-    <spring.version>4.3.18.RELEASE</spring.version>
+    <spring.version>4.3.20.RELEASE</spring.version>
     <spring.security.version>4.2.4.RELEASE</spring.security.version>
     <spring.ldap.version>2.2.0.RELEASE</spring.ldap.version>
     <jersey.version>2.25.1</jersey.version>
-    <jetty.version>9.4.11.v20180605</jetty.version>
+    <jetty.version>9.4.12.v20180830</jetty.version>
     <swagger.version>1.5.16</swagger.version>
     <spring-data-solr.version>2.0.2.RELEASE</spring-data-solr.version>
     <jjwt.version>0.6.0</jjwt.version>
-    <spring-boot.version>1.5.14.RELEASE</spring-boot.version>
+    <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
   </properties>
   <profiles>
     <profile>

Reply via email to