Skip to content

Commit b85fccd

Browse files
committed
Bump OkHttp to v3.9.0.
In addition to v3.0.1 being super old, it looks like earlier version(s) of OkHttp have a race that will leak resources when requests are enqueued instead of executed and cancel is called. Progress towards bumptech#1996.
1 parent f033e9b commit b85fccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ POM_DEVELOPER_NAME=Sam Judd
1717
POM_DEVELOPER_EMAIL[email protected]
1818
ANDROID_SUPPORT_VERSION=26.0.2
1919
VOLLEY_VERSION=1.0.0
20-
OK_HTTP_VERSION=3.0.1
20+
OK_HTTP_VERSION=3.9.0
2121
ANDROID_GRADLE_VERSION=2.3.0
2222

2323
COVERALLS_GRADLE_VERSION=2.4.0

0 commit comments

Comments
 (0)