Skip to content

Commit

Permalink
Bump io.grpc:grpc-auth from 1.60.0 to 1.62.2 (#548)
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.62.2.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.60.0...v1.62.2)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 5a21122 commit 7f4fbe5
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.62.2" }
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 7f4fbe5

Please sign in to comment.