Skip to content

Commit 419c5a8

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.19.0 to 2.20.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.19.0...v2.20.0) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2b77df commit 419c5a8

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

1010
val otelSdkVersion = "1.53.0"
1111
val otelInstrumentationAlphaVersion = "2.19.0-alpha"
12-
val otelInstrumentationVersion = "2.19.0"
12+
val otelInstrumentationVersion = "2.20.1"
1313
val otelContribVersion = "1.48.0"
1414

1515
rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion

0 commit comments

Comments
 (0)