From 8be36c35adb86c189c0727c3baa11326717e4816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:32:41 +0000 Subject: [PATCH] Update dependency org.slf4j:slf4j-nop to v2.0.16 --- junit5-multiple-engines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5-multiple-engines/build.gradle.kts b/junit5-multiple-engines/build.gradle.kts index a0971b01..a48a413b 100644 --- a/junit5-multiple-engines/build.gradle.kts +++ b/junit5-multiple-engines/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { // Kotest testImplementation("io.kotest:kotest-runner-junit5:5.9.1") - testRuntimeOnly("org.slf4j:slf4j-nop:2.0.13") { + testRuntimeOnly("org.slf4j:slf4j-nop:2.0.16") { because("defaulting to no-operation (NOP) logger implementation") }