From b604fa6a6c5a44faac602606d049e9da9689b46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:53:11 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 1.7.25 to 2.0.17 Bumps org.slf4j:slf4j-api from 1.7.25 to 2.0.17. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3ad177..e073d27 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { // handle them. Need to upgrade the services and then upgrade here implementation 'ch.qos.logback:logback-classic:1.1.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' - implementation 'org.slf4j:slf4j-api:1.7.25' + implementation 'org.slf4j:slf4j-api:2.0.17' testImplementation 'org.ini4j:ini4j:0.5.2' testImplementation 'junit:junit:4.12'