From 49659138ff1fb19a9a4df88c4d62439cb2fce15b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:06:13 +0000 Subject: [PATCH 1/5] Initial plan From 7b6d08e600385ba31bde75a8a6746803ea041d30 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:28:22 +0000 Subject: [PATCH 2/5] Fix Java 17 ClassCircularityError in RuntimeAttach smoke tests Pre-load java.lang.invoke.MethodHandle before runtime attach to avoid ClassCircularityError that occurs with OpenTelemetry 2.22.0-alpha on Java 17 HotSpot JVM. See https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/3396 Co-authored-by: xiang17 <9310587+xiang17@users.noreply.github.com> --- .../applicationinsights/smoketestapp/SpringBootApp.java | 7 +++++++ .../applicationinsights/smoketestapp/SpringBootApp.java | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/smoke-tests/apps/RuntimeAttach/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java b/smoke-tests/apps/RuntimeAttach/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java index 4e55aefe9be..6bd7b4cfe7d 100644 --- a/smoke-tests/apps/RuntimeAttach/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java +++ b/smoke-tests/apps/RuntimeAttach/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java @@ -13,6 +13,13 @@ public class SpringBootApp extends SpringBootServletInitializer { public static void main(String[] args) { + // Pre-load MethodHandle to avoid ClassCircularityError on Java 17 with runtime attach + // See https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/3396 + try { + Class.forName("java.lang.invoke.MethodHandle"); + } catch (ClassNotFoundException e) { + // ignore + } ApplicationInsights.attach(); SpringApplication.run(SpringBootApp.class, args); } diff --git a/smoke-tests/apps/RuntimeAttachWithDelayedConnectionString/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java b/smoke-tests/apps/RuntimeAttachWithDelayedConnectionString/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java index 4d1172cfc62..1aa3a17bb6b 100644 --- a/smoke-tests/apps/RuntimeAttachWithDelayedConnectionString/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java +++ b/smoke-tests/apps/RuntimeAttachWithDelayedConnectionString/src/main/java/com/microsoft/applicationinsights/smoketestapp/SpringBootApp.java @@ -16,6 +16,13 @@ public class SpringBootApp extends SpringBootServletInitializer { private static final String FAKE_INGESTION_ENDPOINT = "http://host.testcontainers.internal:6060/"; public static void main(String[] args) { + // Pre-load MethodHandle to avoid ClassCircularityError on Java 17 with runtime attach + // See https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/3396 + try { + Class.forName("java.lang.invoke.MethodHandle"); + } catch (ClassNotFoundException e) { + // ignore + } ApplicationInsights.attach(); ConnectionString.configure( "InstrumentationKey=00000000-0000-0000-0000-0FEEDDADBEEF;IngestionEndpoint=" From f50c9b06d7ddace458cbc4e437999ae04ecae7d5 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Sat, 28 Feb 2026 02:16:59 -0800 Subject: [PATCH 3/5] bump versions and ./gradlew generateLicenseReport --- dependencyManagement/build.gradle.kts | 8 ++++---- licenses/more-licenses.md | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 417076b7ded..7627dd094cd 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -7,10 +7,10 @@ data class DependencySet(val group: String, val version: String, val modules: Li val dependencyVersions = hashMapOf() rootProject.extra["versions"] = dependencyVersions -val otelSdkVersion = "1.55.0" -val otelInstrumentationAlphaVersion = "2.21.0-alpha" -val otelInstrumentationVersion = "2.21.0" -val otelContribVersion = "1.48.0" +val otelSdkVersion = "1.56.0" +val otelInstrumentationAlphaVersion = "2.22.0-alpha" +val otelInstrumentationVersion = "2.22.0" +val otelContribVersion = "1.51.0" rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 52543cde9d1..24588384736 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2026-01-23 17:04:25 UTC_ +_2026-02-28 02:16:21 PST_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20` @@ -170,47 +170,47 @@ _2026-01-23 17:04:25 UTC_ > - **Manifest License**: Apache License, Version 2.0 (Not Packaged) > - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) -**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.55.0` +**32** **Group:** `io.opentelemetry` **Name:** `opentelemetry-api` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.55.0` +**33** **Group:** `io.opentelemetry` **Name:** `opentelemetry-common` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**34** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.55.0` +**34** **Group:** `io.opentelemetry` **Name:** `opentelemetry-context` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**35** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.55.0` +**35** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**36** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.55.0` +**36** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-common` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**37** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.55.0` +**37** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**38** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.55.0` +**38** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-extension-autoconfigure-spi` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**39** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.55.0` +**39** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-logs` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**40** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.55.0` +**40** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-metrics` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**41** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.55.0` +**41** **Group:** `io.opentelemetry` **Name:** `opentelemetry-sdk-trace` **Version:** `1.56.0` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java](https://github.com/open-telemetry/opentelemetry-java) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -**42** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.48.0-alpha` +**42** **Group:** `io.opentelemetry.contrib` **Name:** `opentelemetry-jfr-connection` **Version:** `1.51.0-alpha` > - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib) > - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) From 79f2f76ec2e6e7c1d1134bff057195570295e122 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Sat, 28 Feb 2026 02:17:18 -0800 Subject: [PATCH 4/5] ./gradlew resolveAndLockAll --write-locks --- agent/agent-bootstrap/gradle.lockfile | 8 ++--- agent/agent-for-testing/gradle.lockfile | 8 ++--- .../gc-monitor-api/gradle.lockfile | 8 ++--- .../gc-monitor-core/gradle.lockfile | 8 ++--- .../gc-monitor-tests/gradle.lockfile | 8 ++--- .../agent-alerting-api/gradle.lockfile | 8 ++--- .../agent-alerting/gradle.lockfile | 8 ++--- .../agent-diagnostics-api/gradle.lockfile | 8 ++--- .../agent-diagnostics-jfr/gradle.lockfile | 8 ++--- .../agent-diagnostics/gradle.lockfile | 8 ++--- agent/agent-tooling/gradle.lockfile | 30 +++++++++---------- agent/agent/gradle.lockfile | 8 ++--- .../gradle.lockfile | 8 ++--- .../gradle.lockfile | 8 ++--- .../azure-functions/gradle.lockfile | 8 ++--- agent/instrumentation/methods/gradle.lockfile | 8 ++--- .../micrometer-1.0/gradle.lockfile | 8 ++--- agent/runtime-attach/gradle.lockfile | 12 ++++---- classic-sdk/core/gradle.lockfile | 8 ++--- classic-sdk/web/gradle.lockfile | 8 ++--- etw/java/gradle.lockfile | 8 ++--- 21 files changed, 97 insertions(+), 97 deletions(-) diff --git a/agent/agent-bootstrap/gradle.lockfile b/agent/agent-bootstrap/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-bootstrap/gradle.lockfile +++ b/agent/agent-bootstrap/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-for-testing/gradle.lockfile +++ b/agent/agent-for-testing/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index 69410223a1c..f08d65289c1 100644 --- a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.44.0=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile index 69410223a1c..f08d65289c1 100644 --- a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.44.0=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-profiler/agent-alerting-api/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting-api/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index 3de7b0f4bb6..10d31235127 100644 --- a/agent/agent-profiler/agent-alerting/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting/gradle.lockfile @@ -5,10 +5,10 @@ com.azure:azure-json:1.5.0=runtimeClasspath com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent-profiler/agent-diagnostics/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index f0ae86fefcc..cb4e413c77f 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -51,21 +51,21 @@ io.netty:netty-transport-native-epoll:4.2.9.Final=runtimeClasspath io.netty:netty-transport-native-kqueue:4.2.9.Final=runtimeClasspath io.netty:netty-transport-native-unix-common:4.2.9.Final=runtimeClasspath io.netty:netty-transport:4.2.9.Final=runtimeClasspath -io.opentelemetry.contrib:opentelemetry-jfr-connection:1.48.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-api:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-common:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-context:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-common:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-logs:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-metrics:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk-trace:1.55.0=runtimeClasspath -io.opentelemetry:opentelemetry-sdk:1.55.0=runtimeClasspath +io.opentelemetry.contrib:opentelemetry-jfr-connection:1.51.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-api:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-common:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-context:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-common:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-logs:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-metrics:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk-trace:1.56.0=runtimeClasspath +io.opentelemetry:opentelemetry-sdk:1.56.0=runtimeClasspath io.projectreactor.netty:reactor-netty-core:1.2.10=runtimeClasspath io.projectreactor.netty:reactor-netty-http:1.2.10=runtimeClasspath io.projectreactor:reactor-core:3.7.11=runtimeClasspath diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/agent/gradle.lockfile +++ b/agent/agent/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile +++ b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile +++ b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/instrumentation/azure-functions/gradle.lockfile +++ b/agent/instrumentation/azure-functions/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/instrumentation/methods/gradle.lockfile +++ b/agent/instrumentation/methods/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/agent/instrumentation/micrometer-1.0/gradle.lockfile +++ b/agent/instrumentation/micrometer-1.0/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index 833ec48b4a0..baa4084db1d 100644 --- a/agent/runtime-attach/gradle.lockfile +++ b/agent/runtime-attach/gradle.lockfile @@ -4,12 +4,12 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.48.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath -net.bytebuddy:byte-buddy-agent:1.17.6=runtimeClasspath +io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.51.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath +net.bytebuddy:byte-buddy-agent:1.17.8=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/classic-sdk/core/gradle.lockfile +++ b/classic-sdk/core/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index 6685e1b0b79..8bb76fbe3c5 100644 --- a/classic-sdk/web/gradle.lockfile +++ b/classic-sdk/web/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath empty= diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index cbd1530bddc..5177494fa7b 100644 --- a/etw/java/gradle.lockfile +++ b/etw/java/gradle.lockfile @@ -4,10 +4,10 @@ com.azure:azure-sdk-bom:1.3.3=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.20.1=runtimeClasspath io.netty:netty-bom:4.2.9.Final=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.21.0-alpha=runtimeClasspath -io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.21.0=runtimeClasspath -io.opentelemetry:opentelemetry-bom-alpha:1.55.0-alpha=runtimeClasspath -io.opentelemetry:opentelemetry-bom:1.55.0=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.22.0-alpha=runtimeClasspath +io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.22.0=runtimeClasspath +io.opentelemetry:opentelemetry-bom-alpha:1.56.0-alpha=runtimeClasspath +io.opentelemetry:opentelemetry-bom:1.56.0=runtimeClasspath org.junit:junit-bom:5.14.1=runtimeClasspath org.slf4j:slf4j-api:2.0.17=runtimeClasspath org.testcontainers:testcontainers-bom:2.0.2=runtimeClasspath From 1d6ccebeb6c9b0a7144e78a485a2d771dfd7790f Mon Sep 17 00:00:00 2001 From: Sean Li Date: Sat, 28 Feb 2026 03:38:30 -0800 Subject: [PATCH 5/5] update license ./gradlew generateLicenseReport --- licenses/more-licenses.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index f03751615c3..1dd5cce405d 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,11 +1,7 @@ # agent ## Dependency License Report -<<<<<<< copilot/fix-runtimeattach-smoke-tests -_2026-02-28 02:16:21 PST_ -======= -_2026-02-04 17:34:04 PST_ ->>>>>>> main +_2026-02-28 02:29:42 PST_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20`