From: liamfallon Date: Tue, 11 Oct 2022 18:12:59 +0000 (+0100) Subject: Fix builds, revert springboot to 2.5.x X-Git-Tag: 3.6.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fparent.git;a=commitdiff_plain;h=523f474291416fc5ac9621b9bf0defac1754d182 Fix builds, revert springboot to 2.5.x Fixing up the dependencies for escurity: - Springboot > 2.5.x does NOT work with Swagger 2.0 so its reverted - Jackson and Jackson databind can bow be ont he same version and the latest version works fine - Kafka client has a security issue, so upgrading to latest version Issue-ID: POLICY-4393 Change-Id: If9c68c1c3df3a426dcbb81f35ac561baf870e6fb Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index 78ec369a..67c4f526 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -44,14 +44,13 @@ 2.7.8 7.73.0.Final 2.33 - 2.12.6 - 2.14.0-rc1 + 2.14.0-rc1 1.1.5 1.6.6 2.3.1 1.1.4 4.1.70.Final - 2.7.4 + 2.5.14 5.4.31.Final 1.0.0 3.7.3 @@ -63,7 +62,7 @@ 1.7.3 0.11.0 42.5.0 - 3.0.0 + 3.3.1 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ nexus3.onap.org:10001 @@ -101,7 +100,7 @@ com.fasterxml.jackson.core jackson-databind - ${version.jackson.databind} + ${version.jackson} @@ -901,6 +900,11 @@ spring-boot-starter-tomcat ${version.springboot} + + org.springframework.boot + spring-boot-starter-actuator + ${version.springboot} + org.springframework.boot spring-boot-autoconfigure