Update to OTel 1.4.1 (#3576)

This commit is contained in:
Anuraag Agrawal 2021-07-15 14:34:11 +09:00 committed by GitHub
parent 814239c8c0
commit 7ecb63f2fb
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.4.0"
val otelVersion = "1.4.1"
rootProject.extra["otelVersion"] = otelVersion
// Need both BOM and -all