Skip to content

Commit

Permalink
Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom
Browse files Browse the repository at this point in the history
Bumps [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.4.0 to 2.5.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.4.0...v2.5.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]>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent 998e5b5 commit e64286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rootProject.extra["versions"] = dependencyVersions

val otelVersion = "1.38.0"
val otelInstrumentationAlphaVersion = "2.4.0-alpha"
val otelInstrumentationVersion = "2.4.0"
val otelInstrumentationVersion = "2.5.0"
val otelContribAlphaVersion = "1.35.0-alpha"
val byteBuddyVersion = "1.14.11"

Expand Down

0 comments on commit e64286f

Please sign in to comment.