From: Bruno Sakoto Date: Wed, 20 Oct 2021 15:30:29 +0000 (+0200) Subject: Upgrade maven dependencies X-Git-Tag: mr/823/126723/7~47^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=91bef9e0fa07f5cc3b812ed21f87036785818d5e;p=cps.git Upgrade maven dependencies * Spring boot dependencies is upgraded to 2.5.5 * Springdoc openapi ui is upgraded to 1.5.11 * Jetbrains annotations dependency is added as it is not coming anymore with spring boot dependencies Issue-ID: CPS-582 Change-Id: I1c4fd54a11216eb2a14b73a1e0461ef7f4252e69 Signed-off-by: Bruno Sakoto --- diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 68b47eaf69..0753a5fb11 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -64,7 +64,7 @@ org.springframework.boot spring-boot-dependencies - 2.5.0 + 2.5.5 pom import @@ -137,6 +137,11 @@ modelmapper 2.3.8 + + org.jetbrains + annotations + 22.0.0 + org.testcontainers kafka diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index b70279303e..e82c95e111 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -66,5 +66,9 @@ org.springframework.boot spring-boot-starter-validation + + org.jetbrains + annotations + diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 0a7eabcc0c..0ca5fb6aa5 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -71,7 +71,7 @@ org.springdoc springdoc-openapi-ui - 1.5.9 + 1.5.11 org.apache.commons diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 8d860b0041..b7aa4193d1 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -100,6 +100,10 @@ com.fasterxml.jackson.core jackson-databind + + org.jetbrains + annotations + org.codehaus.groovy