Update to OTel 1.9.1 (#4700)

This commit is contained in:
Anuraag Agrawal 2021-11-24 17:47:23 +09:00 committed by GitHub
parent fac60ddb3c
commit a5326344bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions
val otelVersion = "1.9.0"
val otelVersion = "1.9.1"
rootProject.extra["otelVersion"] = otelVersion
// Need both BOM and -all