From 3880630ffcadcf98d127cafb626a536c0704c3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:05:52 +0000 Subject: [PATCH] fix(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.16. --- 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 4b517ac..e3748d6 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ group 'com.factset.sdk' version '1.1.2' dependencies { - implementation 'org.slf4j:slf4j-api:1.7.36' + implementation 'org.slf4j:slf4j-api:2.0.16' implementation 'com.nimbusds:nimbus-jose-jwt:9.40' implementation 'org.json:json:20240303' implementation 'com.nimbusds:oauth2-oidc-sdk:11.23'