From: ToineSiebelink Date: Tue, 27 Jan 2026 11:49:35 +0000 (+0000) Subject: Uplift version of TestContainers to 2.03 X-Git-Tag: 3.7.5~3^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f50055103f2d90effba1232e3549d5c4b78bee55;p=cps.git Uplift version of TestContainers to 2.03 - Note 1: artifact names of testcontainers changed (as per 2.0 update notes) - Note 2: springboot 3.5.9 still inlcudes 1.21.4 version of testcontainer hence I needed to declare test containers first Issue-ID: CPS-3146 Change-Id: I68d3f35b3ab291de9e4a2ac6265fe8e82e6a2cd5 Signed-off-by: ToineSiebelink --- diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index ac39b7b99e..66a2e32143 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -70,7 +70,16 @@ + + + + org.testcontainers + testcontainers-bom + 2.0.3 + pom + import + org.springdoc @@ -277,13 +286,6 @@ lombok 1.18.32 - - org.testcontainers - testcontainers-bom - 1.20.4 - pom - import - org.spockframework spock-core diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index fe8db6e17e..519ffad7db 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -106,12 +106,12 @@ org.testcontainers - kafka + testcontainers-kafka test org.testcontainers - spock + testcontainers-spock test diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 70c1f58f7a..4be90012ec 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -186,7 +186,7 @@ org.testcontainers - kafka + testcontainers-kafka test diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 8a6881b0ea..5d61d7df8b 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -64,7 +64,7 @@ org.testcontainers - kafka + testcontainers-kafka test @@ -74,7 +74,7 @@ org.testcontainers - postgresql + testcontainers-postgresql test @@ -104,7 +104,7 @@ org.testcontainers - spock + testcontainers-spock test