diff options
author | jz385p <jegadeesh.babu@att.com> | 2020-08-31 15:55:48 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-08-31 10:35:52 +0000 |
commit | e533abbfe475f496857646c41e52f9aeecdac92b (patch) | |
tree | 5626c33e908dd902032c80a685b25c70f3b3ba47 /ecomp-sdk/epsdk-domain/pom.xml | |
parent | 23b262748c6fc10ddc8eb55036b82be7f71e120b (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-domain/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-domain/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-domain/pom.xml b/ecomp-sdk/epsdk-domain/pom.xml index c55c4517..913087b3 100644 --- a/ecomp-sdk/epsdk-domain/pom.xml +++ b/ecomp-sdk/epsdk-domain/pom.xml @@ -23,17 +23,17 @@ <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-core</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.4</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>org.mockito</groupId> |