diff --git a/build.gradle b/build.gradle index 6452aaab..41b6b901 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { api 'com.squareup.okhttp3:okhttp:4.11.0' api 'com.google.code.gson:gson:2.10.1' api 'io.opencensus:opencensus-api:0.31.1' - implementation 'org.slf4j:slf4j-api:2.0.12' + implementation 'org.slf4j:slf4j-api:2.0.13' testImplementation 'junit:junit:4.13.2' testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'