This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 17a32f85d66 [FLINK-37810] Update log4j to 2.24.3
17a32f85d66 is described below

commit 17a32f85d66b82f4bd71fce78ebf94a6e778b6c8
Author: David Radley <[email protected]>
AuthorDate: Sun May 18 07:41:20 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 ce44c9254d8..237140fefdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,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 8c5c40db759..338d32d2cb2 100644
--- a/tools/releasing/NOTICE-binary_PREAMBLE.txt
+++ b/tools/releasing/NOTICE-binary_PREAMBLE.txt
@@ -8,10 +8,10 @@ Copyright 2014-2025 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.

Reply via email to