Skip to content

Commit

Permalink
Update dependency io.grpc:grpc-bom to v1.58.0 (#5792)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jack Berg <[email protected]>
  • Loading branch information
renovate[bot] and jack-berg authored Sep 7, 2023
1 parent 3f152eb commit 43ee51c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val DEPENDENCY_BOMS = listOf(
"com.linecorp.armeria:armeria-bom:1.25.2",
"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.57.2",
"io.grpc:grpc-bom:1.58.0",
"io.netty:netty-bom:4.1.97.Final",
"io.zipkin.brave:brave-bom:5.16.0",
"io.zipkin.reporter2:zipkin-reporter-bom:2.16.4",
Expand Down
3 changes: 3 additions & 0 deletions exporters/otlp/all/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ testing {

implementation("io.grpc:grpc-netty")
implementation("io.grpc:grpc-stub")
implementation("io.grpc:grpc-inprocess")
}
targets {
all {
Expand All @@ -67,6 +68,7 @@ testing {

implementation("io.grpc:grpc-netty-shaded")
implementation("io.grpc:grpc-stub")
implementation("io.grpc:grpc-inprocess")
}
targets {
all {
Expand All @@ -86,6 +88,7 @@ testing {

implementation("io.grpc:grpc-okhttp")
implementation("io.grpc:grpc-stub")
implementation("io.grpc:grpc-inprocess")
}
targets {
all {
Expand Down

0 comments on commit 43ee51c

Please sign in to comment.