Skip to content

Commit b9d0555

Browse files
Bump grpcVersion from 1.49.1 to 1.49.2
Bumps `grpcVersion` from 1.49.1 to 1.49.2. Updates `grpc-protobuf` from 1.49.1 to 1.49.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.49.1...v1.49.2) Updates `grpc-stub` from 1.49.1 to 1.49.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.49.1...v1.49.2) Updates `grpc-netty-shaded` from 1.49.1 to 1.49.2 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.49.1...v1.49.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-stub dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.grpc:grpc-netty-shaded dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4902957 commit b9d0555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ java {
6262
// All it does is complain about generated code.
6363
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
6464

65-
def grpcVersion = '1.49.1'
65+
def grpcVersion = '1.49.2'
6666
def grpcKtVersion = '1.3.0'
6767
def protocVersion = "3.17.3"
6868
def authzedProtoCommit = "6bf58783fdc3ed33da39a728e2538c1cb58da34e"

0 commit comments

Comments
 (0)