mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 14:58:49 +00:00
build.gradle: Update OkHttp to 3.12.12.
This commit is contained in:
parent
43be5696f5
commit
eef2a4b101
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||
//noinspection GradleDependency
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.10'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.12'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||
implementation 'com.google.code.findbugs:jsr305:3.0.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue