From 3d29ecc931d439a51e1935e1296e339e10522e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:20:56 +0000 Subject: [PATCH 1/3] Bump com.fasterxml.jackson:jackson-bom from 2.19.2 to 2.20.0 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.2...jackson-bom-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.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 000ca972b19..f070320eb1c 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.19.2", + "com.fasterxml.jackson:jackson-bom:2.20.0", "io.opentelemetry:opentelemetry-bom:${otelSdkVersion}", "io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}", From 1a7ace09b8ba9862abb97ae8ebf6be6ea1614c9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:21:59 +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.19.2.jar => jackson-annotations-2.20.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-annotations-2.19.2.jar => jackson-annotations-2.20.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-core-2.19.2.jar => jackson-core-2.20.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-core-2.19.2.jar => jackson-core-2.20.0.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-databind-2.19.2.jar => jackson-databind-2.20.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-databind-2.19.2.jar => jackson-databind-2.20.0.jar}/META-INF/NOTICE (100%) rename licenses/{jackson-datatype-jsr310-2.19.2.jar => jackson-datatype-jsr310-2.20.0.jar}/META-INF/LICENSE (100%) rename licenses/{jackson-datatype-jsr310-2.19.2.jar => jackson-datatype-jsr310-2.20.0.jar}/META-INF/NOTICE (100%) diff --git a/licenses/jackson-annotations-2.19.2.jar/META-INF/LICENSE b/licenses/jackson-annotations-2.20.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-annotations-2.19.2.jar/META-INF/LICENSE rename to licenses/jackson-annotations-2.20.jar/META-INF/LICENSE diff --git a/licenses/jackson-annotations-2.19.2.jar/META-INF/NOTICE b/licenses/jackson-annotations-2.20.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-annotations-2.19.2.jar/META-INF/NOTICE rename to licenses/jackson-annotations-2.20.jar/META-INF/NOTICE diff --git a/licenses/jackson-core-2.19.2.jar/META-INF/LICENSE b/licenses/jackson-core-2.20.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-core-2.19.2.jar/META-INF/LICENSE rename to licenses/jackson-core-2.20.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-core-2.19.2.jar/META-INF/NOTICE b/licenses/jackson-core-2.20.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-core-2.19.2.jar/META-INF/NOTICE rename to licenses/jackson-core-2.20.0.jar/META-INF/NOTICE diff --git a/licenses/jackson-databind-2.19.2.jar/META-INF/LICENSE b/licenses/jackson-databind-2.20.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-databind-2.19.2.jar/META-INF/LICENSE rename to licenses/jackson-databind-2.20.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-databind-2.19.2.jar/META-INF/NOTICE b/licenses/jackson-databind-2.20.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-databind-2.19.2.jar/META-INF/NOTICE rename to licenses/jackson-databind-2.20.0.jar/META-INF/NOTICE diff --git a/licenses/jackson-datatype-jsr310-2.19.2.jar/META-INF/LICENSE b/licenses/jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.19.2.jar/META-INF/LICENSE rename to licenses/jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE diff --git a/licenses/jackson-datatype-jsr310-2.19.2.jar/META-INF/NOTICE b/licenses/jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE similarity index 100% rename from licenses/jackson-datatype-jsr310-2.19.2.jar/META-INF/NOTICE rename to licenses/jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index ec0e258b6cb..e1a5ed41113 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,36 +1,36 @@ # agent ## Dependency License Report -_2025-09-09 12:28:37 PDT_ +_2025-09-09 20:21:54 UTC_ ## Apache License, Version 2.0 -**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2` +**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.20` > - **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.19.2.jar/META-INF/LICENSE](jackson-annotations-2.19.2.jar/META-INF/LICENSE) - - [jackson-annotations-2.19.2.jar/META-INF/NOTICE](jackson-annotations-2.19.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-annotations-2.20.jar/META-INF/LICENSE](jackson-annotations-2.20.jar/META-INF/LICENSE) + - [jackson-annotations-2.20.jar/META-INF/NOTICE](jackson-annotations-2.20.jar/META-INF/NOTICE) -**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.19.2` +**2** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-core` **Version:** `2.20.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.19.2.jar/META-INF/LICENSE](jackson-core-2.19.2.jar/META-INF/LICENSE) - - [jackson-core-2.19.2.jar/META-INF/NOTICE](jackson-core-2.19.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-core-2.20.0.jar/META-INF/LICENSE](jackson-core-2.20.0.jar/META-INF/LICENSE) + - [jackson-core-2.20.0.jar/META-INF/NOTICE](jackson-core-2.20.0.jar/META-INF/NOTICE) -**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.19.2` +**3** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-databind` **Version:** `2.20.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.19.2.jar/META-INF/LICENSE](jackson-databind-2.19.2.jar/META-INF/LICENSE) - - [jackson-databind-2.19.2.jar/META-INF/NOTICE](jackson-databind-2.19.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-databind-2.20.0.jar/META-INF/LICENSE](jackson-databind-2.20.0.jar/META-INF/LICENSE) + - [jackson-databind-2.20.0.jar/META-INF/NOTICE](jackson-databind-2.20.0.jar/META-INF/NOTICE) -**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.19.2` +**4** **Group:** `com.fasterxml.jackson.datatype` **Name:** `jackson-datatype-jsr310` **Version:** `2.20.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.19.2.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.19.2.jar/META-INF/LICENSE) - - [jackson-datatype-jsr310-2.19.2.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.19.2.jar/META-INF/NOTICE) +> - **Embedded license files**: [jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE](jackson-datatype-jsr310-2.20.0.jar/META-INF/LICENSE) + - [jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE](jackson-datatype-jsr310-2.20.0.jar/META-INF/NOTICE) **5** **Group:** `com.github.stephenc.jcip` **Name:** `jcip-annotations` **Version:** `1.0-1` > - **POM Project URL**: [http://stephenc.github.com/jcip-annotations](http://stephenc.github.com/jcip-annotations) From 6d59d46db302ee2c99f7670cb8d653c9a22b3d9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:22:02 +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 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index 2a63d0d31a7..6adf44507f0 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-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 2a63d0d31a7..6adf44507f0 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-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 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index 5bf3deee786..74784c2a428 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.0=runtimeClasspath com.azure:azure-sdk-bom:1.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index eaeb43ad48b..873ebbce122 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -15,11 +15,11 @@ com.azure:azure-storage-blob:12.31.2=runtimeClasspath com.azure:azure-storage-common:12.30.2=runtimeClasspath com.azure:azure-storage-internal-avro:12.16.2=runtimeClasspath com.azure:azure-xml:1.2.0=runtimeClasspath -com.fasterxml.jackson.core:jackson-annotations:2.19.2=runtimeClasspath -com.fasterxml.jackson.core:jackson-core:2.19.2=runtimeClasspath -com.fasterxml.jackson.core:jackson-databind:2.19.2=runtimeClasspath -com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson.core:jackson-annotations:2.20=runtimeClasspath +com.fasterxml.jackson.core:jackson-core:2.20.0=runtimeClasspath +com.fasterxml.jackson.core:jackson-databind:2.20.0=runtimeClasspath +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath com.github.oshi:oshi-core:6.8.3=runtimeClasspath com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index 81955c98f89..60530716c1f 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.48.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index 8f526abfa51..7cb21d6fe76 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index bc821d936db..43a90b6c8e4 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.2.38=runtimeClasspath -com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath +com.fasterxml.jackson:jackson-bom:2.20.0=runtimeClasspath io.netty:netty-bom:4.2.4.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.19.0-alpha=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.19.0=runtimeClasspath