Skip to content

Commit d8c36ee

Browse files
build(deps): bump io.grpc:protoc-gen-grpc-java from 1.70.0 to 1.73.0
Bumps [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.70.0 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.70.0...v1.73.0) --- updated-dependencies: - dependency-name: io.grpc:protoc-gen-grpc-java dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcba62d commit d8c36ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootGRpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
var protobufVersion='4.31.1'
13-
var grpcVersion='1.70.0'
13+
var grpcVersion='1.73.0'
1414

1515
dependencies {
1616
implementation 'javax.annotation:javax.annotation-api:1.3.2' // https://github.com/grpc/grpc-java/issues/9179

0 commit comments

Comments
 (0)