diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-09-03 14:41:17 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-09-03 14:41:17 +0200 |
commit | 6041103fc59c2d2c7461d2844582aee23086758f (patch) | |
tree | bf769beadd77837979e93f7f60a74d5b5407bf78 /pom.xml | |
parent | 83d3d0b7511bce0a4dce7724e1e4a6b54d3b3dc4 (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.xml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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> |