From: egernug Date: Mon, 14 Apr 2025 15:50:26 +0000 (+0100) Subject: Update dependencies to eliminate vulnerabilities X-Git-Tag: 1.7.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bd1503f3753879dcaca724243b9f684439dde641;p=cps%2Fncmp-dmi-plugin.git Update dependencies to eliminate vulnerabilities -Updated json-smart -Update spotbugs -Fixes for new spotbugs SE_NO_SERIALVERSIONID bug -Deleted fixbugs dependency as it is obsolete Issue-ID: CPS-89 Change-Id: I8f33e9c66e5243c2b5c2079267c184af9c0dcd80 Signed-off-by: egernug --- diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 93ebe488..44dadd7b 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -41,14 +41,13 @@ ${project.basedir} - 1.5.0 4.0.1 3.1.2 3.3.1 6.6.0 4.0.0.4121 - 3.4.1 - 4.4.2 + 3.4.4 + 4.7.3.0 3.3.1 @@ -69,7 +68,7 @@ org.springframework.boot spring-boot-dependencies - 3.4.1 + ${spring.boot.maven.plugin.version} pom import @@ -118,7 +117,7 @@ net.minidev json-smart - 2.5.0 + 2.5.2 org.apache.httpcomponents @@ -370,6 +369,7 @@ true false true + true @@ -394,6 +394,7 @@ true false true + true @@ -523,18 +524,11 @@ - - - jp.skypencil.findbugs.slf4j - bug-pattern - ${bug.pattern.version} - - Max Low true spotbugs-exclude.xml - true + true true ${basedir}/target/spotbugs diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index fcc2302a..ef3ccae2 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -181,7 +181,7 @@ paths: name: resourceIdentifier required: true schema: - example: '/ManagedElement=NRNode1/GNBDUFunction=1' + example: /ManagedElement=NRNode1/GNBDUFunction=1 type: string - description: "options parameter in query, it is mandatory to wrap key(s)=value(s)\ \ in parenthesis'()'." @@ -339,7 +339,7 @@ components: name: resourceIdentifier required: true schema: - example: '/ManagedElement=NRNode1/GNBDUFunction=1' + example: /ManagedElement=NRNode1/GNBDUFunction=1 type: string optionsParamInQuery: description: "options parameter in query, it is mandatory to wrap key(s)=value(s)\ @@ -637,7 +637,7 @@ components: type: object DataOperationRequest: example: - resourceIdentifier: '/ManagedElement=NRNode1/GNBDUFunction=1' + resourceIdentifier: /ManagedElement=NRNode1/GNBDUFunction=1 datastore: ncmp-datastore:passthrough-operational options: (fields=NRCellDU/attributes/cellLocalId) operationId: "12" @@ -669,7 +669,7 @@ components: example: (fields=NRCellDU/attributes/cellLocalId) type: string resourceIdentifier: - example: '/ManagedElement=NRNode1/GNBDUFunction=1' + example: /ManagedElement=NRNode1/GNBDUFunction=1 type: string cmHandles: items: