From 6b18ce2cd5e1c88f9040c15252ebd38ec430d0b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 04:36:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 639fd4d..042a9af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,12 +42,12 @@ java { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.27.2" + artifact = "com.google.protobuf:protoc:4.27.3" } plugins { id("grpc") { - artifact = "io.grpc:protoc-gen-grpc-java:1.65.1" + artifact = "io.grpc:protoc-gen-grpc-java:1.66.0" } } @@ -61,18 +61,18 @@ protobuf { } dependencies { - implementation("com.google.protobuf:protobuf-java:4.27.2") - implementation("com.google.protobuf:protobuf-java-util:4.27.2") - implementation("io.grpc:grpc-protobuf:1.65.1") - implementation("io.grpc:grpc-stub:1.65.1") - implementation("io.grpc:grpc-netty-shaded:1.65.1") + implementation("com.google.protobuf:protobuf-java:4.27.3") + implementation("com.google.protobuf:protobuf-java-util:4.27.3") + implementation("io.grpc:grpc-protobuf:1.66.0") + implementation("io.grpc:grpc-stub:1.66.0") + implementation("io.grpc:grpc-netty-shaded:1.66.0") implementation("io.netty:netty-tcnative-boringssl-static:2.0.65.Final") - implementation("org.testcontainers:testcontainers:1.20.0") + implementation("org.testcontainers:testcontainers:1.20.1") 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.20.0") + testImplementation("org.testcontainers:junit-jupiter:1.20.1") 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")