From fe0c09ac9299e6ab1a1739af3f8dde1107650ea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:12:39 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-api to v2 --- build.gradle | 2 +- gradle/dependency-locks/compileClasspath.lockfile | 2 +- gradle/dependency-locks/testCompileClasspath.lockfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 03f00897..52f170c3 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ configurations { dependencies { implementation "org.msgpack:msgpack-core:0.8.20" implementation "com.fasterxml.jackson.core:jackson-databind:2.11.0" - implementation "org.slf4j:slf4j-api:1.7.30" + implementation "org.slf4j:slf4j-api:2.0.18" testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" testImplementation "ch.qos.logback:logback-classic:1.2.3" testImplementation "ch.qos.logback:logback-core:1.2.3" diff --git a/gradle/dependency-locks/compileClasspath.lockfile b/gradle/dependency-locks/compileClasspath.lockfile index d5fca883..87687210 100644 --- a/gradle/dependency-locks/compileClasspath.lockfile +++ b/gradle/dependency-locks/compileClasspath.lockfile @@ -5,4 +5,4 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.0 com.fasterxml.jackson.core:jackson-core:2.11.0 com.fasterxml.jackson.core:jackson-databind:2.11.0 org.msgpack:msgpack-core:0.8.20 -org.slf4j:slf4j-api:1.7.30 +org.slf4j:slf4j-api:2.0.18 diff --git a/gradle/dependency-locks/testCompileClasspath.lockfile b/gradle/dependency-locks/testCompileClasspath.lockfile index ebb82d4b..879ef283 100644 --- a/gradle/dependency-locks/testCompileClasspath.lockfile +++ b/gradle/dependency-locks/testCompileClasspath.lockfile @@ -12,4 +12,4 @@ org.junit.platform:junit-platform-commons:1.6.2 org.junit:junit-bom:5.6.2 org.msgpack:msgpack-core:0.8.20 org.opentest4j:opentest4j:1.2.0 -org.slf4j:slf4j-api:1.7.30 +org.slf4j:slf4j-api:2.0.18