From 068247e8f71f61868131f5a43e730892a8a15bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:33:58 +0000 Subject: [PATCH 1/2] chore(deps): bump com.azure:azure-core Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.55.3 to 1.55.4. - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.55.3...azure-core_1.55.4) --- updated-dependencies: - dependency-name: com.azure:azure-core dependency-version: 1.55.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/authentication/azure/gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/authentication/azure/gradle/dependencies.gradle b/components/authentication/azure/gradle/dependencies.gradle index 9a42a6fde..1f70caf9f 100644 --- a/components/authentication/azure/gradle/dependencies.gradle +++ b/components/authentication/azure/gradle/dependencies.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'io.opentelemetry:opentelemetry-context:1.51.0' implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' api 'javax.xml.stream:stax-api:1.0-2' - api 'com.azure:azure-core:1.55.3' + api 'com.azure:azure-core:1.55.4' api project(':components:abstractions') } From cfdc8d44e4ead4f3c24dcf311bed3e8306ffecd4 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 9 Jun 2025 14:47:21 -0400 Subject: [PATCH 2/2] chore: adds baseline file to suppress linting issue with multi-jar files --- .../authentication/azure/android/build.gradle | 1 + .../authentication/azure/android/lint-baseline.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 components/authentication/azure/android/lint-baseline.xml diff --git a/components/authentication/azure/android/build.gradle b/components/authentication/azure/android/build.gradle index 4151991ee..8a350ff3e 100644 --- a/components/authentication/azure/android/build.gradle +++ b/components/authentication/azure/android/build.gradle @@ -46,6 +46,7 @@ android { } lintOptions { + baseline file("lint-baseline.xml") textOutput "stdout" checkAllWarnings true warningsAsErrors true diff --git a/components/authentication/azure/android/lint-baseline.xml b/components/authentication/azure/android/lint-baseline.xml new file mode 100644 index 000000000..acb8cd05f --- /dev/null +++ b/components/authentication/azure/android/lint-baseline.xml @@ -0,0 +1,13 @@ + + + + + + + + + +