Skip to content

Commit

Permalink
fix(deps): update dependency io.opentelemetry.instrumentation:opentel…
Browse files Browse the repository at this point in the history
…emetry-instrumentation-bom-alpha to v2.10.0-alpha-snapshot
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent ef0caea commit d4874e2
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 @@ -7,7 +7,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
val dependencyVersions = hashMapOf<String, String>()
rootProject.extra["versions"] = dependencyVersions

val otelInstrumentationVersion = "2.8.0-alpha"
val otelInstrumentationVersion = "2.10.0-alpha-SNAPSHOT"

val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.18.0",
Expand Down

0 comments on commit d4874e2

Please sign in to comment.