From 0a49d0ebcc9a5c7be1858d3da3fc31a9c0f163b1 Mon Sep 17 00:00:00 2001 From: jmac Date: Fri, 9 Nov 2018 20:55:55 +0000 Subject: updating springboot to 1.5.17 for security issues Change-Id: I585d48db228ec28890d457ccf53315fa8a159225 Signed-off-by: jmac Issue-ID: SDNC-516 Issue-ID: SDNC-517 --- 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 -- cgit 1.2.3-korg