From d72f336823a188d4a438cf035b16fb95ca5b7103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 05:47:15 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j2-impl Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.1 to 2.23.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5be1c3d..b675fab 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.12' implementation 'org.apache.logging.log4j:log4j-api:2.22.1' implementation 'org.apache.logging.log4j:log4j-core:2.22.1' - implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1' + implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.23.0' // for input generation implementation 'com.github.curious-odd-man:rgxgen:1.4'