Skip to content

Commit e4685c6

Browse files
Bump com.squareup.okhttp3:logging-interceptor
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 5.0.0-alpha.12 to 5.0.0-alpha.14. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.0.0-alpha.12...parent-5.0.0-alpha.14) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92382b1 commit e4685c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ dependencies {
370370
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.12")
371371
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps:5.0.0-alpha.14")
372372
// logging interceptor
373-
debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.12")
373+
debugImplementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.14")
374374
// Chromium cronet from androidacy
375375
implementation("org.chromium.net:cronet-embedded:119.6045.31")
376376

0 commit comments

Comments
 (0)