We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b09b08 commit f9a0686Copy full SHA for f9a0686
1 file changed
build.gradle
@@ -39,6 +39,9 @@ dependencies {
39
api 'com.squareup.retrofit2:retrofit:2.9.0'
40
api 'com.squareup.retrofit2:converter-jackson:2.9.0'
41
42
+ // retrofit will not update these dependencies to fix vulnerabilities
43
+ api 'com.squareup.okhttp3:okhttp:4.9.3'
44
+
45
// newer version of dependency to fix vulnerability until converter-jackson is updated
46
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
47
0 commit comments