summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-11-08 15:37:48 -0500
committerDan Timoney <dtimoney@att.com>2018-11-08 20:38:36 +0000
commit69f4a2cb25bde2613db6c87026d501cb865de025 (patch)
treebce39f379f620deb8498af8c2c9e3bac03751f45
parentc134eb454148ca2342cd2454c7d53646906ecc15 (diff)
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) <dtimoney@att.com>
-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>