Skip to content

Commit

Permalink
[java] Upgrading okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 7, 2019
1 parent 3e0b40d commit a81539b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .idea/libraries/okhttp.xml

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

4 changes: 2 additions & 2 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<classpathentry kind="lib" path="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar" sourcepath="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.8.15.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.8.15-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/javaparser/javaparser-core-3.6.14.jar" sourcepath="/third-party/java/javaparser/javaparser-core-3.6.14-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/okhttp3/okhttp-3.11.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.14.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/okhttp3/okhttp-3.14.0.jar" sourcepath="/third-party/java/okhttp3/okhttp-3.14.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.17.3.jar" sourcepath="/third-party/java/okio/okio-1.17.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/auto/auto-common-0.8.jar" sourcepath="/third-party/java/auto/auto-common-0.8-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/service/auto-service-1.0-rc4.jar" sourcepath="/third-party/java/service/auto-service-1.0-rc4-sources.jar"/>
<classpathentry kind="src" path=".apt_generated">
Expand Down
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.11.0",
binary_jar = "okhttp-3.11.0.jar",
source_jar = "okhttp-3.11.0-sources.jar",
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",
deps = [
"//third_party/java/okio:okio",
],
Expand Down
Binary file removed third_party/java/okhttp3/okhttp-3.11.0-sources.jar
Binary file not shown.
Binary file removed third_party/java/okhttp3/okhttp-3.11.0.jar
Binary file not shown.
Binary file not shown.
Binary file added third_party/java/okhttp3/okhttp-3.14.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/okio/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = "okio",
maven_coords = "com.squareup.okio:okio:jar:1.14.0",
binary_jar = "okio-1.14.0.jar",
source_jar = "okio-1.14.0-sources.jar",
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",
visibility = [
"//third_party/java/okhttp3:okhttp",
],
Expand Down
Binary file removed third_party/java/okio/okio-1.14.0-sources.jar
Binary file not shown.
Binary file removed third_party/java/okio/okio-1.14.0.jar
Binary file not shown.
Binary file added third_party/java/okio/okio-1.17.3-sources.jar
Binary file not shown.
Binary file added third_party/java/okio/okio-1.17.3.jar
Binary file not shown.

0 comments on commit a81539b

Please sign in to comment.