You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by kr...@apache.org on 2019/06/19 16:04:08 UTC

[ambari] branch branch-2.7 updated: AMBARI-25316 - Upgrade dependency on org.springframework:spring-web:jar:4.3.18.RELEASE in Ambari Server (#3022)

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

krisztiankasa 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 dc37420  AMBARI-25316 - Upgrade dependency on org.springframework:spring-web:jar:4.3.18.RELEASE in Ambari Server (#3022)
dc37420 is described below

commit dc374208689fffdcc405efc446fbf0dafdb1fd07
Author: kasakrisz <33...@users.noreply.github.com>
AuthorDate: Wed Jun 19 18:03:58 2019 +0200

    AMBARI-25316 - Upgrade dependency on org.springframework:spring-web:jar:4.3.18.RELEASE in Ambari Server (#3022)
---
 ambari-project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index afe4f80..32f173f 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -37,8 +37,8 @@
     <swagger.maven.plugin.version>3.1.4</swagger.maven.plugin.version>
     <slf4j.version>1.7.20</slf4j.version>
     <guice.version>4.1.0</guice.version>
-    <spring.version>4.3.18.RELEASE</spring.version>
-    <spring.security.version>4.2.7.RELEASE</spring.security.version>
+    <spring.version>5.1.8.RELEASE</spring.version>
+    <spring.security.version>5.1.5.RELEASE</spring.security.version>
     <fasterxml.jackson.version>2.9.8</fasterxml.jackson.version>
     <postgres.version>42.2.2</postgres.version>
     <forkCount>4</forkCount>