diff --git a/build.gradle b/build.gradle index 87ce7bf..5c915dc 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { api 'com.fasterxml.jackson.core:jackson-databind:2.13.0' api 'org.reactivestreams:reactive-streams:1.0.3' implementation 'io.reactivex.rxjava3:rxjava:3.1.2' - api 'org.slf4j:slf4j-api:1.7.32' + api 'org.slf4j:slf4j-api:2.0.6' testImplementation 'junit:junit:4.13.2' testImplementation 'org.assertj:assertj-core:3.21.0'