Skip to content

Commit 5a205b8

Browse files
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom
Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d51482 commit 5a205b8

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
@@ -13,7 +13,7 @@ rootProject.extra["versions"] = dependencyVersions
1313

1414
val otelSdkVersion = "1.45.0"
1515
val otelInstrumentationAlphaVersion = "2.11.0-alpha"
16-
val otelInstrumentationVersion = "2.11.0"
16+
val otelInstrumentationVersion = "2.12.0"
1717

1818
rootProject.extra["otelSdkVersion"] = otelSdkVersion
1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)