aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2019-03-29 13:23:53 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2019-03-29 13:51:24 +0000
commita6a0a0d2acc7903df3e4a0fccde8b14f8c102eb0 (patch)
treedc902004f3c93b051986c5a7840ad999aa0138a5 /pom.xml
parent169fd796a700963543eb1335e90018d035ee05f1 (diff)
Upgrade Spring Boot to version 1.5.19
Change-Id: I67319ca923a8d5c97d217d13a7b68ba083b6312e Issue-ID: AAI-2301 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 424f8e1..b2d3b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.17.RELEASE</version>
+ <version>1.5.19.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -230,7 +230,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>1.5.17.RELEASE</version>
+ <version>1.5.19.RELEASE</version>
<executions>
<execution>
<goals>