diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-03-22 23:14:29 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2023-03-23 10:05:13 +0000 |
commit | 1e7e19b4d1ddf05309e3e43d5ecb9138902b19b8 (patch) | |
tree | 002f5d119eba60240b1ddcc32243bc9117190122 /utils/webseal-simulator/pom.xml | |
parent | 30e99b484fcc96d2304a05db5d8972d2250f0756 (diff) |
Upgrade vulnerable dependencies
Fix missing default no-args constructor
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Icfcbe0ec577b2d629179fa46e42141c196e08970
Issue-ID: SDC-4287
Issue-ID: SDC-4446
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index d9790e4708..73f22ef1da 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -65,6 +65,14 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + </exclusion> </exclusions> </dependency> |