File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ java {
19
19
dependencies {
20
20
implementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0'
21
21
implementation ' com.github.zafarkhaja:java-semver:0.10.2'
22
- implementation " com.squareup.okhttp3:okhttp:5.1 .0"
22
+ implementation " com.squareup.okhttp3:okhttp:4.12 .0"
23
23
// For LRU and expiring maps
24
24
implementation ' org.apache.commons:commons-collections4:4.5.0'
25
25
implementation ' org.slf4j:slf4j-api:2.0.17'
26
26
testImplementation ' org.slf4j:slf4j-simple:2.0.17'
27
27
testImplementation platform(' org.junit:junit-bom:5.11.4' )
28
- testImplementation(" com.squareup.okhttp3:mockwebserver:5.1 .0" )
28
+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.12 .0" )
29
29
testImplementation ' org.junit.jupiter:junit-jupiter'
30
30
testImplementation ' org.skyscreamer:jsonassert:1.5.3'
31
31
testImplementation ' commons-io:commons-io:2.20.0'
You can’t perform that action at this time.
0 commit comments