From 293a8011bf460b7c5204f61140eeafcb843e379c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 19:37:13 +0000 Subject: [PATCH] chore(deps): bump the gradle group with 6 updates Bumps the gradle group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.76.0` | `1.77.0` | | [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.76.0` | `1.77.0` | | [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.76.0` | `1.77.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.0` | `4.33.1` | | com.google.protobuf:protobuf-java-util | `4.33.0` | `4.33.1` | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.62.0` | `2.63.1` | Updates `io.grpc:grpc-protobuf` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0) Updates `io.grpc:grpc-stub` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0) Updates `io.grpc:grpc-netty-shaded` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0) Updates `io.grpc:grpc-stub` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0) Updates `io.grpc:grpc-netty-shaded` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0) Updates `com.google.protobuf:protobuf-java` from 4.33.0 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 4.33.0 to 4.33.1 Updates `com.google.protobuf:protobuf-java-util` from 4.33.0 to 4.33.1 Updates `com.google.api.grpc:proto-google-common-protos` from 2.62.0 to 2.63.1 - [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.62.0...gax/v2.63.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-version: 2.63.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d4781a5..e463011 100644 --- a/build.gradle +++ b/build.gradle @@ -86,8 +86,8 @@ tasks.sourcesJar { // All it does is complain about generated code. javadoc { options.addStringOption('Xdoclint:none', '-quiet') } -def grpcVersion = "1.76.0" -def protocVersion = "4.33.0" +def grpcVersion = "1.77.0" +def protocVersion = "4.33.1" def authzedProtoCommit = "v1.45.4" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : "" @@ -129,7 +129,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.62.0") { + implementation("com.google.api.grpc:proto-google-common-protos:2.63.1") { exclude group: 'com.google.protobuf', module: 'protobuf-java' } implementation "com.google.code.gson:gson:2.13.2"