diff --git a/lib/build.gradle b/lib/build.gradle index 1347b47..40af8e5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2' testImplementation "com.github.tomakehurst:wiremock-jre8:2.32.0" testImplementation "org.mockito:mockito-core:3.12.4" - testImplementation "org.slf4j:slf4j-nop:1.7.34" + testImplementation "org.slf4j:slf4j-nop:2.0.18" implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.google.guava:guava:33.6.0-android' diff --git a/lib/gradle.lockfile b/lib/gradle.lockfile index 2ed5e61..c97ff91 100644 --- a/lib/gradle.lockfile +++ b/lib/gradle.lockfile @@ -72,9 +72,9 @@ org.mockito:mockito-core:3.12.4=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.2=testCompileClasspath,testRuntimeClasspath org.opentest4j:opentest4j:1.2.0=testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm:9.2=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-api:1.7.34=testCompileClasspath,testRuntimeClasspath -org.slf4j:slf4j-nop:1.7.34=testCompileClasspath,testRuntimeClasspath +org.slf4j:slf4j-api:2.0.18=testCompileClasspath,testRuntimeClasspath +org.slf4j:slf4j-nop:2.0.18=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-core:2.8.3=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-legacy:2.8.3=testCompileClasspath,testRuntimeClasspath org.xmlunit:xmlunit-placeholders:2.8.3=testCompileClasspath,testRuntimeClasspath -empty=annotationProcessor,testAnnotationProcessor +empty=annotationProcessor,signatures,testAnnotationProcessor