Skip to content

Commit a3758e0

Browse files
Bump io.grpc:grpc-okhttp from 1.60.0 to 1.61.1 in /examples (#516)
Bumps [io.grpc:grpc-okhttp](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-okhttp 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>
1 parent ed6a292 commit a3758e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-cor
1313
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.60.0" }
1414
grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version = "1.60.0" }
1515
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.60.0" }
16-
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.60.0" }
16+
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.61.1" }
1717
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.60.0" }
1818
grpc-stub = { group = "io.grpc", name = "grpc-stub", version = "1.60.0" }
1919
grpc-kotlin-stub = { group = "io.grpc", name = "grpc-kotlin-stub", version = "1.4.1" }

0 commit comments

Comments
 (0)