diff options
author | Lee, Tian (tl5884) <tianl@amdocs.com> | 2019-08-07 16:53:09 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <tianl@amdocs.com> | 2019-08-07 16:53:09 +0100 |
commit | 378fac344f2de5a89b5410b9031e76841cd8fba6 (patch) | |
tree | bd017e875597729ad2fa93e658f800a63e03f859 /pom.xml | |
parent | 3481baf3e358ec242c775b400b98a1e1a5f6e1ce (diff) |
Upversion Spring Boot to 2.1.6
Change-Id: I0e8b3f738777ab106d13fa826f0b40e3392a0f6b
Issue-ID: AAI-2539
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class> <nexusproxy>https://nexus.onap.org</nexusproxy> <docker.location>${basedir}/target</docker.location> - <spring-boot.version>1.5.20.RELEASE</spring-boot.version> + <spring-boot.version>2.1.6.RELEASE</spring-boot.version> <apache.commons-text.version>1.1</apache.commons-text.version> <commons-compress.version>1.18</commons-compress.version> <hamcrest-all.version>1.3</hamcrest-all.version> |