summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-11-09 20:55:55 +0000
committerjmac <james.macnider@amdocs.com>2018-11-09 21:00:09 +0000
commit0a49d0ebcc9a5c7be1858d3da3fc31a9c0f163b1 (patch)
treebce39f379f620deb8498af8c2c9e3bac03751f45
parentc134eb454148ca2342cd2454c7d53646906ecc15 (diff)
updating springboot to 1.5.17 for security issues
Change-Id: I585d48db228ec28890d457ccf53315fa8a159225 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-516 Issue-ID: SDNC-517
-rw-r--r--pomba/network-discovery/pom.xml2
-rw-r--r--pomba/service-decomposition/pom.xml2
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.
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>1.5.17.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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.
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.12.RELEASE</version>
+ <version>1.5.17.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>