Skip to content

Commit 5006993

Browse files
author
Anuraag Agrawal
authored
Update to OTel 1.10.1 (#150)
1 parent 8d438e4 commit 5006993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
2626

2727
val TEST_SNAPSHOTS = rootProject.findProperty("testUpstreamSnapshots") == "true"
2828

29-
val otelVersion = "1.10.0"
29+
val otelVersion = "1.10.1"
3030
val otelSnapshotVersion = "1.11.0"
3131

3232
val DEPENDENCY_BOMS = listOf(

0 commit comments

Comments
 (0)