From afe60286a7c486ebd2edd3b819ab126dc4299880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:57:49 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 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](https://github.com/square/okhttp/compare/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] --- ide-launcher/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide-launcher/build.gradle.kts b/ide-launcher/build.gradle.kts index 2bdb95e7..5b91c3f6 100644 --- a/ide-launcher/build.gradle.kts +++ b/ide-launcher/build.gradle.kts @@ -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")