aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 13:59:55 -0500
committerjimmy <jf2512@att.com>2018-12-17 15:35:58 -0500
commita2cea50220ccf3ebb12496029c5ac3a57ea17603 (patch)
tree7bb7fcaa753695f760c5caec2120d80c02cf0224
parentfb4c5707d0f116cfd7438fa06e5273ce552345a7 (diff)
Update to springboot 1.5.18
Change-Id: Ibc1c6a9d400f1f25748fbc041cd7dedde658a06c Issue-ID: AAI-2013 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 61914b0..425be09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,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>