Skip to content

Commit

Permalink
Remove resolutionStrategy for azure-identity 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams committed Jul 9, 2024
1 parent c0406ec commit 13498fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ dependencies {
testCompileOnly("com.google.code.findbugs:jsr305")
}

configurations.all {
// temporarily overriding version until next azure-bom release in order to address CVE
resolutionStrategy.force("com.azure:azure-identity:1.13.0")
}

configurations {
"implementation" {
exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep
Expand Down
2 changes: 1 addition & 1 deletion licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2024-07-08 03:55:59 UTC_
_2024-07-09 11:07:48 PDT_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
Expand Down

0 comments on commit 13498fb

Please sign in to comment.