From aa9b8ca2cec963ad10fe957978278ae4702528d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:46:09 +0000 Subject: [PATCH] fix(deps): update dependency org.testcontainers:testcontainers to v1.19.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1988a27..8ba08c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("io.strikt:strikt-core:0.34.1") testImplementation("org.mockito.kotlin:mockito-kotlin:5.0.0") - testImplementation("org.testcontainers:testcontainers:1.18.3") + testImplementation("org.testcontainers:testcontainers:1.19.4") testImplementation("org.apache.curator:curator-test:5.5.0") testImplementation("io.fabric8:kubernetes-server-mock") }