Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.10.0 to 4.11.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.10.0...parent-4.11.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] committed May 29, 2023
1 parent 9e3d785 commit afe6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide-launcher/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("com.google.code.gson:gson:2.10.1")
api("com.squareup.okhttp3:okhttp:4.10.0")
api("com.squareup.okhttp3:okhttp:4.11.0")
testImplementation(project(":remote-robot"))
testImplementation(project(":remote-fixtures"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
Expand Down

0 comments on commit afe6028

Please sign in to comment.