Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4874e2

Browse files
authoredOct 17, 2024··
fix(deps): update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.10.0-alpha-snapshot
1 parent ef0caea commit d4874e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
77
val dependencyVersions = hashMapOf<String, String>()
88
rootProject.extra["versions"] = dependencyVersions
99

10-
val otelInstrumentationVersion = "2.8.0-alpha"
10+
val otelInstrumentationVersion = "2.10.0-alpha-SNAPSHOT"
1111

1212
val DEPENDENCY_BOMS = listOf(
1313
"com.fasterxml.jackson:jackson-bom:2.18.0",

0 commit comments

Comments
 (0)
Please sign in to comment.