Update to OTel 1.4.1 (#3576)
This commit is contained in:
parent
814239c8c0
commit
7ecb63f2fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue