Skip to content

Commit

Permalink
build(deps): bump io.grpc:protoc-gen-grpc-java from 1.66.0 to 1.68.0 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 74a76ad commit 9401b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpringBootGRpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

var protobufVersion='3.25.3'
var grpcVersion='1.66.0'
var grpcVersion='1.68.0'

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

0 comments on commit 9401b58

Please sign in to comment.