Update to latest Spring boot 1.5 patch 46/72246/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 8 Nov 2018 20:37:48 +0000 (15:37 -0500)
committerDan Timoney <dtimoney@att.com>
Thu, 8 Nov 2018 20:38:36 +0000 (20:38 +0000)
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>
pomba/network-discovery/pom.xml
pomba/service-decomposition/pom.xml

index f391fdb..24aa3de 100644 (file)
@@ -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>
index d500d33..79b1980 100644 (file)
@@ -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>