From a228db8914876da9fd77bfebd0691e0fa5174bd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:31:16 +0000 Subject: [PATCH] chore(deps): bump com.squareup.okhttp3:okhttp Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.0.0-alpha.11 to 5.0.0-alpha.14. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/jesse-5.0.0-alpha.11...parent-5.0.0-alpha.14) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0dd0ff23..6a61583d 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ dependencies { // Use the Kotlin JUnit integration. testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit5', version: '1.9.22' - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.0.0-alpha.11' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '5.0.0-alpha.14' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.0' }