From adfdbda10d6404f9cdbb11732d0376c7cc49c051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:05:32 +0000 Subject: [PATCH] Bump okhttp from 5.0.0-alpha.11 to 5.0.0-alpha.14 Bumps `okhttp` from 5.0.0-alpha.11 to 5.0.0-alpha.14. Updates `com.squareup.okhttp3:mockwebserver` 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) Updates `com.squareup.okhttp3:okhttp-coroutines` 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:mockwebserver dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.okhttp3:okhttp-coroutines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7bc4d1bd..14d760ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ coroutines = "1.8.1" jackson = "2.16.1" junit = "4.13.2" moshi = "1.15.0" -okhttp = "5.0.0-alpha.11" +okhttp = "5.0.0-alpha.14" okio = "3.9.0" forge = "1.0.0-alpha3" result = "5.5.0"