Skip to content

Commit

Permalink
Use Gradle norms for reasons for dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 17, 2024
1 parent c7db023 commit 19fdfd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions providers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ dependencies {
implementation project.deps.retrofit
implementation project.deps.retrofitJacksonConv
constraints {
// Force upgrade transitive dependencies of fabric client to versions without vulnerabilities
implementation project.deps.okio
implementation(project.deps.okio) {
because 'Retrofit uses an older version with vulnerable dependencies'
}
}
implementation project.deps.validateApi

Expand Down

0 comments on commit 19fdfd8

Please sign in to comment.