Skip to content

Commit

Permalink
Update to OTel SDK 1.10.1 (#5218)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 25, 2022
1 parent 87d26ae commit 5f4fc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"
val otelVersion = "1.10.1"
rootProject.extra["otelVersion"] = otelVersion

// Need both BOM and -all
Expand Down

0 comments on commit 5f4fc25

Please sign in to comment.