aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-05-31 23:08:39 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2021-06-04 16:22:18 +0000
commitc81c95bf4879c805aa91c60653fc0e781ff2d4e9 (patch)
tree480f492a434e1d68ee6faac02063879f62dbc8f8 /pom.xml
parent58ac206c94352018e6a6cf5da21df4f447e52618 (diff)
Fix dependencies with Critical Violations
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Ic4fb2577c260c80e0204bc68df508f41d9835734 Issue-ID: SDC-3572
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 341b29d3a2..f08669f3aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,10 @@ Modifications copyright (c) 2018-2019 Nokia
<bean-matcher.version>0.11</bean-matcher.version>
<lang3.version>3.10</lang3.version>
<guava.version>30.1-jre</guava.version>
- <janusgraph.version>0.3.1</janusgraph.version>
+ <janusgraph.version>0.3.3</janusgraph.version>
<spring.version>5.2.10.RELEASE</spring.version>
<jersey-bom.version>2.27</jersey-bom.version>
- <netty.version>4.1.48.Final</netty.version>
+ <netty.version>4.1.65.Final</netty.version>
<servlet-api.version>3.1.0</servlet-api.version>
<wire-mock.version>2.26.3</wire-mock.version>
<ecomp.version>2.6.0</ecomp.version>
@@ -67,11 +67,12 @@ Modifications copyright (c) 2018-2019 Nokia
<groovy.version>3.0.7</groovy.version>
<swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
+ <hibernate.validator.version>5.3.6.Final</hibernate.validator.version>
<commons.collections.version>4.1</commons.collections.version>
<ws.rs.version>2.1</ws.rs.version>
- <jetty.version>9.4.36.v20210114</jetty.version>
+ <jetty.version>9.4.41.v20210516</jetty.version>
<!-- JSON and YAML Parsing -->
<jackson.version>2.12.1</jackson.version>