From 806ae74d3971c94193154d299c9481dc2c0111b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:56:38 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.16 Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.16. --- 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 9affeec..742aaaf 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.16'