From db941b896e970910cceca7396ea1aadcfd36980f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:00:47 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.23.0 to 2.23.1 Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.23.0 to 2.23.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] --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 698bdf0..fdf9625 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -17,7 +17,7 @@ repositories { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' - testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.23.0' + testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.23.1' testImplementation 'fi.protonode:certy:0.3.1' // Following warning is printed with JDK17