Skip to content

Commit f9a0686

Browse files
committed
Update okhttp to fix vulnerability
1 parent 3b09b08 commit f9a0686

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ dependencies {
3939
api 'com.squareup.retrofit2:retrofit:2.9.0'
4040
api 'com.squareup.retrofit2:converter-jackson:2.9.0'
4141

42+
// retrofit will not update these dependencies to fix vulnerabilities
43+
api 'com.squareup.okhttp3:okhttp:4.9.3'
44+
4245
// newer version of dependency to fix vulnerability until converter-jackson is updated
4346
api 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
4447

0 commit comments

Comments
 (0)