diff --git a/build.gradle b/build.gradle index e34b6a5..4f3604a 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-databind:2.15.3' api 'org.reactivestreams:reactive-streams:1.0.4' implementation 'io.reactivex.rxjava3:rxjava:3.1.8' - api 'org.slf4j:slf4j-api:2.0.9' + api 'org.slf4j:slf4j-api:2.0.11' testImplementation 'junit:junit:4.13.2' testImplementation 'org.assertj:assertj-core:3.24.2'