diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-09-28 18:26:22 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-09-29 14:44:49 +0100 |
commit | 865100d2bbaafac77f1d9e637bca81adc03c4c44 (patch) | |
tree | 2aeafd442bf49dd31bd682acbe6f70b3b0dd9bc6 /models-interactions/model-impl/aai | |
parent | 938005505883cf7a636a8840e20e3dc8a0ad9176 (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/aai')
-rw-r--r-- | models-interactions/model-impl/aai/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |