diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 16:18:09 +0000 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-11-09 19:29:17 +0000 |
commit | dc24c3a5afffeb745da263aa3b2479c556ff4979 (patch) | |
tree | 55827209ec4f85a7a19cfb6185554baaf6a59a3a | |
parent | 49afdecb96cca3035930900c7d726df0cb2116a8 (diff) |
uprev springboot to 1.5.17
Change-Id: Ieee9e5805e74e37f05caefc2bb41c08081d9718d
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: AAI-1901
(cherry picked from commit 73b2e6cc362e65143c2cb34b6976542d59b8bae7)
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ limitations under the License. </dependencyManagement> <properties> - <spring-boot.version>1.5.15.RELEASE</spring-boot.version> + <spring-boot.version>1.5.17.RELEASE</spring-boot.version> <start-class>org.onap.aai.validation.ValidationServiceApplication</start-class> <serverPort>9500</serverPort> <sslport>9501</sslport> |