Skip to content

Commit 5ae78fc

Browse files
committed
Ensure retrofit uses consistent jackson version
1 parent 0767370 commit 5ae78fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

providers/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
implementation project.deps.commonsLang
2626
implementation project.deps.retrofit
2727
implementation project.deps.retrofitJacksonConv
28+
implementation platform(project.deps.jacksonBom)
2829
constraints {
2930
implementation(project.deps.okio) {
3031
because 'Retrofit uses an older version with vulnerable dependencies'

0 commit comments

Comments
 (0)