From dead77a31a2b6dc56c15b27820a6f876c3b8737f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:53:58 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.24.0 to 2.24.1 Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.24.0 to 2.24.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 811ea5f..2409d7f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' - testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.0' + testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1' testImplementation 'fi.protonode:certy:0.3.1' // Following warning is printed with JDK17