Skip to content

Commit b1b0885

Browse files
committed
Update Okhttp
1 parent a993137 commit b1b0885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.1'
4141

4242
// retrofit will not update these dependencies to fix vulnerabilities
43-
api 'com.squareup.okhttp3:okhttp:4.12.0'
44-
api 'com.squareup.okio:okio:3.16.4'
43+
api 'com.squareup.okhttp3:okhttp:5.3.2'
44+
api 'com.squareup.okio:okio:3.17.0'
4545

4646
testImplementation platform('org.junit:junit-bom:5.12.2')
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)