summaryrefslogtreecommitdiffstats
path: root/common-app-api
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-07-26 15:01:06 +0100
committerMichael Morris <michael.morris@est.tech>2021-07-27 08:06:06 +0000
commitb65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch)
tree9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /common-app-api
parent389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff)
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15 Issue-ID: SDC-3572
Diffstat (limited to 'common-app-api')
-rw-r--r--common-app-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 019f5918cc..87c89d99cb 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -35,7 +35,7 @@
<artifactId>esapi</artifactId>
</exclusion>
<exclusion>
- <groupId>org.hibernate</groupId>
+ <groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
</exclusions>