Skip to content

Commit 0958712

Browse files
build(deps): bump io.grpc:protoc-gen-grpc-java from 1.65.1 to 1.66.0
Bumps [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java) from 1.65.1 to 1.66.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.65.1...v1.66.0) --- 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]>
1 parent 48c7dd4 commit 0958712

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='3.25.3'
13-
var grpcVersion='1.65.1'
13+
var grpcVersion='1.66.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)