From ff0c290406275f66341575312f0109dce62a8c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 00:27:24 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v1.20.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index acc2053..639fd4d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,12 +67,12 @@ dependencies { implementation("io.grpc:grpc-stub:1.65.1") implementation("io.grpc:grpc-netty-shaded:1.65.1") implementation("io.netty:netty-tcnative-boringssl-static:2.0.65.Final") - implementation("org.testcontainers:testcontainers:1.19.8") + implementation("org.testcontainers:testcontainers:1.20.0") implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.0.4") implementation("commons-io:commons-io:2.16.1") compileOnly("javax.annotation:javax.annotation-api:1.3.2") testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3") - testImplementation("org.testcontainers:junit-jupiter:1.19.8") + testImplementation("org.testcontainers:junit-jupiter:1.20.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") testImplementation("ch.qos.logback:logback-core:1.5.6") testImplementation("ch.qos.logback:logback-classic:1.5.6")