Skip to content

Commit fb1898e

Browse files
authored
Revert "chore(deps): bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 (#…" (#156)
This reverts commit 43c6641.
1 parent 6f59a71 commit fb1898e

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
@@ -19,13 +19,13 @@ java {
1919
dependencies {
2020
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
2121
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"
2323
// For LRU and expiring maps
2424
implementation 'org.apache.commons:commons-collections4:4.5.0'
2525
implementation 'org.slf4j:slf4j-api:2.0.17'
2626
testImplementation 'org.slf4j:slf4j-simple:2.0.17'
2727
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")
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
3131
testImplementation 'commons-io:commons-io:2.20.0'

0 commit comments

Comments
 (0)