From 161c3ae1f4819915bebcd8c7cfbcd58a8b13ae32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:24:58 +0000 Subject: [PATCH] chore(deps): bump org.slf4j:slf4j-nop from 1.7.34 to 2.0.18 Bumps org.slf4j:slf4j-nop from 1.7.34 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-nop dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- lib/build.gradle | 2 +- lib/gradle.lockfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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