diff options
author | Dominik Mizyn <d.mizyn@samsung.com> | 2019-10-18 14:43:07 +0200 |
---|---|---|
committer | Dominik Mizyn <d.mizyn@samsung.com> | 2019-10-18 14:43:22 +0200 |
commit | eae3e8b357d96bff29ce0b3086aed388754feaf2 (patch) | |
tree | 0936b9fbbda709a0f8633499b5be0c247aeadd93 /ecomp-sdk/epsdk-fw | |
parent | d98d4c9f564428ee9edd398675b27226645d7ef5 (diff) |
Security Vulnerability in pom.xml fix
Security Vulnerability in pom.xml fix
Issue-ID: PORTAL-772
Change-Id: I6b0932122b101411b06d371e757918875529b87d
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r-- | ecomp-sdk/epsdk-fw/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 6c2b283c..1c29ceab 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -17,7 +17,7 @@ <!-- properties are inherited from parent --> <properties> - <resteasy.version>3.0.18.Final</resteasy.version> + <resteasy.version>3.1.0.Final</resteasy.version> <powermock.version>1.7.4</powermock.version> </properties> <!-- repositories are inherited from parent --> @@ -108,12 +108,12 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.10</version> + <version>2.8.11.3</version> </dependency> <dependency> <groupId>org.owasp.esapi</groupId> <artifactId>esapi</artifactId> - <version>2.1.0.1</version> + <version>2.2.0.0</version> <exclusions> <exclusion> <groupId>log4j</groupId> |