diff --git a/build.gradle b/build.gradle index c638404..167fcf6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { implementation 'io.dropwizard.metrics:metrics-core:4.2.14' - implementation 'org.slf4j:slf4j-api:2.0.6' + implementation 'org.slf4j:slf4j-api:2.0.7' testImplementation 'junit:junit:4.13.2' testImplementation 'org.testng:testng:7.7.0'