diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-07-02 15:38:28 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-07-02 15:38:28 +0200 |
commit | bb302a1c2c6d9295df279716dcb2289f76200de9 (patch) | |
tree | 80430f22f3653f2bc871b6a904f73090687f975a /pom.xml | |
parent | 819ec14e4a0263b2f2e05c71ff31e252c18c8b74 (diff) |
Upgrade Spring to latest
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> @@ -779,7 +779,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> |