From fa07e4a0d3559305e5c1386827fc8c09e3a145c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:06:52 +0000 Subject: [PATCH] Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11 Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api 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 fe42512..213757c 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1' implementation 'org.eclipse.californium:californium-core:2.6.3' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'org.slf4j:slf4j-api:2.0.9' + implementation 'org.slf4j:slf4j-api:2.0.11' implementation('org.eclipse.rdf4j:rdf4j-runtime:3.7.7@pom') { transitive = true;