From b0f989adccf34338d1062d5c159663b4ef3d933e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:32:01 +0000 Subject: [PATCH] build(deps): bump org.apache.logging.log4j:log4j-slf4j2-impl Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl 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 019c5a4..bb3e12c 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.16' implementation 'org.apache.logging.log4j:log4j-api:2.24.1' implementation 'org.apache.logging.log4j:log4j-core:2.24.1' - implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1' + implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3' // for input generation implementation 'com.github.curious-odd-man:rgxgen:2.0'