Skip to content

Commit 8b34c5a

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.14.0 to 2.16.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.14.0...v2.16.0) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7f8764 commit 8b34c5a

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.48.0"
1515
val otelInstrumentationAlphaVersion = "2.14.0-alpha"
16-
val otelInstrumentationVersion = "2.14.0"
16+
val otelInstrumentationVersion = "2.16.0"
1717
val otelContribVersion = "1.43.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)