diff --git a/build.gradle b/build.gradle index 9c04d52..40ef019 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.13' + runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.15' } jacocoTestReport {