Skip to content

Commit

Permalink
Update to OTel SDK 1.10.1 (#5218) (#5220)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jan 26, 2022
1 parent ceba76c commit 0771ec7
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 0771ec7

Please sign in to comment.