diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-11 10:59:05 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-09-11 13:13:48 +0100 |
commit | 2552d2668e3c5ac9713fc37a87386540261abae4 (patch) | |
tree | 8f753a3af607cf02d8967e1edbfe224cb1847802 /champ-service/pom.xml | |
parent | 7cba39765f30ef9f4cd89598e3dc790a480f32ec (diff) |
Upgrade to Spring Boot 1.5.15
Change-Id: I0af75fb0f4896cd0f78a5d1f174828f80bb82a9d
Issue-ID: AAI-1507
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-service/pom.xml')
-rw-r--r-- | champ-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 7286874..92d8a36 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -42,7 +42,7 @@ limitations under the License. <version.com.google.guava>18.0</version.com.google.guava> <version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3> <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> - <version.org.springframework.boot.spring-boot-dependencies>1.5.12.RELEASE</version.org.springframework.boot.spring-boot-dependencies> + <version.org.springframework.boot.spring-boot-dependencies>1.5.15.RELEASE</version.org.springframework.boot.spring-boot-dependencies> </properties> <dependencyManagement> |