Skip to content

Commit 5c8cf03

Browse files
Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.11 to 5.0.0-alpha.12
Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 5.0.0-alpha.11 to 5.0.0-alpha.12. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@jesse-5.0.0-alpha.11...parent-5.0.0-alpha.12) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b492f60 commit 5c8cf03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ dependencies {
367367

368368
// Utils
369369
implementation("androidx.work:work-runtime:2.9.0")
370-
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
371-
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.11")
370+
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
371+
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.12")
372372
// logging interceptor
373-
debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
373+
debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12")
374374
// Chromium cronet from androidacy
375375
implementation("org.chromium.net:cronet-embedded:113.5672.61")
376376

0 commit comments

Comments
 (0)