Skip to content

Commit

Permalink
Update OTel 1.7.1 (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Nov 4, 2021
1 parent 641e854 commit cfe2784
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 @@ -13,7 +13,7 @@ rootProject.extra["versions"] = dependencyVersions

// IMPORTANT when updating otelVersion, make sure that grpcVersion below is >= the grpc version
// used by that otel version
val otelVersion = "1.7.0"
val otelVersion = "1.7.1"
val grpcVersion = "1.41.0"
rootProject.extra["otelVersion"] = otelVersion

Expand Down

0 comments on commit cfe2784

Please sign in to comment.