aboutsummaryrefslogtreecommitdiffstats
path: root/common-be
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2023-03-22 23:14:29 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-03-23 10:05:13 +0000
commit1e7e19b4d1ddf05309e3e43d5ecb9138902b19b8 (patch)
tree002f5d119eba60240b1ddcc32243bc9117190122 /common-be
parent30e99b484fcc96d2304a05db5d8972d2250f0756 (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 'common-be')
-rw-r--r--common-be/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml
index 0a57575916..74321488a1 100644
--- a/common-be/pom.xml
+++ b/common-be/pom.xml
@@ -32,6 +32,10 @@
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>