diff options
author | Prudence Au <prudence.au@amdocs.com> | 2018-10-06 20:56:12 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2018-10-06 20:56:12 -0400 |
commit | 1e432af9369a9e714d7bd7331737bd492470f3d7 (patch) | |
tree | acde444d9473f10c9adc07cfbf1971913f4fafe4 | |
parent | e4da93f6f0cd7d2de4f3211cf55cda557dbabd3c (diff) |
Fix critical CLM issues
Change-Id: If176483615b9c1dc04fb4999d882da1ce4321b3f
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-620
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ <!-- 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>
|