This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-shaded.git
The following commit(s) were added to refs/heads/main by this push:
new 6e5efab [log4j] Bump org.apache.logging.log4j:log4j-core (#3)
6e5efab is described below
commit 6e5efabd022bf5a3ac0b9e2563d3cca03b2be5de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 18 14:28:47 2026 +0800
[log4j] Bump org.apache.logging.log4j:log4j-core (#3)
Bumps org.apache.logging.log4j:log4j-core from 2.17.1 to 2.25.3.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-version: 2.25.3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/ci/fluss-shaded-ci-tools/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/ci/fluss-shaded-ci-tools/pom.xml
b/tools/ci/fluss-shaded-ci-tools/pom.xml
index a2da499..5ff287e 100644
--- a/tools/ci/fluss-shaded-ci-tools/pom.xml
+++ b/tools/ci/fluss-shaded-ci-tools/pom.xml
@@ -31,7 +31,7 @@
<artifactId>fluss-shaded-ci-tools</artifactId>
<properties>
- <log4j.version>2.17.1</log4j.version>
+ <log4j.version>2.25.3</log4j.version>
<junit5.version>5.9.1</junit5.version>
<assertj.version>3.23.1</assertj.version>
<target.java.version>1.8</target.java.version>