From ec902a80517ee2feba04a7d81c497490baf108e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:30:22 +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 | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3386e16..a527e22 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { idea `maven-publish` id("com.google.protobuf") version "0.9.6" - id("com.palantir.git-version") version "4.2.0" + id("com.palantir.git-version") version "4.3.0" id("org.jreleaser") version "1.22.0" id("com.gradleup.shadow") version "9.3.1" } @@ -44,7 +44,7 @@ java { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.33.4" + artifact = "com.google.protobuf:protoc:4.33.5" } plugins { @@ -63,8 +63,8 @@ protobuf { } dependencies { - implementation("com.google.protobuf:protobuf-java:4.33.4") - implementation("com.google.protobuf:protobuf-java-util:4.33.4") + implementation("com.google.protobuf:protobuf-java:4.33.5") + implementation("com.google.protobuf:protobuf-java-util:4.33.5") implementation("io.grpc:grpc-protobuf:1.78.0") implementation("io.grpc:grpc-stub:1.78.0") implementation("io.grpc:grpc-netty-shaded:1.78.0") @@ -79,8 +79,8 @@ dependencies { testImplementation("org.testcontainers:junit-jupiter:1.21.4") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("ch.qos.logback:logback-core:1.5.26") - testImplementation("ch.qos.logback:logback-classic:1.5.26") + testImplementation("ch.qos.logback:logback-core:1.5.27") + testImplementation("ch.qos.logback:logback-classic:1.5.27") testImplementation("com.fasterxml.jackson.core:jackson-core:2.21.0") testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.0") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 19a6bde..37f78a6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME