From d0843826ae361748137c53cab2a054e4041f8d7a Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Tue, 17 Feb 2026 23:13:29 +0300 Subject: [PATCH 1/2] Change libs --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 89d9f6b8..49e280a5 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ jar testcontainers-annotations - 4.0.0 + 4.1.0 testcontainers-annotations testcontainers-annotations @@ -52,7 +52,7 @@ org.testcontainers testcontainers-bom - 2.0.2 + 2.0.3 pom import @@ -138,15 +138,16 @@ org.testcontainers - postgresql + testcontainers-postgresql org.testcontainers - kafka + testcontainers-kafka org.testcontainers - clickhouse + testcontainers-clickhouse + test org.testcontainers From 69d060785a81497ec97bb8e0574bfc5330c29e85 Mon Sep 17 00:00:00 2001 From: kostyastruga Date: Tue, 17 Feb 2026 23:19:19 +0300 Subject: [PATCH 2/2] Delete test scope clickhouse --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 49e280a5..a668f95b 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,6 @@ org.testcontainers testcontainers-clickhouse - test org.testcontainers