diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-08 15:37:48 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-11-08 20:38:36 +0000 |
commit | 69f4a2cb25bde2613db6c87026d501cb865de025 (patch) | |
tree | bce39f379f620deb8498af8c2c9e3bac03751f45 /pomba/network-discovery/pom.xml | |
parent | c134eb454148ca2342cd2454c7d53646906ecc15 (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>
Diffstat (limited to 'pomba/network-discovery/pom.xml')
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |