From cc595a0bfd90645b451ddee658fc496624072cea Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 29 Aug 2022 11:02:06 +0100 Subject: Remove / update vulnerable dependencies Signed-off-by: Vasyl Razinkov Change-Id: Iff0169361b533f08a283f148af511a301bc4e485 Issue-ID: SDC-4146 --- sdc-distribution-ci/pom.xml | 421 ++++++++++++++++++++++---------------------- 1 file changed, 214 insertions(+), 207 deletions(-) (limited to 'sdc-distribution-ci') diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index 93714c1..97ed30b 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -1,216 +1,223 @@ - + - 4.0.0 + 4.0.0 - - org.onap.sdc.sdc-distribution-client - sdc-main-distribution-client - 1.4.5-SNAPSHOT - + + org.onap.sdc.sdc-distribution-client + sdc-main-distribution-client + 1.4.5-SNAPSHOT + - sdc-distribution-ci - sdc-distribution-ci - Distribution CI for testing distribution client + sdc-distribution-ci + sdc-distribution-ci + Distribution CI for testing distribution client - - 1.7.30 - 3.5.0 - 2.23.0 - 3.18.1 - 1.15.1 - 1.15.1 - 5.4.2 - 5.4.2 - 5.4.2 - 3.0.0 - 3.0.0 - + + ${mockito.version} + ${mockito.version} + 1.17.1 + ${testcontainers.version} + ${junit.version} + ${junit.version} + ${junit.version} + 3.0.0 + 3.0.0 + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${project.version} + compile + + + httpcore + org.apache.httpcomponents + + + slf4j-api + org.slf4j + + + httpclient + org.apache.httpcomponents + + + com.google.guava + guava + + + + + ch.qos.logback + logback-classic + ${logback.version} + test + + + slf4j-api + org.slf4j + + + + + org.slf4j + slf4j-api + ${slf4j-api.version} + - - - org.onap.sdc.sdc-distribution-client - sdc-distribution-client - ${project.version} - compile - - - httpcore - org.apache.httpcomponents - - - slf4j-api - org.slf4j - - - httpclient - org.apache.httpcomponents - - - - - ch.qos.logback - logback-classic - ${logback.version} - compile - - - slf4j-api - org.slf4j - - - - - org.slf4j - slf4j-api - ${slf4j-api.version} - - - ch.qos.logback - logback-core - ${logback.version} - compile - + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter-api.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junit-jupiter-params.version} + test + + + junit-jupiter-api + org.junit.jupiter + + + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-engine.version} + test + + + junit-jupiter-api + org.junit.jupiter + + + + + org.testcontainers + testcontainers + ${testcontainers.version} + test + + + slf4j-api + org.slf4j + + + visible-assertions + org.rnorth.visible-assertions + + + junit + junit + + + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + test + + + org.testcontainers + junit-jupiter + ${junit-jupiter.version} + test + + + junit-jupiter-api + org.junit.jupiter + + + + + org.mockito + mockito-core + ${mockito-core.version} + test + + + org.assertj + assertj-core + ${assertj-core.version} + test + + + org.mockito + mockito-junit-jupiter + ${mockito-junit-jupiter.version} + test + + + junit-jupiter-api + org.junit.jupiter + + + mockito-core + org.mockito + + + + + org.awaitility + awaitility + ${awaitility.version} + test + + + objenesis + org.objenesis + + + + + org.awaitility + awaitility-proxy + ${awaitility-proxy.version} + test + + + byte-buddy + net.bytebuddy + + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + runtime + + - - org.junit.jupiter - junit-jupiter-api - ${junit-jupiter-api.version} - test - - - org.junit.jupiter - junit-jupiter-params - ${junit-jupiter-params.version} - test - - - junit-jupiter-api - org.junit.jupiter - - - - - org.junit.jupiter - junit-jupiter-engine - ${junit-jupiter-engine.version} - test - - - junit-jupiter-api - org.junit.jupiter - - - - - org.testcontainers - testcontainers - ${testcontainers.version} - test - - - slf4j-api - org.slf4j - - - visible-assertions - org.rnorth.visible-assertions - - - - - org.testcontainers - junit-jupiter - ${junit-jupiter.version} - test - - - junit-jupiter-api - org.junit.jupiter - - - - - org.mockito - mockito-core - ${mockito-core.version} - test - - - org.assertj - assertj-core - ${assertj-core.version} - test - - - org.mockito - mockito-junit-jupiter - ${mockito-junit-jupiter.version} - test - - - junit-jupiter-api - org.junit.jupiter - - - mockito-core - org.mockito - - - - - org.awaitility - awaitility - ${awaitility.version} - test - - - objenesis - org.objenesis - - - - - org.awaitility - awaitility-proxy - ${awaitility-proxy.version} - test - - - byte-buddy - net.bytebuddy - - - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - - - client-initialization - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - - - true - lib - org.onap.test.it.RegisterToAsdcTopicIT - - - lib/ - - - - - - + + client-initialization + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + lib + org.onap.test.it.RegisterToAsdcTopicIT + + + lib/ + + + + + + -- cgit 1.2.3-korg