Skip to content

Commit 858ba0d

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.13.3 to 2.14.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.13.3...v2.14.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 2b36c79 commit 858ba0d

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

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)