We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0767370 commit 5ae78fcCopy full SHA for 5ae78fc
1 file changed
providers/build.gradle
@@ -25,6 +25,7 @@ dependencies {
25
implementation project.deps.commonsLang
26
implementation project.deps.retrofit
27
implementation project.deps.retrofitJacksonConv
28
+ implementation platform(project.deps.jacksonBom)
29
constraints {
30
implementation(project.deps.okio) {
31
because 'Retrofit uses an older version with vulnerable dependencies'
0 commit comments