Skip to content

Commit 9fd1e94

Browse files
chore(deps): bump com.squareup.okhttp3:logging-interceptor
Bumps the networking group with 1 update: [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp). Updates `com.squareup.okhttp3:logging-interceptor` from 5.1.0 to 5.2.1 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-5.1.0...parent-5.2.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: networking ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99f4921 commit 9fd1e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
9393
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
9494
implementation 'com.squareup.retrofit2:adapter-rxjava2:3.0.0'
95-
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
95+
implementation 'com.squareup.okhttp3:logging-interceptor:5.2.1'
9696
def butterknifeVersion = '10.2.3'
9797
implementation "com.jakewharton:butterknife:10.2.3"
9898
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"

0 commit comments

Comments
 (0)