From 5574290ca38d2029f3a1706b69bb4cc69ca82a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:46:10 +0000 Subject: [PATCH] Bump the gradle group with 4 updates Bumps the gradle group with 4 updates: [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java), [io.grpc:grpc-stub](https://github.com/grpc/grpc-java), [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf). Updates `io.grpc:grpc-protobuf` from 1.68.1 to 1.68.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2) Updates `io.grpc:grpc-stub` from 1.68.1 to 1.68.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2) Updates `io.grpc:grpc-netty-shaded` from 1.68.1 to 1.68.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2) Updates `com.google.protobuf:protobuf-java` from 4.28.3 to 4.29.0 - [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 `io.grpc:grpc-stub` from 1.68.1 to 1.68.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2) Updates `io.grpc:grpc-netty-shaded` from 1.68.1 to 1.68.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.68.1...v1.68.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1cc67d1d..83b7560f 100644 --- a/build.gradle +++ b/build.gradle @@ -83,8 +83,8 @@ tasks.sourcesJar { // All it does is complain about generated code. javadoc { options.addStringOption('Xdoclint:none', '-quiet') } -def grpcVersion = "1.68.1" -def protocVersion = "4.28.3" +def grpcVersion = "1.68.2" +def protocVersion = "4.29.0" def authzedProtoCommit = "v1.38.0" def bufDir = "${buildDir}/buf" def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""