diff --git a/app/build.gradle b/app/build.gradle index 112586b..b22cbd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' compileOnly 'org.projectlombok:lombok:1.18.4' annotationProcessor 'org.projectlombok:lombok:1.18.4' - implementation 'com.squareup.okhttp3:logging-interceptor:3.12.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2' implementation 'com.github.bumptech.glide:glide:4.8.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' implementation 'de.hdodenhof:circleimageview:2.2.0'