Skip to content

Bump com.azure:azure-identity from 1.16.3 to 1.17.0 #4414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies {

configurations.all {
// waiting for azure-identity to be bumped in the Azure SDK BOM
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
resolutionStrategy.force("com.azure:azure-identity:1.17.0")
}

configurations {
Expand Down
12 changes: 6 additions & 6 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
ch.qos.logback:logback-classic:1.3.15=runtimeClasspath
ch.qos.logback:logback-core:1.3.15=runtimeClasspath
com.azure:azure-core-http-netty:1.15.13=runtimeClasspath
com.azure:azure-core:1.55.5=runtimeClasspath
com.azure:azure-identity:1.16.3=runtimeClasspath
com.azure:azure-core-http-netty:1.16.0=runtimeClasspath
com.azure:azure-core:1.56.0=runtimeClasspath
com.azure:azure-identity:1.17.0=runtimeClasspath
com.azure:azure-json:1.5.0=runtimeClasspath
com.azure:azure-monitor-opentelemetry-autoconfigure:1.3.0=runtimeClasspath
com.azure:azure-sdk-bom:1.2.37=runtimeClasspath
Expand Down Expand Up @@ -72,9 +72,9 @@ io.opentelemetry:opentelemetry-sdk-metrics:1.52.0=runtimeClasspath
io.opentelemetry:opentelemetry-sdk-trace:1.52.0=runtimeClasspath
io.opentelemetry:opentelemetry-sdk:1.52.0=runtimeClasspath
io.opentelemetry:opentelemetry-semconv:1.30.1-alpha=runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.0.48=runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.0.48=runtimeClasspath
io.projectreactor:reactor-core:3.4.41=runtimeClasspath
io.projectreactor.netty:reactor-netty-core:1.2.8=runtimeClasspath
io.projectreactor.netty:reactor-netty-http:1.2.8=runtimeClasspath
io.projectreactor:reactor-core:3.7.8=runtimeClasspath
net.java.dev.jna:jna-platform:5.17.0=runtimeClasspath
net.java.dev.jna:jna:5.17.0=runtimeClasspath
net.minidev:accessors-smart:2.5.2=runtimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion agent/agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,6 @@ configurations {
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
exclude("com.fasterxml.woodstox", "woodstox-core")
// waiting for azure-identity to be bumped in the Azure SDK BOM
resolutionStrategy.force("com.azure:azure-identity:1.16.3")
resolutionStrategy.force("com.azure:azure-identity:1.17.0")
}
}
14 changes: 7 additions & 7 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2025-08-04 18:36:28 UTC_
_2025-08-11 05:12:41 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.19.2`
Expand Down Expand Up @@ -245,15 +245,15 @@ _2025-08-04 18:36:28 UTC_
> - **POM Project URL**: [https://github.com/open-telemetry/opentelemetry-java-contrib](https://github.com/open-telemetry/opentelemetry-java-contrib)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

**49** **Group:** `io.projectreactor` **Name:** `reactor-core` **Version:** `3.4.41`
**49** **Group:** `io.projectreactor` **Name:** `reactor-core` **Version:** `3.7.8`
> - **POM Project URL**: [https://github.com/reactor/reactor-core](https://github.com/reactor/reactor-core)
> - **POM License**: Apache License, Version 2.0 - [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)

**50** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-core` **Version:** `1.0.48`
**50** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-core` **Version:** `1.2.8`
> - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

**51** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-http` **Version:** `1.0.48`
**51** **Group:** `io.projectreactor.netty` **Name:** `reactor-netty-http` **Version:** `1.2.8`
> - **POM Project URL**: [https://github.com/reactor/reactor-netty](https://github.com/reactor/reactor-netty)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Expand Down Expand Up @@ -362,15 +362,15 @@ _2025-08-04 18:36:28 UTC_

## MIT License

**69** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.55.5`
**69** **Group:** `com.azure` **Name:** `azure-core` **Version:** `1.56.0`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

**70** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.15.13`
**70** **Group:** `com.azure` **Name:** `azure-core-http-netty` **Version:** `1.16.0`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.16.3`
**71** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.17.0`
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

Expand Down