diff options
author | jimmy <jf2512@att.com> | 2018-12-17 16:15:03 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 16:15:54 -0500 |
commit | 500af870f37e33b4a9108c74a12c3310fee11d60 (patch) | |
tree | 48534f280010a830016cc26e17da20c29855b788 | |
parent | 80cdaa4ba03590ac5eca599c8df43e9735b1fdbc (diff) |
Update to springboot 1.5.18
Change-Id: I0d921260b65b98f206e70dfcae3bab4c72181397
Issue-ID: AAI-2014
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | champ-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index bdfdf9a..434da83 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -41,7 +41,7 @@ limitations under the License. <version.org.apache.commons.commons-lang3>3.7</version.org.apache.commons.commons-lang3> <version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library> - <version.org.springframework.boot.spring-boot-dependencies>1.5.17.RELEASE</version.org.springframework.boot.spring-boot-dependencies> + <version.org.springframework.boot.spring-boot-dependencies>1.5.18.RELEASE</version.org.springframework.boot.spring-boot-dependencies> </properties> <dependencyManagement> |