From ca9d89847f3916f602204ddfcaa42097f409850f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:02:55 +0000 Subject: [PATCH] chore(deps): update dependency org.testcontainers:testcontainers to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 01ba9c9..c0f1c98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation("io.grpc:grpc-stub:1.76.0") implementation("io.grpc:grpc-netty-shaded:1.76.0") implementation("io.netty:netty-tcnative-boringssl-static:2.0.74.Final") - implementation("org.testcontainers:testcontainers:1.21.3") + implementation("org.testcontainers:testcontainers:2.0.1") implementation("build.buf:protovalidate:1.0.0") implementation("commons-io:commons-io:2.20.0") implementation("com.google.code.gson:gson:2.13.2")