This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.0 by this push:
new add6f810b7a [FLINK-37810] Update log4j to 2.24.3
add6f810b7a is described below
commit add6f810b7aa4c60550ab288bb9593fe92ee7189
Author: davidradl <[email protected]>
AuthorDate: Fri May 16 10:22:58 2025 +0100
[FLINK-37810] Update log4j to 2.24.3
Signed-off-by: davidradl <[email protected]>
---
docs/content.zh/docs/dev/configuration/overview.md | 2 +-
docs/content/docs/dev/configuration/overview.md | 2 +-
pom.xml | 2 +-
tools/releasing/NOTICE-binary_PREAMBLE.txt | 8 ++++----
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/content.zh/docs/dev/configuration/overview.md
b/docs/content.zh/docs/dev/configuration/overview.md
index 2327383d578..98153d756f7 100644
--- a/docs/content.zh/docs/dev/configuration/overview.md
+++ b/docs/content.zh/docs/dev/configuration/overview.md
@@ -102,7 +102,7 @@ ext {
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.36'
- log4jVersion = '2.24.1'
+ log4jVersion = '2.24.3'
}
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
diff --git a/docs/content/docs/dev/configuration/overview.md
b/docs/content/docs/dev/configuration/overview.md
index 9ddf47b46cc..ce49eb33ffe 100644
--- a/docs/content/docs/dev/configuration/overview.md
+++ b/docs/content/docs/dev/configuration/overview.md
@@ -104,7 +104,7 @@ ext {
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.36'
- log4jVersion = '2.24.1'
+ log4jVersion = '2.24.3'
}
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
diff --git a/pom.xml b/pom.xml
index 4fbd0ecbdfd..af61533349c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
<source.java.version>11</source.java.version>
<target.java.version>17</target.java.version>
<slf4j.version>1.7.36</slf4j.version>
- <log4j.version>2.24.1</log4j.version>
+ <log4j.version>2.24.3</log4j.version>
<!-- Overwrite default values from parent pom.
IntelliJ IDEA is (sometimes?) using those values to
choose target language level
and thus is changing back to java 1.6 on each maven
re-import -->
diff --git a/tools/releasing/NOTICE-binary_PREAMBLE.txt
b/tools/releasing/NOTICE-binary_PREAMBLE.txt
index 2e15657f252..bf69d299942 100644
--- a/tools/releasing/NOTICE-binary_PREAMBLE.txt
+++ b/tools/releasing/NOTICE-binary_PREAMBLE.txt
@@ -8,10 +8,10 @@ Copyright 2014-2024 The Apache Software Foundation
This project bundles the following dependencies under the Apache Software
License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
-- org.apache.logging.log4j:log4j-api:2.24.1
-- org.apache.logging.log4j:log4j-core:2.24.1
-- org.apache.logging.log4j:log4j-slf4j-impl:2.24.1
-- org.apache.logging.log4j:log4j-1.2-api:2.24.1
+- org.apache.logging.log4j:log4j-api:2.24.3
+- org.apache.logging.log4j:log4j-core:2.24.3
+- org.apache.logging.log4j:log4j-slf4j-impl:2.24.3
+- org.apache.logging.log4j:log4j-1.2-api:2.24.3
This project bundles the following dependencies under the BSD license.
See bundled license files for details.