Skip to content

Commit

Permalink
chore(dependencies): bump okhttp to 4.5.0 (#1006)
Browse files Browse the repository at this point in the history
Bump the OkHttp library to version 4.5.0.

Hopefully fixes #951
  • Loading branch information
Lorin Hochstein authored Apr 12, 2020
1 parent e71efe7 commit 1447959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ subprojects {
exclude("javax.servlet", "servlet-api")

resolutionStrategy {
var okHttpVersion = "4.4.1"
var okHttpVersion = "4.5.0"
force(
"com.squareup.okhttp3:okhttp:$okHttpVersion",
"com.squareup.okhttp3:okhttp-urlconnection:$okHttpVersion",
Expand Down

0 comments on commit 1447959

Please sign in to comment.