From 69f4a2cb25bde2613db6c87026d501cb865de025 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 8 Nov 2018 15:37:48 -0500 Subject: 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) --- pomba/network-discovery/pom.xml | 2 +- pomba/service-decomposition/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pomba') 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 -- cgit 1.2.3-korg