We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a993137 commit b1b0885Copy full SHA for b1b0885
build.gradle
@@ -40,8 +40,8 @@ dependencies {
40
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.1'
41
42
// 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'
+ api 'com.squareup.okhttp3:okhttp:5.3.2'
+ api 'com.squareup.okio:okio:3.17.0'
45
46
testImplementation platform('org.junit:junit-bom:5.12.2')
47
testImplementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments