Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 4059ab9 commit 2ffff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
implementation 'org.slf4j:slf4j-api:2.0.9'

implementation "io.grpc:grpc-core:1.57.2"
implementation "io.grpc:grpc-core:1.59.0"
implementation "io.grpc:grpc-stub:1.58.0"

implementation "com.google.code.gson:gson:2.10.1"
Expand Down

0 comments on commit 2ffff84

Please sign in to comment.