Skip to content

Commit

Permalink
Merge pull request #178 from FunkyMuse/dependabot/gradle/com.squareup…
Browse files Browse the repository at this point in the history
….okhttp3-logging-interceptor-4.9.3

build(deps): bump logging-interceptor from 4.9.2 to 4.9.3
  • Loading branch information
FunkyMuse authored Nov 22, 2021
2 parents c0c0e29 + 6cece61 commit b7f2302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation "com.squareup.retrofit2:retrofit:$retrofit"
implementation "com.squareup.retrofit2:adapter-rxjava3:$retrofit"
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'

//joda time
implementation "net.danlew:android.joda:$joda"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext {
lifecycle = '2.4.0'
retrofit = "2.9.0"
okHttp = "4.9.2"
okHttp = "4.9.3"
rxBindings = "4.0.0"
glide = "4.12.0"
constraint_layout = '2.1.2'
Expand Down

0 comments on commit b7f2302

Please sign in to comment.