diff options
author | jmac <james.macnider@amdocs.com> | 2018-11-09 17:15:00 +0000 |
---|---|---|
committer | James MacNider <James.MacNider@amdocs.com> | 2018-11-09 18:30:28 +0000 |
commit | 52b04c19a552ebd02ad64b21b67e0d9de5ae2666 (patch) | |
tree | 55827209ec4f85a7a19cfb6185554baaf6a59a3a | |
parent | 49afdecb96cca3035930900c7d726df0cb2116a8 (diff) |
uprev springboot to 1.5.17
Change-Id: I68f0dd41bd0054ed5e168ba2384ff91a628f8939
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: AAI-1901
-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> |