Skip to content

Commit 9401b58

Browse files
build(deps): bump io.grpc:protoc-gen-grpc-java from 1.66.0 to 1.68.0 (#964)
Bumps [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.66.0 to 1.68.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/commits) --- updated-dependencies: - dependency-name: io.grpc:protoc-gen-grpc-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74a76ad commit 9401b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootGRpc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
var protobufVersion='3.25.3'
13-
var grpcVersion='1.66.0'
13+
var grpcVersion='1.68.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)