Bump io.grpc:grpc-bom from 1.56.1 to 1.57.1 (#5672)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <jberg@newrelic.com>
This commit is contained in:
parent
2f89fa7a30
commit
6ea0e80a0b
|
@ -20,13 +20,13 @@ testing {
|
|||
suites {
|
||||
register<JvmTestSuite>("grpcInOtelTest") {
|
||||
dependencies {
|
||||
implementation("io.grpc:grpc-context")
|
||||
implementation("io.grpc:grpc-api")
|
||||
}
|
||||
}
|
||||
|
||||
register<JvmTestSuite>("otelInGrpcTest") {
|
||||
dependencies {
|
||||
implementation("io.grpc:grpc-context")
|
||||
implementation("io.grpc:grpc-api")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ val DEPENDENCY_BOMS = listOf(
|
|||
"com.linecorp.armeria:armeria-bom:1.24.3",
|
||||
"com.squareup.okhttp3:okhttp-bom:4.11.0",
|
||||
"com.squareup.okio:okio-bom:3.5.0", // applies to transitive dependencies of okhttp
|
||||
"io.grpc:grpc-bom:1.56.1",
|
||||
"io.grpc:grpc-bom:1.57.1",
|
||||
"io.netty:netty-bom:4.1.96.Final",
|
||||
"io.zipkin.brave:brave-bom:5.16.0",
|
||||
"io.zipkin.reporter2:zipkin-reporter-bom:2.16.4",
|
||||
|
|
Loading…
Reference in New Issue