Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/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:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent bee9494 commit a7ae4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")

implementation("com.squareup.okio:okio:3.6.0")
api("com.squareup.okhttp3:okhttp:4.11.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")

implementation("org.apache.commons:commons-compress:1.24.0")
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")

implementation("com.squareup.okio:okio:3.6.0")
api("com.squareup.okhttp3:okhttp:4.11.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:[4,5)")

implementation("org.apache.commons:commons-compress:1.24.0")
Expand Down

0 comments on commit a7ae4f3

Please sign in to comment.