Skip to content

Commit

Permalink
Updating okhttp3 library to 4.0.1 (#7414)
Browse files Browse the repository at this point in the history
Closes #7373
  • Loading branch information
mmerrell authored and shs96c committed Jul 22, 2019
1 parent 565006f commit d8e434f
Show file tree
Hide file tree
Showing 18 changed files with 46 additions and 19 deletions.
12 changes: 7 additions & 5 deletions .idea/libraries/okhttp.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions third_party/java/kotlin-stdlib/BUCK
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
prebuilt_jar(
name = "kotlin-stdlib",
maven_coords = "org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.41",
binary_jar = "kotlin-stdlib-1.3.41.jar",
source_jar = "kotlin-stdlib-1.3.41-sources.jar",
visibility = [
"//third_party/java/okio:okio",
],
)
12 changes: 12 additions & 0 deletions third_party/java/kotlin-stdlib/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
load("//third_party/java:rules.bzl", "maven_java_import")

licenses(["notice"])

package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "kotlin-stdlib",
coords = "org.jetbrains.kotlin:kotlin-stdlib:jar:1.3.41",
jar = "kotlin-stdlib-1.3.41.jar",
srcjar = "kotlin.stdlib-1.3.41-sources.jar",
)
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/okhttp3/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "okhttp",
maven_coords = "com.squareup.okhttp3:okhttp:jar:3.14.0",
binary_jar = "okhttp-3.14.0.jar",
source_jar = "okhttp-3.14.0-sources.jar",
maven_coords = "com.squareup.okhttp3:okhttp:jar:4.0.1",
binary_jar = "okhttp-4.0.1.jar",
source_jar = "okhttp-4.0.1-sources.jar",
deps = [
"//third_party/java/okio:okio",
],
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/okhttp3/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "okhttp",
coords = "com.squareup.okhttp3:okhttp:jar:3.14.0",
jar = "okhttp-3.14.0.jar",
srcjar = "okhttp-3.14.0-sources.jar",
coords = "com.squareup.okhttp3:okhttp:jar:4.0.1",
jar = "okhttp-4.0.1.jar",
srcjar = "okhttp-4.0.1-sources.jar",
deps = [
"//third_party/java/okio",
],
Expand Down
Binary file removed third_party/java/okhttp3/okhttp-3.14.0-sources.jar
Binary file not shown.
Binary file removed third_party/java/okhttp3/okhttp-3.14.0.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/okhttp3/okhttp-4.0.1.jar
Binary file not shown.
9 changes: 6 additions & 3 deletions third_party/java/okio/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
prebuilt_jar(
name = "okio",
maven_coords = "com.squareup.okio:okio:jar:1.17.3",
binary_jar = "okio-1.17.3.jar",
source_jar = "okio-1.17.3-sources.jar",
maven_coords = "com.squareup.okio:okio:jar:2.2.2",
binary_jar = "okio-2.2.2.jar",
source_jar = "okio-2.2.2-sources.jar",
deps = [
"//third_party/java/kotlin-stdlib:kotlin-stdlib",
],
visibility = [
"//third_party/java/okhttp3:okhttp",
],
Expand Down
9 changes: 6 additions & 3 deletions third_party/java/okio/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ package(default_visibility = ["//visibility:public"])

maven_java_import(
name = "okio",
coords = "com.squareup.okio:okio:jar:1.17.3",
jar = "okio-1.17.3.jar",
srcjar = "okio-1.17.3-sources.jar",
coords = "com.squareup.okio:okio:jar:2.2.2",
jar = "okio-2.2.2.jar",
srcjar = "okio-2.2.2-sources.jar",
deps = [
"//third_party/java/kotlin-stdlib",
],
)
Binary file removed third_party/java/okio/okio-1.17.3-sources.jar
Binary file not shown.
Binary file removed third_party/java/okio/okio-1.17.3.jar
Binary file not shown.
Binary file added third_party/java/okio/okio-2.2.2-sources.jar
Binary file not shown.
Binary file added third_party/java/okio/okio-2.2.2.jar
Binary file not shown.

0 comments on commit d8e434f

Please sign in to comment.