Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 0403392

Browse files
prepare 4.14.2 release (#205)
1 parent 22149a9 commit 0403392

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ ext.versions = [
5858
"gson": "2.7",
5959
"guava": "19.0",
6060
"jodaTime": "2.9.3",
61+
"okhttp": "3.14.9", // specify this for the SDK build instead of relying on the transitive dependency from okhttp-eventsource
6162
"okhttpEventsource": "1.11.0",
6263
"slf4j": "1.7.21",
6364
"snakeyaml": "1.19",
@@ -71,6 +72,7 @@ libraries.internal = [
7172
"commons-codec:commons-codec:${versions.commonsCodec}",
7273
"com.google.guava:guava:${versions.guava}",
7374
"joda-time:joda-time:${versions.jodaTime}",
75+
"com.squareup.okhttp3:okhttp:${versions.okhttp}",
7476
"com.launchdarkly:okhttp-eventsource:${versions.okhttpEventsource}",
7577
"org.yaml:snakeyaml:${versions.snakeyaml}",
7678
"redis.clients:jedis:${versions.jedis}"
@@ -85,8 +87,8 @@ libraries.external = [
8587

8688
// Add dependencies to "libraries.test" that are used only in unit tests.
8789
libraries.test = [
88-
"com.squareup.okhttp3:mockwebserver:3.12.10",
89-
"com.squareup.okhttp3:okhttp-tls:3.12.10",
90+
"com.squareup.okhttp3:mockwebserver:${versions.okhttp}",
91+
"com.squareup.okhttp3:okhttp-tls:${versions.okhttp}",
9092
"org.hamcrest:hamcrest-all:1.3",
9193
"org.easymock:easymock:3.4",
9294
"junit:junit:4.12",

0 commit comments

Comments
 (0)