aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-09-11 12:23:45 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-09-11 12:23:45 +0100
commit039f26f45bb735cac259089c44b2656a5db087d0 (patch)
tree49b89baccd1f369da6d5001e0101f8ff6e72b500
parent08ded90b8c72fba3b75eec4dbf6f1603d6ab2340 (diff)
Upgrade to Spring Boot 1.5.15
Change-Id: I960eda706725da28e1543950ef00688ed14eaa53 Issue-ID: AAI-1514 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7420475..c5ea5d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,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.15.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>