Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 6e03bff commit f92dcdb
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 @@ -76,7 +76,7 @@ dependencies {
implementation("com.squareup.retrofit2:converter-jackson:$retrofitVersion")
implementation("com.squareup.retrofit2:converter-scalars:$retrofitVersion")

val okHttpVersion = "4.10.0"
val okHttpVersion = "4.12.0"
implementation("com.squareup.okhttp3:okhttp:$okHttpVersion")
implementation("com.squareup.okhttp3:logging-interceptor:$okHttpVersion")
implementation("io.github.rburgst:okhttp-digest:2.7")
Expand Down

0 comments on commit f92dcdb

Please sign in to comment.