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/cds | |
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/cds')
-rw-r--r-- | models-interactions/model-impl/cds/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |