diff options
author | jimmy <jf2512@att.com> | 2018-12-17 13:58:49 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 13:59:32 -0500 |
commit | b09ca0ea9020672d6a792325a7fa95b1355fb167 (patch) | |
tree | 3aa17b2fe43c403f899566bd87e36e7d566f8683 | |
parent | 68ada006605f55ad2fb561d1eca9ceeabfb8b205 (diff) |
Update to spring-boot 1.5.18
Change-Id: I04569689c047b7ee15da5d0ab41805f6df8c250e
Issue-ID: AAI-2013
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ limitations under the License. <!-- Import dependency management from Spring Boot --> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>1.5.17.RELEASE</version> + <version>1.5.18.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> |