From b07907031c42486a15145aa086d9a229d7f98e08 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 16 Dec 2025 19:43:10 +0000 Subject: [PATCH] Fix Testcontainer issue with latest docker engine Latest docker engines doesn't work with the older testcontainers version. This is to upgrade the testcontainers version to be compatible with older and newer docker engines. Issue-ID: CCSDK-4146 Change-Id: If0f1701ce12a3106fb7a3d1f24b0adc15a675932 Signed-off-by: aravind.est --- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 30717b2..47de5ce 100644 --- a/pom.xml +++ b/pom.xml @@ -60,8 +60,8 @@ 3.7.0.1746 0.8.13 3.1.0 - 1.21.1 - 1.21.1 + 2.0.3 + 2.0.3 2.13.1 3.0.0 1.14.6 @@ -210,13 +210,13 @@ org.testcontainers - junit-jupiter + testcontainers-junit-jupiter ${junit.jupiter.version} test org.testcontainers - localstack + testcontainers-localstack ${localstack.version} test @@ -332,6 +332,13 @@ pom import + + org.testcontainers + testcontainers-bom + ${localstack.version} + pom + import + -- 2.16.6