diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-04-25 17:53:24 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-04-25 17:53:24 +0200 |
commit | 0efe9efeeb2a491b20cb7913d08a85b2320fda77 (patch) | |
tree | c9115df798c3c75c516f0c3ee1334c3844870575 /pom.xml | |
parent | e739e5011630ad8d210b02c7f94136dd34bce63d (diff) |
handle security issues
- upgrade spring version
Change-Id: Ib4efd027f75d1735f0f0d632c0e5fdc108627e8e
Issue-ID: EXTAPI-77
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 --> |