From 97c0b4349dcb7f3182c2dcc87c6b0802aabed383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:30:28 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-slf4j2-impl in /standalone Bumps org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1. --- 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] --- standalone/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/build.gradle b/standalone/build.gradle index bf843e8..f98192a 100644 --- a/standalone/build.gradle +++ b/standalone/build.gradle @@ -16,7 +16,7 @@ dependencies { include "net.sf.jopt-simple:jopt-simple:5.0.4" include "org.apache.logging.log4j:log4j-core:2.23.0" - include "org.apache.logging.log4j:log4j-slf4j2-impl:2.23.0" + include "org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1" compileOnly "org.jetbrains:annotations:24.1.0"