Bump okhttp3 from 3.12.0 to 3.12.1 (#4)

Bumps `okhttp3` from 3.12.0 to 3.12.1.

Updates `logging-interceptor` from 3.12.0 to 3.12.1

Updates `okhttp-urlconnection` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-3.12.0...parent-3.12.1)

Updates `mockwebserver` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-3.12.0...parent-3.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-12-24 19:34:25 +01:00 committed by Mikołaj Pich
parent 52bd3bf1ae
commit 01e04ec0b8

View file

@ -24,7 +24,7 @@ repositories {
ext {
jspoon = "1.3.2"
okhttp3 = "3.12.0"
okhttp3 = "3.12.1"
retrofit = "2.5.0"
}