diff --git a/lib/build.gradle b/lib/build.gradle index 45d0d77..e9bda1a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -25,7 +25,7 @@ dependencies { // https://github.com/mockito/mockito/issues/2590 testImplementation 'org.mockito:mockito-inline:4.11.0' - implementation 'org.slf4j:slf4j-api:2.0.7' + implementation 'org.slf4j:slf4j-api:2.0.9' } java {