Update OTel 1.7.1 (#4581)

This commit is contained in:
Anuraag Agrawal 2021-11-04 06:05:54 +09:00 committed by GitHub
parent e5f601bea8
commit b9589f4305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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