Update to OTel 1.9.1 (#4700)
This commit is contained in:
parent
fac60ddb3c
commit
a5326344bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue