Skip to content

Commit 91865f5

Browse files
Bump com.azure:azure-identity from 1.16.2 to 1.16.3 (#4386)
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>
1 parent ff13788 commit 91865f5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies {
8989

9090
configurations.all {
9191
// waiting for azure-identity to be bumped in the Azure SDK BOM
92-
resolutionStrategy.force("com.azure:azure-identity:1.16.2")
92+
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
9393
}
9494

9595
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.12=runtimeClasspath
99
com.azure:azure-core:1.55.4=runtimeClasspath
10-
com.azure:azure-identity:1.16.2=runtimeClasspath
10+
com.azure:azure-identity:1.16.3=runtimeClasspath
1111
com.azure:azure-json:1.5.0=runtimeClasspath
1212
com.azure:azure-monitor-opentelemetry-autoconfigure:1.2.0=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.36=runtimeClasspath
@@ -24,11 +24,11 @@ com.github.oshi:oshi-core:6.8.2=runtimeClasspath
2424
com.github.stephenc.jcip:jcip-annotations:1.0-1=runtimeClasspath
2525
com.google.errorprone:error_prone_annotations:2.40.0=runtimeClasspath
2626
com.microsoft.azure:msal4j-persistence-extension:1.3.0=runtimeClasspath
27-
com.microsoft.azure:msal4j:1.21.0=runtimeClasspath
27+
com.microsoft.azure:msal4j:1.22.0=runtimeClasspath
2828
com.nimbusds:content-type:2.3=runtimeClasspath
2929
com.nimbusds:lang-tag:1.7=runtimeClasspath
30-
com.nimbusds:nimbus-jose-jwt:10.0.1=runtimeClasspath
31-
com.nimbusds:oauth2-oidc-sdk:11.23=runtimeClasspath
30+
com.nimbusds:nimbus-jose-jwt:10.0.2=runtimeClasspath
31+
com.nimbusds:oauth2-oidc-sdk:11.23.1=runtimeClasspath
3232
commons-codec:commons-codec:1.19.0=runtimeClasspath
3333
io.netty:netty-bom:4.2.3.Final=runtimeClasspath
3434
io.netty:netty-buffer:4.2.3.Final=runtimeClasspath

agent/agent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ configurations {
233233
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
234234
exclude("com.fasterxml.woodstox", "woodstox-core")
235235
// waiting for azure-identity to be bumped in the Azure SDK BOM
236-
resolutionStrategy.force("com.azure:azure-identity:1.16.2")
236+
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
237237
}
238238
}

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-07-23 03:37:45 UTC_
4+
_2025-07-28 17:35:06 UTC_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
@@ -53,13 +53,13 @@ _2025-07-23 03:37:45 UTC_
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:** `10.0.1`
56+
**9** **Group:** `com.nimbusds` **Name:** `nimbus-jose-jwt` **Version:** `10.0.2`
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.23`
62+
**10** **Group:** `com.nimbusds` **Name:** `oauth2-oidc-sdk` **Version:** `11.23.1`
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)
@@ -370,7 +370,7 @@ _2025-07-23 03:37:45 UTC_
370370
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
371371
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
372372
373-
**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.16.2`
373+
**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.16.3`
374374
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
375375
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
376376
@@ -402,7 +402,7 @@ _2025-07-23 03:37:45 UTC_
402402
> - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged)
403403
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
404404
405-
**79** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.21.0`
405+
**79** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.22.0`
406406
> - **Project URL**: [https://github.com/AzureAD/microsoft-authentication-library-for-java](https://github.com/AzureAD/microsoft-authentication-library-for-java)
407407
> - **Manifest License**: "MIT License" (Not Packaged)
408408
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)