diff options
author | jimmy <jf2512@att.com> | 2018-12-17 16:16:28 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 16:16:47 -0500 |
commit | 2eaa22379a120ac2386003107f6121d9b55cb200 (patch) | |
tree | b28534976900e071826ab71ef7d497b3c9415615 /champ-service | |
parent | 7025a76c895f889c683d149606d4028d112799ab (diff) |
Update to spring-boot 1.5.18
Change-Id: Ic98837612528c003cc375ff2663fec4b740a7fd3
Issue-ID: AAI-2014
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'champ-service')
-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 cef67e2..6d796f8 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> |