aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-07-02 14:21:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-02 14:21:41 +0000
commit33a82d64d048f5e9d33f851bac87663575beaf3a (patch)
tree42c1f603f53aa698aca0445e9208d625952296d0 /pom.xml
parentc2af4a578fb3e13af7a00778d9fec78ca67a1506 (diff)
parentbb302a1c2c6d9295df279716dcb2289f76200de9 (diff)
Merge "Upgrade Spring to latest"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 95be6766..bce8a48e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<guava.version>20.0</guava.version>
<eelf.core.version>1.0.0</eelf.core.version>
<camel.version>2.20.1</camel.version>
- <springboot.version>1.5.12.RELEASE</springboot.version>
+ <springboot.version>1.5.14.RELEASE</springboot.version>
<sonar.language>java</sonar.language>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -828,7 +828,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <version>${springboot.version}</version>
+ <!-- Temporary fix -->
+ <version>1.5.13.RELEASE</version>
+ <!-- <version>${springboot.version}</version> -->
<executions>
<execution>
<goals>