From: Michael Arrastia Date: Fri, 29 Mar 2019 11:08:53 +0000 (+0000) Subject: Upgrade Spring Boot to version 1.5.19 X-Git-Tag: 1.4.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=8594ff7912ea68555b816985caedcb3383e93953 Upgrade Spring Boot to version 1.5.19 Change-Id: I60fc65b042fa3ac216b78b849a891254714a8a1e Issue-ID: AAI-2299 Signed-off-by: Michael Arrastia --- diff --git a/pom.xml b/pom.xml index 2410001..f14e721 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ limitations under the License. 1.4.1 1.4.0 1.4.0 - 1.4.0 + 1.4.0 1.3.1 @@ -49,7 +49,7 @@ limitations under the License. org.springframework.boot spring-boot-dependencies - 1.5.18.RELEASE + 1.5.19.RELEASE pom import @@ -110,7 +110,7 @@ limitations under the License. cxf-rt-frontend-jaxrs 3.2.5 - + io.swagger @@ -127,7 +127,7 @@ limitations under the License. springfox-swagger-ui 2.9.2 - + @@ -366,7 +366,7 @@ limitations under the License. Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order Use in combination to rewrite code and imports, then checkstyle - + mvn formatter:format spotless:apply process-sources -->