Skip to content

Commit 5574290

Browse files
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](grpc/grpc-java@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](grpc/grpc-java@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](grpc/grpc-java@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](grpc/grpc-java@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](grpc/grpc-java@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] <[email protected]>
1 parent 5ca9e84 commit 5574290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ tasks.sourcesJar {
8383
// All it does is complain about generated code.
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

86-
def grpcVersion = "1.68.1"
87-
def protocVersion = "4.28.3"
86+
def grpcVersion = "1.68.2"
87+
def protocVersion = "4.29.0"
8888
def authzedProtoCommit = "v1.38.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)