diff --git a/build.gradle b/build.gradle index 82eebed..3647442 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-all:1.3' testImplementation 'com.squareup.retrofit2:retrofit:2.9.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' - implementation 'org.slf4j:slf4j-api:2.0.9' + implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.7' compileOnly 'com.squareup.retrofit2:retrofit:2.9.0' }