From 29fa2f578899a1893bbe1ec9349bf99ad44cc406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 11:56:04 +0100 Subject: [PATCH] Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10 (#100) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ee376e..fbfa1e9 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.nanohttpd:nanohttpd:2.3.1' testImplementation 'commons-io:commons-io:2.15.1' - testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.9' + testRuntimeOnly 'org.slf4j:slf4j-simple:2.0.10' testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.22.1' }