Skip to content

Commit aacf997

Browse files
fix(deps): update dependency io.opentelemetry.javaagent:opentelemetry-javaagent to v2.20.1 (#1067)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.opentelemetry.javaagent:opentelemetry-javaagent](https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.20.0` -> `2.20.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.opentelemetry.javaagent:opentelemetry-javaagent/2.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.opentelemetry.javaagent:opentelemetry-javaagent/2.20.0/2.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.javaagent:opentelemetry-javaagent)</summary> ### [`v2.20.1`](https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/blob/HEAD/CHANGELOG.md#Version-2201-2025-09-22) ##### 🛠️ Bug fixes - Backport: Update the OpenTelemetry SDK version to 1.54.1 ([#&#8203;14720](https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14720)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/grafana/grafana-opentelemetry-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UtcGF0Y2giLCJ1cGRhdGUtdXBzdHJlYW0iXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22a6d52 commit aacf997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = '10.0.0-SNAPSHOT' // the version of the actual release is set during t
33

44
buildscript {
55
ext {
6-
otelInstrumentationVersion = "2.20.0"
6+
otelInstrumentationVersion = "2.20.1"
77
}
88
repositories {
99
maven {

0 commit comments

Comments
 (0)