From 79a6ac5e957f4b8973b1e4c23df2bb20ef452ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:28:56 +0000 Subject: [PATCH] Chore(deps): 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 1cd2bbb6..f268c853 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ java { dependencies { implementation 'com.google.code.gson:gson:2.13.2' - implementation 'org.slf4j:slf4j-api:2.0.17' + implementation 'org.slf4j:slf4j-api:2.0.18' implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'org.apache.commons:commons-lang3:3.19.0' implementation 'javax.validation:validation-api:2.0.1.Final'