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.11.0-alpha (#1622)
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 0d77587 commit 6d3a142
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.10.0-alpha"
val otelInstrumentationVersion = "2.11.0-alpha"

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

0 comments on commit 6d3a142

Please sign in to comment.