Bump okhttpVersion from 4.9.1 to 4.9.2

Bumps `okhttpVersion` from 4.9.1 to 4.9.2.

Updates `okhttp` from 4.9.1 to 4.9.2
- [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-4.9.1...parent-4.9.2)

Updates `okhttp-urlconnection` from 4.9.1 to 4.9.2
- [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-4.9.1...parent-4.9.2)

Updates `logging-interceptor` from 4.9.1 to 4.9.2
- [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-4.9.1...parent-4.9.2)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.okhttp3:okhttp-urlconnection
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.squareup.okhttp3:logging-interceptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-04 07:14:58 +00:00 committed by Andy Scherzinger
parent 263f969227
commit 8b5c870463
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -162,7 +162,7 @@ ext {
butterknifeVersion = "10.2.3" butterknifeVersion = "10.2.3"
coilKtVersion = "1.3.2" coilKtVersion = "1.3.2"
daggerVersion = "2.39.1" daggerVersion = "2.39.1"
okhttpVersion = "4.9.1" okhttpVersion = "4.9.2"
materialDialogsVersion = "3.3.0" materialDialogsVersion = "3.3.0"
parcelerVersion = "1.1.13" parcelerVersion = "1.1.13"
powermockVersion = "2.0.9" powermockVersion = "2.0.9"