From c04d5b0ba01057527d4019c58ef345dc4030e374 Mon Sep 17 00:00:00 2001 From: jmac Date: Fri, 9 Nov 2018 20:55:55 +0000 Subject: [PATCH] updating springboot to 1.5.17 for security issues Change-Id: I585d48db228ec28890d457ccf53315fa8a159225 Signed-off-by: jmac Issue-ID: SDNC-514 Issue-ID: SDNC-515 --- 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