aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-22 14:53:45 +0000
committerGitHub <noreply@github.com>2024-11-22 14:53:45 +0000
commit245abb914696308e0780a5e58dbf9008a8e501f4 (patch)
treea319475842e2ac43449e88f2361036706c7bd112
parentc17d78a182d0f4db175f8e54d48243d141dd6118 (diff)
downloadpoi-245abb914696308e0780a5e58dbf9008a8e501f4.tar.gz
poi-245abb914696308e0780a5e58dbf9008a8e501f4.zip
Bump log4jVersion from 2.23.1 to 2.24.2dependabot/gradle/log4jVersion-2.24.2
Bumps `log4jVersion` from 2.23.1 to 2.24.2. Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.2 Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.2 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.23.1 to 2.24.2 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ebb340ff41..998809db6c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -124,7 +124,7 @@ subprojects {
commonsIoVersion = '2.18.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.11.3'
- log4jVersion = '2.23.1'
+ log4jVersion = '2.24.2'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'
xmlbeansVersion = '5.2.1'