Skip to content

Commit 99cc922

Browse files
committed
Merge branch 'main' into renovate/errorproneversion
2 parents 73cd147 + 5c027b5 commit 99cc922

File tree

25 files changed

+200
-287
lines changed

25 files changed

+200
-287
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
GH_TOKEN: ${{ steps.otelbot-token.outputs.token }}
258258
run: |
259259
message="Post-release updates for $VERSION"
260-
body="Post-release updates for `$VERSION`."
260+
body="Post-release updates for \`$VERSION\`."
261261
branch="otelbot/update-apidiff-baseline-to-released-version-${VERSION}"
262262
263263
git checkout -b $branch

.github/workflows/reusable-native-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
- id: read-java
2929
run: echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
30-
- uses: graalvm/setup-graalvm@7a1da54cb7fdef4ea19f6ecdfa9ecf59dc5a48fe # v1.3.6.1
30+
- uses: graalvm/setup-graalvm@aba6a077d71fbfc02138d7470c4ad6e7f85bd2a9 # v1.3.7.1
3131
with:
3232
version: "latest"
3333
java-version: ${{ matrix.test-java-version }}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## Version 2.20.1 (2025-09-22)
6+
7+
### 🛠️ Bug fixes
8+
9+
- Backport: Update the OpenTelemetry SDK version to 1.54.1
10+
([#14720](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14720))
11+
512
## Version 2.20.0 (2025-09-13)
613

714
### Migration notes

benchmark-overhead/Dockerfile.petclinic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:11.0.28_6-jdk@sha256:ce8a016736cac5f2664ee47d7628557a00fe37997c49bc3c55802070416d75f2 as app-build
1+
FROM eclipse-temurin:11.0.28_6-jdk@sha256:cbc00ee9dbeb737367035e19e2655529c4cd5e887f33a69a80dd56928f3bef65 as app-build
22

33
# This is the base image that will contain a built version of the spring-petclinic-rest
44
# application. Installing the dependencies and maven compiling the application is time

conventions/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.1.0")
6060
implementation("org.apache.httpcomponents:httpclient:4.5.14")
6161
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.2")
62-
implementation("org.owasp:dependency-check-gradle:12.1.3")
62+
implementation("org.owasp:dependency-check-gradle:12.1.5")
6363
implementation("ru.vyarus:gradle-animalsniffer-plugin:2.0.1")
6464
implementation("org.spdx:spdx-gradle-plugin:0.9.0")
6565
// When updating, also update dependencyManagement/build.gradle.kts
@@ -73,5 +73,5 @@ dependencies {
7373
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
7474
testImplementation("org.junit.jupiter:junit-jupiter-api")
7575
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
76-
testImplementation("org.assertj:assertj-core:3.27.5")
76+
testImplementation("org.assertj:assertj-core:3.27.6")
7777
}

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ val DEPENDENCIES = listOf(
110110
"io.opentelemetry.contrib:opentelemetry-samplers:${otelContribVersion}",
111111
"io.opentelemetry.proto:opentelemetry-proto:1.8.0-alpha",
112112
"io.opentelemetry:opentelemetry-extension-annotations:1.18.0", // deprecated, no longer part of bom
113-
"org.assertj:assertj-core:3.27.5",
113+
"org.assertj:assertj-core:3.27.6",
114114
"org.awaitility:awaitility:4.3.0",
115115
"com.google.code.findbugs:annotations:3.0.1u2",
116116
"com.google.code.findbugs:jsr305:3.0.2",
@@ -121,7 +121,7 @@ val DEPENDENCIES = listOf(
121121
"org.objenesis:objenesis:3.4",
122122
"javax.validation:validation-api:2.0.1.Final",
123123
"org.snakeyaml:snakeyaml-engine:2.10",
124-
"org.elasticmq:elasticmq-rest-sqs_2.13:1.6.14"
124+
"org.elasticmq:elasticmq-rest-sqs_2.13:1.6.15"
125125
)
126126

127127
javaPlatform {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.20.1.jar against opentelemetry-instrumentation-annotations-2.20.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.20.1.jar against opentelemetry-instrumentation-api-2.20.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.20.1.jar against opentelemetry-spring-boot-autoconfigure-2.20.0.jar
2+
No changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.20.1.jar against opentelemetry-spring-boot-starter-2.20.0.jar
2+
No changes.

0 commit comments

Comments
 (0)