From cad8979eb63362bc914c3be15c55ec88f8a8a612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 01:58:08 +0000 Subject: [PATCH 1/3] Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.0 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.21.3 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.3...jackson-bom-2.22.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7cbe07b856..c34aa836a8 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -18,7 +18,7 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion val DEPENDENCY_BOMS = listOf( - "com.fasterxml.jackson:jackson-bom:2.21.3", + "com.fasterxml.jackson:jackson-bom:2.22.0", "io.opentelemetry:opentelemetry-bom:${otelSdkVersion}", "io.opentelemetry:opentelemetry-bom-alpha:${otelSdkAlphaVersion}", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}", From 6174453cf665cb146a255bea176c8534dff9e3a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:00:48 +0000 Subject: [PATCH 2/3] ./gradlew generateLicenseReport --- .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 .../META-INF/LICENSE | 0 .../META-INF/NOTICE | 0 licenses/more-licenses.md | 26 +++++++++---------- 9 files changed, 13 insertions(+), 13 deletions(-) rename licenses/{jackson-annotations-2.21.jar => jackson-annotations-2.22.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-annotations-2.21.jar => jackson-annotations-2.22.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-core-2.21.3.jar => jackson-core-2.22.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-core-2.21.3.jar => jackson-core-2.22.0.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-databind-2.21.3.jar => jackson-databind-2.22.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-databind-2.21.3.jar => jackson-databind-2.22.0.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-datatype-jsr310-2.21.3.jar => jackson-datatype-jsr310-2.22.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-datatype-jsr310-2.21.3.jar => jackson-datatype-jsr310-2.22.0.jar}/META-INF/NOTICE (100%) diff --git a/licenses/jackson-annotations-2.21.jar/META-INF/LICENSE b/licenses/jackson-annotations-2.22.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-annotations-2.21.jar/META-INF/LICENSE rename to licenses/jackson-annotations-2.22.jar/META-INF/LICENSE diff --git a/licenses/jackson-annotations-2.21.jar/META-INF/NOTICE b/licenses/jackson-annotations-2.22.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-annotations-2.21.jar/META-INF/NOTICE rename to licenses/jackson-annotations-2.22.jar/META-INF/NOTICE diff --git a/licenses/jackson-core-2.21.3.jar/META-INF/LICENSE b/licenses/jackson-core-2.22.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.21.3.jar/META-INF/LICENSE rename to licenses/jackson-core-2.22.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.21.3.jar/META-INF/NOTICE b/licenses/jackson-core-2.22.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-core-2.21.3.jar/META-INF/NOTICE rename to licenses/jackson-core-2.22.0.jar/META-INF/NOTICE diff --git a/licenses/jackson-databind-2.21.3.jar/META-INF/LICENSE b/licenses/jackson-databind-2.22.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.21.3.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.22.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.21.3.jar/META-INF/NOTICE b/licenses/jackson-databind-2.22.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.21.3.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.22.0.jar/META-INF/NOTICE diff --git a/licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE b/licenses/jackson-datatype-jsr310-2.22.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/LICENSE rename to licenses/jackson-datatype-jsr310-2.22.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE b/licenses/jackson-datatype-jsr310-2.22.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.21.3.jar/META-INF/NOTICE rename to licenses/jackson-datatype-jsr310-2.22.0.jar/META-INF/NOTICE diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index b2d2b1021d..baf5450186 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,36 +1,36 @@ # agent ## Dependency License Report -_2026-06-03 21:30:01 UTC_ +_2026-06-12 02:00:41 UTC_ ## Apache License, Version 2.0 -**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.21` +**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.22` > - **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 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) -> - **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) +> - **Embedded license files**: [jackson-annotations-2.22.jar/META-INF/LICENSE](jackson-annotations-2.22.jar/META-INF/LICENSE) + - [jackson-annotations-2.22.jar/META-INF/NOTICE](jackson-annotations-2.22.jar/META-INF/NOTICE) -**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.21.3` +**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.22.0` > - **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.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) +> - **Embedded license files**: [jackson-core-2.22.0.jar/META-INF/LICENSE](jackson-core-2.22.0.jar/META-INF/LICENSE) + - [jackson-core-2.22.0.jar/META-INF/NOTICE](jackson-core-2.22.0.jar/META-INF/NOTICE) -**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.21.3` +**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.22.0` > - **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.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) +> - **Embedded license files**: [jackson-databind-2.22.0.jar/META-INF/LICENSE](jackson-databind-2.22.0.jar/META-INF/LICENSE) + - [jackson-databind-2.22.0.jar/META-INF/NOTICE](jackson-databind-2.22.0.jar/META-INF/NOTICE) -**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.21.3` +**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.22.0` > - **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.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) +> - **Embedded license files**: [jackson-datatype-jsr310-2.22.0.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.22.0.jar/META-INF/LICENSE) + - [jackson-datatype-jsr310-2.22.0.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.22.0.jar/META-INF/NOTICE) **5** **Group:** `com.google.errorprone` **Name:** `error_prone_annotations` **Version:** `2.49.0` > - **Manifest Project URL**: [https://errorprone.info/error_prone_annotations](https://errorprone.info/error_prone_annotations) From e504ab4967231b18d15d5ab30164c01d7b3ae2ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:00:51 +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-gc-monitor/gc-monitor-tests/gradle.lockfile | 2 +- .../agent-profiler/agent-alerting-api/gradle.lockfile | 2 +- agent/agent-profiler/agent-alerting/gradle.lockfile | 2 +- .../agent-diagnostics-api/gradle.lockfile | 2 +- .../agent-diagnostics-jfr/gradle.lockfile | 2 +- agent/agent-profiler/agent-diagnostics/gradle.lockfile | 2 +- agent/agent-tooling/gradle.lockfile | 10 +++++----- 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, 25 insertions(+), 25 deletions(-) diff --git a/agent/agent-bootstrap/gradle.lockfile b/agent/agent-bootstrap/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.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 deb98c78ad..bbf3c64a58 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.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 deb98c78ad..bbf3c64a58 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.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 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index b84fc481d8..ebfc1ebda6 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index 543693e829..54229b18f1 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -15,11 +15,11 @@ com.azure:azure-storage-blob:12.34.0=runtimeClasspath com.azure:azure-storage-common:12.33.0=runtimeClasspath com.azure:azure-storage-internal-avro:12.19.0=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.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.fasterxml.jackson.core:jackson-annotations:2.22=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.22.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.22.0=runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.0=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath com.github.oshi:oshi-common:7.2.1=runtimeClasspath com.github.oshi:oshi-core:7.2.1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.49.0=runtimeClasspath diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index b94cad9f84..fa228495dd 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.57.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index 95a2c99d0b..165bb2f084 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index 49daceeeb4..32dd795fbf 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.7=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.21.3=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.22.0=runtimeClasspath io.netty:netty-bom:4.2.15.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.28.1-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.28.1=runtimeClasspath