From 4f1d89a968cf0a706a3789356de5abf5bc9368bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:58:30 +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-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 578f640..421c776 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { dependencies { implementation 'com.google.code.gson:gson:2.9.0' - implementation 'org.slf4j:slf4j-api:1.7.25' + implementation 'org.slf4j:slf4j-api:2.0.17' testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.16' testImplementation group: 'org.testng', name: 'testng', version: '7.7.0' testImplementation 'commons-io:commons-io:2.18.0'