summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2023-09-28 18:26:22 +0100
committeradheli.tavares <adheli.tavares@est.tech>2023-09-29 14:44:49 +0100
commit865100d2bbaafac77f1d9e637bca81adc03c4c44 (patch)
tree2aeafd442bf49dd31bd682acbe6f70b3b0dd9bc6 /models-interactions/model-impl
parent938005505883cf7a636a8840e20e3dc8a0ad9176 (diff)
Fix nexus and sonar vulnerabilities
- IQ nexus dependencies - sonar hotspots and code smells Issue-ID: POLICY-4760 Change-Id: Ic4260c568f9d9164a33aacb34a5ff3a6f91b1bd8 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'models-interactions/model-impl')
-rw-r--r--models-interactions/model-impl/aai/pom.xml2
-rw-r--r--models-interactions/model-impl/cds/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/models-interactions/model-impl/aai/pom.xml b/models-interactions/model-impl/aai/pom.xml
index cc9619a69..fd3707b35 100644
--- a/models-interactions/model-impl/aai/pom.xml
+++ b/models-interactions/model-impl/aai/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.7.2</version>
+ <version>1.9.6</version>
<exclusions>
<exclusion>
<groupId>com.google.code.javaparser</groupId>
diff --git a/models-interactions/model-impl/cds/pom.xml b/models-interactions/model-impl/cds/pom.xml
index d70265426..1bfdc7d7f 100644
--- a/models-interactions/model-impl/cds/pom.xml
+++ b/models-interactions/model-impl/cds/pom.xml
@@ -35,7 +35,7 @@
</description>
<properties>
- <grpc.version>1.25.0</grpc.version>
+ <grpc.version>1.29.0</grpc.version>
</properties>
<dependencies>