From 92f33a6150ec2810bb0a31e2ca991d58f1f9ebd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 06:30:03 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.12 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple 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 0bc1f1b..80f4a98 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation('org.json:json:20231013') implementation('org.jsoup:jsoup:1.16.1') implementation 'com.graphql-java:graphql-java:21.1' - implementation 'org.slf4j:slf4j-simple:2.0.9' + implementation 'org.slf4j:slf4j-simple:2.0.12'