diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-11 12:23:45 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-11 12:23:45 +0100 |
commit | 039f26f45bb735cac259089c44b2656a5db087d0 (patch) | |
tree | 49b89baccd1f369da6d5001e0101f8ff6e72b500 | |
parent | 08ded90b8c72fba3b75eec4dbf6f1603d6ab2340 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |