From 9ae479eb501ed418f43c03173caf73f843ae27ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:12:36 +0000 Subject: [PATCH 1/3] Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 82e88d82a9..1e55dc4844 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -16,7 +16,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion val DEPENDENCY_BOMS = listOf( - "com.fasterxml.jackson:jackson-bom:2.21.2", + "com.fasterxml.jackson:jackson-bom:2.21.3", "io.opentelemetry:opentelemetry-bom:${otelSdkVersion}", "io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}", From 89db85012537dff9c102e8df062516c09423baf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:14:19 +0000 Subject: [PATCH 2/3] ./gradlew generateLicenseReport --- .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 14 +++++++++++-- .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 licenses/more-licenses.md | 20 +++++++++---------- 7 files changed, 22 insertions(+), 12 deletions(-) rename licenses/{jackson-core-2.21.2.jar => jackson-core-2.21.3.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-core-2.21.2.jar => jackson-core-2.21.3.jar}/META-INF/NOTICE (66%) rename licenses/{jackson-databind-2.21.2.jar => jackson-databind-2.21.3.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-databind-2.21.2.jar => jackson-databind-2.21.3.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-datatype-jsr310-2.21.2.jar => jackson-datatype-jsr310-2.21.3.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-datatype-jsr310-2.21.2.jar => jackson-datatype-jsr310-2.21.3.jar}/META-INF/NOTICE (100%) diff --git a/licenses/jackson-core-2.21.2.jar/META-INF/LICENSE b/licenses/jackson-core-2.21.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.21.2.jar/META-INF/LICENSE rename to licenses/jackson-core-2.21.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.21.2.jar/META-INF/NOTICE b/licenses/jackson-core-2.21.3.jar/META-INF/NOTICE similarity index 66% rename from licenses/jackson-core-2.21.2.jar/META-INF/NOTICE rename to licenses/jackson-core-2.21.3.jar/META-INF/NOTICE index e30a4782d7..cffd6af9dd 100644 --- a/licenses/jackson-core-2.21.2.jar/META-INF/NOTICE +++ b/licenses/jackson-core-2.21.3.jar/META-INF/NOTICE @@ -28,5 +28,15 @@ under the following copyright. Copyright © 2023 Werner Randelshofer, Switzerland. MIT License. -See FastDoubleParser-NOTICE for details of other source code included in FastDoubleParser -and the licenses and copyrights that apply to that code. +See FastDoubleParser-LICENSE and also FastDoubleParser-ThirdParty-LICENSE for details of other source code +included in FastDoubleParser and the licenses and copyrights that apply to that code. + +## Schubfach + +jackson-core bundles a copy of the Schubfach number writing code . +That code is available under an MIT license +under the following copyright. + +Copyright 2018-2020 Raffaello Giulietti + +See Schubfach-LICENSE. diff --git a/licenses/jackson-databind-2.21.2.jar/META-INF/LICENSE b/licenses/jackson-databind-2.21.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.21.2.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.21.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.21.2.jar/META-INF/NOTICE b/licenses/jackson-databind-2.21.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.21.2.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.21.3.jar/META-INF/NOTICE diff --git a/licenses/jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE b/licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE rename to licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE diff --git a/licenses/jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE b/licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE rename to licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index eadd2d5a40..4a0e264e95 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2026-04-09 03:15:24 UTC_ +_2026-04-29 03:14:13 UTC_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.21` @@ -11,26 +11,26 @@ _2026-04-09 03:15:24 UTC_ > - **Embedded license files**: [jackson-annotations-2.21.jar/META-INF/LICENSE](jackson-annotations-2.21.jar/META-INF/LICENSE) - [jackson-annotations-2.21.jar/META-INF/NOTICE](jackson-annotations-2.21.jar/META-INF/NOTICE) -**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.21.2` +**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.21.3` > - **Project URL**: [https://github.com/FasterXML/jackson-core](https://github.com/FasterXML/jackson-core) > - **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) -> - **Embedded license files**: [jackson-core-2.21.2.jar/META-INF/LICENSE](jackson-core-2.21.2.jar/META-INF/LICENSE) - - [jackson-core-2.21.2.jar/META-INF/NOTICE](jackson-core-2.21.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.21.3.jar/META-INF/LICENSE](jackson-core-2.21.3.jar/META-INF/LICENSE) + - [jackson-core-2.21.3.jar/META-INF/NOTICE](jackson-core-2.21.3.jar/META-INF/NOTICE) -**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.21.2` +**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.21.3` > - **Project URL**: [https://github.com/FasterXML/jackson](https://github.com/FasterXML/jackson) > - **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) -> - **Embedded license files**: [jackson-databind-2.21.2.jar/META-INF/LICENSE](jackson-databind-2.21.2.jar/META-INF/LICENSE) - - [jackson-databind-2.21.2.jar/META-INF/NOTICE](jackson-databind-2.21.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.21.3.jar/META-INF/LICENSE](jackson-databind-2.21.3.jar/META-INF/LICENSE) + - [jackson-databind-2.21.3.jar/META-INF/NOTICE](jackson-databind-2.21.3.jar/META-INF/NOTICE) -**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.21.2` +**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.21.3` > - **Manifest Project URL**: [https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310](https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) > - **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) -> - **Embedded license files**: [jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.21.2.jar/META-INF/LICENSE) - - [jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.21.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE) + - [jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE) **5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.48.0` > - **Manifest Project URL**: [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) From 27434403ee82956f585c601a20659a0b92b8f643 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:14:22 +0000 Subject: [PATCH 3/3] ./gradlew resolveAndLockAll --write-locks --- agent/agent-bootstrap/gradle.lockfile | 2 +- agent/agent-for-testing/gradle.lockfile | 2 +- agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile | 2 +- agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile | 2 +- agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile | 2 +- agent/agent-profiler/agent-alerting-api/gradle.lockfile | 2 +- agent/agent-profiler/agent-alerting/gradle.lockfile | 2 +- .../agent-profiler/agent-diagnostics-api/gradle.lockfile | 2 +- .../agent-profiler/agent-diagnostics-jfr/gradle.lockfile | 2 +- agent/agent-profiler/agent-diagnostics/gradle.lockfile | 2 +- agent/agent-tooling/gradle.lockfile | 8 ++++---- agent/agent/gradle.lockfile | 2 +- .../applicationinsights-web-2.3/gradle.lockfile | 2 +- .../azure-functions-worker-stub/gradle.lockfile | 2 +- agent/instrumentation/azure-functions/gradle.lockfile | 2 +- agent/instrumentation/methods/gradle.lockfile | 2 +- agent/instrumentation/micrometer-1.0/gradle.lockfile | 2 +- agent/runtime-attach/gradle.lockfile | 2 +- classic-sdk/core/gradle.lockfile | 2 +- classic-sdk/web/gradle.lockfile | 2 +- etw/java/gradle.lockfile | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/agent/agent-bootstrap/gradle.lockfile b/agent/agent-bootstrap/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-bootstrap/gradle.lockfile +++ b/agent/agent-bootstrap/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-for-testing/gradle.lockfile +++ b/agent/agent-for-testing/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index 59b73c71f7..f28a289044 100644 --- a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile index 59b73c71f7..f28a289044 100644 --- a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-profiler/agent-alerting-api/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting-api/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index ea2ab05960..09a9cb5dcf 100644 --- a/agent/agent-profiler/agent-alerting/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting/gradle.lockfile @@ -3,7 +3,7 @@ # This file is expected to be part of source control. com.azure:azure-json:1.5.1=runtimeClasspath com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent-profiler/agent-diagnostics/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 9bef4464ba..3094a9c75f 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -16,10 +16,10 @@ com.azure:azure-storage-common:12.32.2=runtimeClasspath com.azure:azure-storage-internal-avro:12.18.2=runtimeClasspath com.azure:azure-xml:1.2.1=runtimeClasspath com.fasterxml.jackson.core:jackson-annotations:2.21=runtimeClasspath -com.fasterxml.jackson.core:jackson-core:2.21.2=runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.21.2=runtimeClasspath -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.2=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.21.3=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.21.3=runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath com.github.oshi:oshi-core:6.11.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.48.0=runtimeClasspath com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/agent/gradle.lockfile +++ b/agent/agent/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile +++ b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile +++ b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/instrumentation/azure-functions/gradle.lockfile +++ b/agent/instrumentation/azure-functions/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/instrumentation/methods/gradle.lockfile +++ b/agent/instrumentation/methods/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index e900fb481d..140be45633 100644 --- a/agent/instrumentation/micrometer-1.0/gradle.lockfile +++ b/agent/instrumentation/micrometer-1.0/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index 82319fd2ba..5460970b68 100644 --- a/agent/runtime-attach/gradle.lockfile +++ b/agent/runtime-attach/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.54.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index e900fb481d..140be45633 100644 --- a/classic-sdk/core/gradle.lockfile +++ b/classic-sdk/core/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index e900fb481d..140be45633 100644 --- a/classic-sdk/web/gradle.lockfile +++ b/classic-sdk/web/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index 5e9095df18..de3891259c 100644 --- a/etw/java/gradle.lockfile +++ b/etw/java/gradle.lockfile @@ -2,7 +2,7 @@ # Manual edits can break the build and are not advised. # This file is expected to be part of source control. com.azure:azure-sdk-bom:1.3.6=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath io.netty:netty-bom:4.2.12.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.26.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.26.1=runtimeClasspath