aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorromaingimbert <romain.gimbert@orange.com>2018-09-03 14:41:17 +0200
committerromaingimbert <romain.gimbert@orange.com>2018-09-03 14:41:17 +0200
commit6041103fc59c2d2c7461d2844582aee23086758f (patch)
treebf769beadd77837979e93f7f60a74d5b5407bf78 /pom.xml
parent83d3d0b7511bce0a4dce7724e1e4a6b54d3b3dc4 (diff)
Fix critical security issues
-change pom dependencies version Change-Id: I8ea5410575f95e7054ca2d93a1c712a12607893a Issue-ID: EXTAPI-126 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e7768ff..ddd06a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,13 +113,17 @@
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
- <version>8.5.33</version>
+ <version>8.5.32</version>
</dependency>
<dependency>
@@ -159,7 +163,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.0</version>
+ <version>1.7.0</version>
</dependency>
<dependency>