From d81a46a1c4058ef41bdf8a5b13be32f876023985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:03:43 +0000 Subject: [PATCH] fix(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.11 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.11. --- 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 95a865a..ab7cbe5 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ group 'com.factset.sdk' version '1.1.0' dependencies { - implementation 'org.slf4j:slf4j-api:1.7.36' + implementation 'org.slf4j:slf4j-api:2.0.11' implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' implementation 'org.json:json:20231013' implementation 'com.nimbusds:oauth2-oidc-sdk:10.14.2'