From da9f330a58e51da5752307a6814a912042cfcaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:23:32 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.15 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.15. --- 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 ade9fed..e6fa0cb 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation('org.json:json:20240303') 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.15'