From 1435ad96b6b34ef23069b0da47b981d6fe1927b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:16:16 +0000 Subject: [PATCH] fix(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.17 Bumps org.slf4j:slf4j-api from 1.7.36 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 654f411..7194c34 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ group = 'com.factset.sdk' version = '1.1.5' dependencies { - implementation('org.slf4j:slf4j-api:1.7.36') + implementation('org.slf4j:slf4j-api:2.0.17') implementation('com.nimbusds:nimbus-jose-jwt:10.5') implementation('org.json:json:20250517') implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')