From 2b18909f7868bf7408778fa449e1126dcd573057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:59:39 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 Bumps org.slf4j:slf4j-api from 2.0.17 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cbb786f..5e7bfe0 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion" testImplementation 'com.sparkjava:spark-core:2.9.4' - testImplementation "org.slf4j:slf4j-api:2.0.17" + testImplementation "org.slf4j:slf4j-api:2.0.18" testRuntimeOnly "org.junit.platform:junit-platform-launcher:6.0.3" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"