summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2018-04-25 17:53:24 +0200
committerromaingimbert <romain.gimbert@orange.com>2018-04-25 17:53:24 +0200
commit0efe9efeeb2a491b20cb7913d08a85b2320fda77 (patch)
treec9115df798c3c75c516f0c3ee1334c3844870575
parente739e5011630ad8d210b02c7f94136dd34bce63d (diff)
handle security issues
- upgrade spring version Change-Id: Ib4efd027f75d1735f0f0d632c0e5fdc108627e8e Issue-ID: EXTAPI-77 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3cdb75b..4c62fbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.10.RELEASE</version>
+ <version>1.5.12.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
@@ -175,7 +175,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.8.0</version>
+ <version>2.8.11</version>
</dependency>
<!-- jolt -->