Skip to content

Commit

Permalink
Bump logging-interceptor from 4.9.2 to 4.9.3 (#4394)
Browse files Browse the repository at this point in the history
Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.9.2...parent-4.9.3)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2021
1 parent 2adc65d commit 587ea92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cardverificationsheet-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"

implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"

implementation "androidx.compose.ui:ui:$composeVersion"
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"

implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'

Expand Down
2 changes: 1 addition & 1 deletion paymentsheet-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1"

implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
implementation 'com.google.code.gson:gson:2.8.9'
Expand Down

0 comments on commit 587ea92

Please sign in to comment.