Skip to content

Commit

Permalink
chore(deps): bump io.grpc:grpc-services from 1.59.0 to 1.68.2 in /java
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-services](https://github.com/grpc/grpc-java) from 1.59.0 to 1.68.2.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.0...v1.68.2)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ff9b51e commit 90bf873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
dependencies {
def protoc = '3.24.4'

implementation group: 'io.grpc', name: 'grpc-services', version: '1.59.0'
implementation group: 'io.grpc', name: 'grpc-services', version: '1.68.2'
implementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'

implementation group: 'com.google.protobuf', name: 'protobuf-java', version: protoc
Expand Down

0 comments on commit 90bf873

Please sign in to comment.