aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2018-09-12 11:28:14 +0100
committermark.j.leonard <mark.j.leonard@gmail.com>2018-09-12 11:28:14 +0100
commit57830b2ce1b3153a63c1de71db71d09cc70aea07 (patch)
tree11aadaf5a66774afc43d518445ec7d52eb49d87c
parent302b153c43ba08d1fe7f5a428cbc7be4299377f4 (diff)
[Babel] Use Spring Boot 1.5.15
Upgrade from 1.5.14 to avoid known vulnerabilities. Change-Id: I83e1b4a62da8312e1785bd6954f9b2644f65bdaa Issue-ID: AAI-1508 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a950159..e63b674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<!-- Spring boot version -->
- <spring.boot.version>1.5.14.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>