From f33f605ca1de98c126d48d2742e1792f851ebd28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 06:38:42 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.10. --- 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 fa53b8c..b1ff582 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.10'