Skip to content

Commit

Permalink
Bump io.grpc:grpc-auth from 1.60.0 to 1.61.1
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-auth](https://github.com/grpc/grpc-java) from 1.60.0 to 1.61.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.61.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 855397e commit f6a111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlinx-coroutines-core-jvm = { group = "org.jetbrains.kotlinx", name = "kotlinx
kotlinx-coroutines-debug = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-debug", version = "1.8.0" }
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.60.0" }
grpc-alts = { group = "io.grpc", name = "grpc-alts", version = "1.60.0" }
grpc-auth = { group = "io.grpc", name = "grpc-auth", version = "1.60.0" }
grpc-auth = { group = "io.grpc", name = "grpc-auth", version = "1.61.1" }
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.60.0" }
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.60.0" }
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.60.0" }
Expand Down

0 comments on commit f6a111d

Please sign in to comment.