Upgrade Spring to latest 23/55623/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 2 Jul 2018 13:38:28 +0000 (15:38 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 2 Jul 2018 13:38:28 +0000 (15:38 +0200)
Upgrade to SpringBoot 1.5.14 so that it fixes security issues reported
by nexus-IQ

Issue-ID: CLAMP-192
Change-Id: I6f80f2336a2344e530988a6ae4befd10a6be2886
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6eab48c..091c57b 100644 (file)
--- 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>
                                                <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>