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 @@ + + + + + + + + + + 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') }