Skip to content

Commit

Permalink
fix(deps): update dependency io.grpc:grpc-bom to v1.62.2 (#1678)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 5c46262 commit 3489014
Showing 1 changed file with 1 addition 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 @@ -32,7 +32,7 @@ dependencies {
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.16.1"))
api(enforcedPlatform("com.google.protobuf:protobuf-bom:$protobufVersion"))
api(enforcedPlatform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
api(enforcedPlatform("io.grpc:grpc-bom:1.61.1"))
api(enforcedPlatform("io.grpc:grpc-bom:1.62.2"))
api(platform("io.micrometer:micrometer-bom:$micrometerVersion"))
api(enforcedPlatform("io.opentelemetry:opentelemetry-bom-alpha:$otelAlphaVersion"))
api(enforcedPlatform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelInstrumentationAlphaVersion"))
Expand Down

0 comments on commit 3489014

Please sign in to comment.