aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-10 14:23:34 +0000
committerGitHub <noreply@github.com>2024-12-10 14:23:34 +0000
commit33bcf9f3db52f233efc05bdaf2d125560e227101 (patch)
tree117800de1ddbd09adf0d0662cc0e1fff30d55ddf
parentc57f7a3b0e03cff00ebeda8999d00bb9094a0d1f (diff)
downloadpoi-dependabot/gradle/log4jVersion-2.24.3.tar.gz
poi-dependabot/gradle/log4jVersion-2.24.3.zip
Bump log4jVersion from 2.24.2 to 2.24.3dependabot/gradle/log4jVersion-2.24.3
Bumps `log4jVersion` from 2.24.2 to 2.24.3. Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-api` from 2.24.2 to 2.24.3 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.2 to 2.24.3 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch ... 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 a8e7e17f71..f4cf1c9a11 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.24.2'
+ log4jVersion = '2.24.3'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'
xmlbeansVersion = '5.3.0'