diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-18 12:42:58 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-18 12:44:08 -0400 |
commit | 79b58148dfc588f48241c87e48a72fe8dd7c88b4 (patch) | |
tree | 5eed294ce7456ab7cd9f861b5a7380f63d9ce11b | |
parent | 082e1ce2aa473ba1f11371fda85a720a6e05513c (diff) |
Update springboot to 1.5.12.RELEASE
Change-Id: I25ef66fb1b2dde0a104fc43bc18273bb258b74db
Issue-ID: AAI-1044
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.10.RELEASE</version> + <version>1.5.12.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> |