summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 16:43:17 -0500
committerjimmy <jf2512@att.com>2018-12-17 16:43:31 -0500
commite42476aed3e687a06cc08ded095d7a6cae29c29e (patch)
tree55071bde2de6bd9d23704ed6c1cf82aa979de410
parentdd4b9bba96268900ce529030eeb3cf8b069ec198 (diff)
Update to spring-boot 1.5.18
Change-Id: I3a62f2f02a8a077b5cd1a4cd67ab56d828498bee Issue-ID: AAI-2015 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index eb96ec9..e9eaa93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@ limitations under the License.
</dependencyManagement>
<properties>
- <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
<start-class>org.onap.aai.validation.ValidationServiceApplication</start-class>
<serverPort>9500</serverPort>
<sslport>9501</sslport>