From 06a1f8523cfc665633be75114715b40d76a8bfb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:42:49 +0000 Subject: [PATCH] chore(deps): bump the gradle group with 7 updates Bumps the gradle group with 7 updates: | Package | From | To | | --- | --- | --- | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.78.0` | `1.79.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.78.0` | `1.79.0` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.78.0` | `1.79.0` | | build.buf.protoc-gen-validate:pgv-java-stub | `1.3.0` | `1.3.3` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.5` | `4.34.0` | | com.google.protobuf:protobuf-java-util | `4.33.5` | `4.34.0` | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.65.0` | `2.66.0` | Updates `io.grpc:grpc-protobuf` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.78.0...v1.79.0) Updates `io.grpc:grpc-stub` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.78.0...v1.79.0) Updates `io.grpc:grpc-netty-shaded` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.78.0...v1.79.0) Updates `io.grpc:grpc-stub` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.78.0...v1.79.0) Updates `io.grpc:grpc-netty-shaded` from 1.78.0 to 1.79.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.78.0...v1.79.0) Updates `build.buf.protoc-gen-validate:pgv-java-stub` from 1.3.0 to 1.3.3 Updates `com.google.protobuf:protobuf-java` from 4.33.5 to 4.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 4.33.5 to 4.34.0 Updates `com.google.protobuf:protobuf-java-util` from 4.33.5 to 4.34.0 Updates `com.google.api.grpc:proto-google-common-protos` from 2.65.0 to 2.66.0 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/compare/v2.65.0...v2.66.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.79.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: build.buf.protoc-gen-validate:pgv-java-stub dependency-version: 1.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-version: 2.66.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e9cf2c9a..7e5224a0 100644 --- a/build.gradle +++ b/build.gradle @@ -88,8 +88,8 @@ tasks.sourcesJar { // All it does is complain about generated code. javadoc { options.addStringOption('Xdoclint:none', '-quiet') } -def grpcVersion = "1.78.0" -def protocVersion = "4.33.5" +def grpcVersion = "1.79.0" +def protocVersion = "4.34.0" def authzedProtoCommit = "v1.45.4" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : "" @@ -119,7 +119,7 @@ dependencies { } // In the future this can probably be removed in favor of "protovalidate" // See https://buf.build/blog/protoc-gen-validate-v1-and-v2 - implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.3.0") { + implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.3.3") { exclude group: 'com.google.protobuf', module: 'protobuf-java' exclude group: 'com.google.protobuf', module: 'protobuf-java-util' exclude group: 'com.google.code.gson', module: 'gson' @@ -131,7 +131,7 @@ dependencies { exclude group: 'com.google.protobuf', module: 'protobuf-java' exclude group: 'com.google.code.gson', module: 'gson' } - implementation("com.google.api.grpc:proto-google-common-protos:2.65.0") { + implementation("com.google.api.grpc:proto-google-common-protos:2.66.0") { exclude group: 'com.google.protobuf', module: 'protobuf-java' } implementation "com.google.code.gson:gson:2.13.2"