From df76a872275c1761f019569a95782f0313fbd4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:35:30 +0000 Subject: [PATCH 1/3] Bump com.azure:azure-sdk-bom from 1.2.36 to 1.2.37 Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java) from 1.2.36 to 1.2.37. - [Release notes](https://github.com/azure/azure-sdk-for-java/releases) - [Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-sdk-bom_1.2.36...azure-sdk-bom_1.2.37) --- updated-dependencies: - dependency-name: com.azure:azure-sdk-bom dependency-version: 1.2.37 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 14dc2f9b244..0659e90160b 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -21,7 +21,7 @@ val DEPENDENCY_BOMS = listOf( "io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}", "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationAlphaVersion}", - "com.azure:azure-sdk-bom:1.2.36", + "com.azure:azure-sdk-bom:1.2.37", "io.netty:netty-bom:4.2.3.Final", "org.junit:junit-bom:5.13.4", "org.testcontainers:testcontainers-bom:1.21.3", From e72504ec766aad5a4df62c5754ce61352dbdcaba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:36:32 +0000 Subject: [PATCH 2/3] ./gradlew generateLicenseReport --- licenses/more-licenses.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/licenses/more-licenses.md b/licenses/more-licenses.md index 4659f99047f..a80cc614b17 100644 --- a/licenses/more-licenses.md +++ b/licenses/more-licenses.md @@ -1,7 +1,7 @@ # agent ## Dependency License Report -_2025-08-04 04:44:18 UTC_ +_2025-08-04 18:36:28 UTC_ ## Apache License, Version 2.0 **1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2` @@ -381,15 +381,15 @@ _2025-08-04 04:44:18 UTC_ **73** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-autoconfigure` **Version:** `1.3.0` > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**74** **Group:** `com.azure` **Name:** `azure-storage-blob` **Version:** `12.30.1` +**74** **Group:** `com.azure` **Name:** `azure-storage-blob` **Version:** `12.31.1` > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**75** **Group:** `com.azure` **Name:** `azure-storage-common` **Version:** `12.29.1` +**75** **Group:** `com.azure` **Name:** `azure-storage-common` **Version:** `12.30.1` > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) -**76** **Group:** `com.azure` **Name:** `azure-storage-internal-avro` **Version:** `12.15.1` +**76** **Group:** `com.azure` **Name:** `azure-storage-internal-avro` **Version:** `12.16.1` > - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java) > - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT) From 2f79edcf112287d9a3ea21987c0568cb265f7025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 18:36:35 +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 734085c3ff5..95df738a116 100644 --- a/agent/agent-bootstrap/gradle.lockfile +++ b/agent/agent-bootstrap/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-for-testing/gradle.lockfile b/agent/agent-for-testing/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-for-testing/gradle.lockfile +++ b/agent/agent-for-testing/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile index e97bd946730..4009649714b 100644 --- a/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-api/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile index e97bd946730..4009649714b 100644 --- a/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-core/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath com.google.errorprone:error_prone_annotations:2.41.0=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath diff --git a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile +++ b/agent/agent-gc-monitor/gc-monitor-tests/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting-api/gradle.lockfile b/agent/agent-profiler/agent-alerting-api/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-profiler/agent-alerting-api/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting-api/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-profiler/agent-alerting/gradle.lockfile b/agent/agent-profiler/agent-alerting/gradle.lockfile index 1f72740ddb7..8ca54f80528 100644 --- a/agent/agent-profiler/agent-alerting/gradle.lockfile +++ b/agent/agent-profiler/agent-alerting/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-json:1.5.0=runtimeClasspath -com.azure:azure-sdk-bom:1.2.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-api/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics-jfr/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-profiler/agent-diagnostics/gradle.lockfile b/agent/agent-profiler/agent-diagnostics/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent-profiler/agent-diagnostics/gradle.lockfile +++ b/agent/agent-profiler/agent-diagnostics/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/agent-tooling/gradle.lockfile b/agent/agent-tooling/gradle.lockfile index d548e790202..a33c9e2f99b 100644 --- a/agent/agent-tooling/gradle.lockfile +++ b/agent/agent-tooling/gradle.lockfile @@ -10,10 +10,10 @@ com.azure:azure-core:1.55.5=runtimeClasspath com.azure:azure-identity:1.16.3=runtimeClasspath com.azure:azure-json:1.5.0=runtimeClasspath com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath -com.azure:azure-sdk-bom:1.2.36=runtimeClasspath -com.azure:azure-storage-blob:12.30.1=runtimeClasspath -com.azure:azure-storage-common:12.29.1=runtimeClasspath -com.azure:azure-storage-internal-avro:12.15.1=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath +com.azure:azure-storage-blob:12.31.1=runtimeClasspath +com.azure:azure-storage-common:12.30.1=runtimeClasspath +com.azure:azure-storage-internal-avro:12.16.1=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 diff --git a/agent/agent/gradle.lockfile b/agent/agent/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/agent/gradle.lockfile +++ b/agent/agent/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile +++ b/agent/instrumentation/applicationinsights-web-2.3/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile +++ b/agent/instrumentation/azure-functions-worker-stub/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/instrumentation/azure-functions/gradle.lockfile b/agent/instrumentation/azure-functions/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/instrumentation/azure-functions/gradle.lockfile +++ b/agent/instrumentation/azure-functions/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/instrumentation/methods/gradle.lockfile b/agent/instrumentation/methods/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/instrumentation/methods/gradle.lockfile +++ b/agent/instrumentation/methods/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/instrumentation/micrometer-1.0/gradle.lockfile b/agent/instrumentation/micrometer-1.0/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/agent/instrumentation/micrometer-1.0/gradle.lockfile +++ b/agent/instrumentation/micrometer-1.0/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/agent/runtime-attach/gradle.lockfile b/agent/runtime-attach/gradle.lockfile index e8814599e0c..fcc63334e45 100644 --- a/agent/runtime-attach/gradle.lockfile +++ b/agent/runtime-attach/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.contrib:opentelemetry-runtime-attach-core:1.47.0-alpha=runtimeClasspath diff --git a/classic-sdk/core/gradle.lockfile b/classic-sdk/core/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/classic-sdk/core/gradle.lockfile +++ b/classic-sdk/core/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/classic-sdk/web/gradle.lockfile b/classic-sdk/web/gradle.lockfile index 734085c3ff5..95df738a116 100644 --- a/classic-sdk/web/gradle.lockfile +++ b/classic-sdk/web/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath diff --git a/etw/java/gradle.lockfile b/etw/java/gradle.lockfile index 31a38bfde33..2842baa43a0 100644 --- a/etw/java/gradle.lockfile +++ b/etw/java/gradle.lockfile @@ -1,7 +1,7 @@ # This is a Gradle generated file for dependency locking. # 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.36=runtimeClasspath +com.azure:azure-sdk-bom:1.2.37=runtimeClasspath com.fasterxml.jackson:jackson-bom:2.19.2=runtimeClasspath io.netty:netty-bom:4.2.3.Final=runtimeClasspath io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.18.1-alpha=runtimeClasspath