Skip to content

Commit

Permalink
Bump okhttpVersion from 4.11.0 to 4.12.0
Browse files Browse the repository at this point in the history
Bumps `okhttpVersion` from 4.11.0 to 4.12.0.

Updates `com.squareup.okhttp3:logging-interceptor` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.0)

Updates `com.squareup.okhttp3:okhttp-bom` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.0)

Updates `com.squareup.okhttp3:okhttp` from 4.11.0 to 4.12.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 76e95b8 commit ec24d15
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 @@ -19,7 +19,7 @@ buildscript {
// Networking
brotliVersion = '0.1.2'
gsonVersion = '2.10.1'
okhttpVersion = '4.11.0'
okhttpVersion = '4.12.0'
retrofitVersion = '2.9.0'
wireVersion = '4.9.1'

Expand Down

0 comments on commit ec24d15

Please sign in to comment.