summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw/pom.xml
diff options
context:
space:
mode:
authorjz385p <jegadeesh.babu@att.com>2020-08-31 15:55:48 +0530
committerJegadeesh Babu <jegadeesh.babu@att.com>2020-08-31 10:35:52 +0000
commite533abbfe475f496857646c41e52f9aeecdac92b (patch)
tree5626c33e908dd902032c80a685b25c70f3b3ba47 /ecomp-sdk/epsdk-fw/pom.xml
parent23b262748c6fc10ddc8eb55036b82be7f71e120b (diff)
Upgraded few jars to fix security issues
Fixed security vulnerability issues Issue-ID: PORTAL-945 Change-Id: Ief6986ef12223c74ae5297dbd934853fa2d66382 Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-fw/pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml
index 5ea16eaa..eb3d2c5a 100644
--- a/ecomp-sdk/epsdk-fw/pom.xml
+++ b/ecomp-sdk/epsdk-fw/pom.xml
@@ -102,13 +102,18 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.11.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
- <version>2.8.10</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.8.11.3</version>
+ <version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.owasp.esapi</groupId>
@@ -232,7 +237,7 @@
<artifactId>powermock-api-mockito</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>
</project>