Skip to content

Commit 4085bb9

Browse files
chore: bump com.squareup.okhttp3:logging-interceptor (#12)
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 5.0.0-alpha.16 to 5.0.0-alpha.17. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.0.0-alpha.16...parent-5.0.0-alpha.17) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.0.0-alpha.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4468e2 commit 4085bb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ plugins {
1313
}
1414

1515
dependencies {
16-
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.16")
17-
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.16")
16+
implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.17")
17+
implementation("com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.17")
1818
implementation("com.google.guava:guava:33.4.8-jre")
1919
}
2020

0 commit comments

Comments
 (0)