Skip to content

Commit 5e64f81

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.17.0 to 2.17.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/v2.17.1/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.17.0...v2.17.1) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom dependency-version: 2.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7100807 commit 5e64f81

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.51.0"
1515
val otelInstrumentationAlphaVersion = "2.17.0-alpha"
16-
val otelInstrumentationVersion = "2.17.0"
16+
val otelInstrumentationVersion = "2.17.1"
1717
val otelContribVersion = "1.47.0"
1818

1919
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)