Skip to content

Commit 2b36c79

Browse files
dependabot[bot]github-actions[bot]trask
authored
Bump com.azure:azure-identity from 1.15.3 to 1.15.4 (#4132)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent b7b35f0 commit 2b36c79

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ dependencies {
9090

9191
configurations.all {
9292
// waiting for azure-identity to be bumped in the Azure SDK BOM
93-
resolutionStrategy.force("com.azure:azure-identity:1.15.3")
94-
// waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
95-
resolutionStrategy.force("net.minidev:json-smart:2.5.2")
93+
resolutionStrategy.force("com.azure:azure-identity:1.15.4")
9694
}
9795

9896
configurations {

agent/agent-tooling/gradle.lockfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
77
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
88
com.azure:azure-core-http-netty:1.15.10=runtimeClasspath
99
com.azure:azure-core:1.55.2=runtimeClasspath
10-
com.azure:azure-identity:1.15.3=runtimeClasspath
10+
com.azure:azure-identity:1.15.4=runtimeClasspath
1111
com.azure:azure-json:1.4.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-autoconfigure:1.0.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.32=runtimeClasspath
@@ -24,11 +24,11 @@ com.github.oshi:oshi-core:6.7.0=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
2525
com.google.errorprone:error_prone_annotations:2.36.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
27-
com.microsoft.azure:msal4j:1.19.0=runtimeClasspath
27+
com.microsoft.azure:msal4j:1.19.1=runtimeClasspath
2828
com.nimbusds:content-type:2.3=runtimeClasspath
2929
com.nimbusds:lang-tag:1.7=runtimeClasspath
30-
com.nimbusds:nimbus-jose-jwt:9.40=runtimeClasspath
31-
com.nimbusds:oauth2-oidc-sdk:11.18=runtimeClasspath
30+
com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath
31+
com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath
3232
commons-codec:commons-codec:1.18.0=runtimeClasspath
3333
io.netty:netty-bom:4.1.119.Final=runtimeClasspath
3434
io.netty:netty-buffer:4.1.119.Final=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ configurations {
223223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224224
exclude("com.fasterxml.woodstox", "woodstox-core")
225225
// waiting for azure-identity to be bumped in the Azure SDK BOM
226-
resolutionStrategy.force("com.azure:azure-identity:1.15.3")
227-
// waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
228-
resolutionStrategy.force("net.minidev:json-smart:2.5.2")
226+
resolutionStrategy.force("com.azure:azure-identity:1.15.4")
229227
}
230228
}

licenses/more-licenses.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# agent
33
## Dependency License Report
4-
_2025-03-10 13:53:59 PDT_
4+
_2025-03-12 03:38:54 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.3`
@@ -53,13 +53,13 @@ _2025-03-10 13:53:59 PDT_
5353
> - **POM Project URL**: [https://bitbucket.org/connect2id/nimbus-language-tags](https://bitbucket.org/connect2id/nimbus-language-tags)
5454
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
5555
56-
**9** **Group:** `com.nimbusds` **Name:** `nimbus-jose-jwt` **Version:** `9.40`
56+
**9** **Group:** `com.nimbusds` **Name:** `nimbus-jose-jwt` **Version:** `10.0.1`
5757
> - **Manifest Project URL**: [https://connect2id.com](https://connect2id.com)
5858
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
5959
> - **POM Project URL**: [https://bitbucket.org/connect2id/nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt)
6060
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
6161
62-
**10** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.18`
62+
**10** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.23`
6363
> - **Project URL**: [https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions)
6464
> - **Manifest License**: Apache License, Version 2.0 (Not Packaged)
6565
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
@@ -350,7 +350,7 @@ _2025-03-10 13:53:59 PDT_
350350
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
351351
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
352352
353-
**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.3`
353+
**67** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.4`
354354
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
355355
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
356356
@@ -382,7 +382,7 @@ _2025-03-10 13:53:59 PDT_
382382
> - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged)
383383
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
384384
385-
**75** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.0`
385+
**75** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.1`
386386
> - **Project URL**: [https://github.com/AzureAD/microsoft-authentication-library-for-java](https://github.com/AzureAD/microsoft-authentication-library-for-java)
387387
> - **Manifest License**: "MIT License" (Not Packaged)
388388
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)