Skip to content
Closed
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/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ configurations {
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
exclude("com.fasterxml.woodstox", "woodstox-core")
// temporarily overriding version until latest azure-json is part of azure-core
resolutionStrategy.force("com.azure:azure-json:1.3.0")
resolutionStrategy.force("com.azure:azure-json:1.4.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this in #4051

}
}
4 changes: 2 additions & 2 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2025-01-29 03:15:16 UTC_
_2025-01-30 16:16:08 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.18.2`
Expand Down Expand Up @@ -358,7 +358,7 @@ _2025-01-29 03:15:16 UTC_
> - **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)

**69** **Group:** `com.azure` **Name:** `azure-json` **Version:** `1.3.0`
**69** **Group:** `com.azure` **Name:** `azure-json` **Version:** `1.4.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
Loading