Skip to content

Commit

Permalink
Bump okHttpVersion from 4.9.0 to 4.9.1 (#397)
Browse files Browse the repository at this point in the history
Bumps `okHttpVersion` from 4.9.0 to 4.9.1.

Updates `okhttp` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.0...parent-4.9.1)

Updates `logging-interceptor` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.0...parent-4.9.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2021
1 parent c51fba8 commit 60a4542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
daggerAnnotationProcessor = "com.google.dagger:dagger-compiler:$daggerVersion"
dagger = "com.google.dagger:dagger:$daggerVersion"

okHttpVersion = '4.9.0'
okHttpVersion = '4.9.1'
okHttp = "com.squareup.okhttp3:okhttp:$okHttpVersion"
okHttpLoggingInterceptor = "com.squareup.okhttp3:logging-interceptor:$okHttpVersion"

Expand Down

0 comments on commit 60a4542

Please sign in to comment.