From 8723dd141b3514501147fa3f6a6260d558734993 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 8 Nov 2018 15:37:48 -0500 Subject: [PATCH] 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(-) 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 -- 2.16.6