Skip to content

Commit da3285f

Browse files
committed
Bump com.azure:azure-identity to 1.15.1
1 parent b44f906 commit da3285f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

agent/agent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,7 @@ configurations {
222222
// excluding unused dependencies for size (~1.8mb)
223223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224224
exclude("com.fasterxml.woodstox", "woodstox-core")
225+
// waiting for azure-identity to be bumped in the Azure SDK BOM
226+
resolutionStrategy.force("com.azure:azure-identity:1.15.1")
225227
}
226228
}

licenses/more-licenses.md

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

22
# agent
33
## Dependency License Report
4-
_2025-02-03 03:42:40 UTC_
4+
_2025-02-11 16:37:44 CET_
55
## Apache License, Version 2.0
66

77
**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
@@ -354,7 +354,7 @@ _2025-02-03 03:42:40 UTC_
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
357-
**68** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.0`
357+
**68** **Group:** `com.azure` **Name:** `azure-identity` **Version:** `1.15.1`
358358
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
359359
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
360360
@@ -386,7 +386,7 @@ _2025-02-03 03:42:40 UTC_
386386
> - **Manifest License**: "SPDX-License-Identifier: MIT";link="https://opensource.org/licenses/MIT" (Not Packaged)
387387
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
388388
389-
**76** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.17.2`
389+
**76** **Group:** `com.microsoft.azure` **Name:** `msal4j` **Version:** `1.19.0`
390390
> - **Project URL**: [https://github.com/AzureAD/microsoft-authentication-library-for-java](https://github.com/AzureAD/microsoft-authentication-library-for-java)
391391
> - **Manifest License**: "MIT License" (Not Packaged)
392392
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)