diff options
author | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-18 12:36:05 -0400 |
---|---|---|
committer | Shwetank Dave <shwetank.dave@amdocs.com> | 2018-04-18 12:37:57 -0400 |
commit | 5ca09dd45d884f68a1bfbdf09d9df309fddda381 (patch) | |
tree | 08c6bad1ed21c20a6e2115abe81f696448d32ecf /pom.xml | |
parent | b017fc5719f90d37b3c4d45698f018f83fa8e910 (diff) |
Update springbootv1.2.0
Update springboot to 1.5.12.RELEASE from 1.5.10.RELEASE
Change-Id: I295ed8ece93e24721b9e46557489d53e52905a45
Issue-ID: AAI-1043
Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ limitations under the License. <parent> <artifactId>spring-boot-starter-parent</artifactId> <groupId>org.springframework.boot</groupId> - <version>1.5.10.RELEASE</version> + <version>1.5.12.RELEASE</version> </parent> <groupId>org.onap.aai</groupId> <artifactId>search-data-service</artifactId> |