From: Timoney, Dan (dt5972) Date: Thu, 8 Nov 2018 20:37:48 +0000 (-0500) Subject: Update to latest Spring boot 1.5 patch X-Git-Tag: 1.5.1~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=69f4a2cb25bde2613db6c87026d501cb865de025;p=sdnc%2Fapps.git Update to latest Spring boot 1.5 patch Update to springboot 1.5.17.RELEASE in order to upgrade embedded tomcat to version with latest security patches. Change-Id: I6a99683ddb687561c0bfe52cab6ca5e34ed665f1 Issue-ID: SDNC-513 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index f391fdb..24aa3de 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -42,7 +42,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.12.RELEASE + 1.5.17.RELEASE pom import diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index d500d33..79b1980 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -44,7 +44,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.12.RELEASE + 1.5.17.RELEASE pom import