Skip to content

Commit b413d79

Browse files
Merge pull request #1932 from microsoft/dependabot/gradle/components/authentication/azure/com.azure-azure-core-1.55.4
chore(deps): bump com.azure:azure-core from 1.55.3 to 1.55.4 in /components/authentication/azure
2 parents b68bc1c + cfdc8d4 commit b413d79

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

components/authentication/azure/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ android {
4646
}
4747

4848
lintOptions {
49+
baseline file("lint-baseline.xml")
4950
textOutput "stdout"
5051
checkAllWarnings true
5152
warningsAsErrors true
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<issues format="6" by="lint 8.10.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.10.1)" variant="all" version="8.10.1">
3+
4+
<issue
5+
id="InvalidPackage"
6+
message="Invalid package reference in com.fasterxml.jackson.core:jackson-core; not included in Android: `java.lang.foreign`. Referenced from `com.fasterxml.jackson.core.internal.shaded.fdp.v2_18_3.FastDoubleSwar`.">
7+
<location
8+
file="$GRADLE_USER_HOME/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.18.3/78f80c259268200e588aa204dd97ecf09b76916e/jackson-core-2.18.3.jar"/>
9+
</issue>
10+
<!-- https://github.com/Azure/azure-sdk-for-java/issues/45634 -->
11+
<!-- https://github.com/FasterXML/jackson-core/issues/1446 -->
12+
13+
</issues>

components/authentication/azure/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation 'io.opentelemetry:opentelemetry-context:1.51.0'
1010
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1111
api 'javax.xml.stream:stax-api:1.0-2'
12-
api 'com.azure:azure-core:1.55.3'
12+
api 'com.azure:azure-core:1.55.4'
1313

1414
api project(':components:abstractions')
1515
}

0 commit comments

Comments
 (0)