Skip to content

Commit 17a32f8

Browse files
authored
[FLINK-37810] Update log4j to 2.24.3
Signed-off-by: davidradl <david_radley@uk.ibm.com>
1 parent 16e5fbd commit 17a32f8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/content.zh/docs/dev/configuration/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ext {
102102
flinkVersion = '{{< version >}}'
103103
scalaBinaryVersion = '{{< scala_version >}}'
104104
slf4jVersion = '1.7.36'
105-
log4jVersion = '2.24.1'
105+
log4jVersion = '2.24.3'
106106
}
107107
sourceCompatibility = javaVersion
108108
targetCompatibility = javaVersion

docs/content/docs/dev/configuration/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ext {
104104
flinkVersion = '{{< version >}}'
105105
scalaBinaryVersion = '{{< scala_version >}}'
106106
slf4jVersion = '1.7.36'
107-
log4jVersion = '2.24.1'
107+
log4jVersion = '2.24.3'
108108
}
109109
sourceCompatibility = javaVersion
110110
targetCompatibility = javaVersion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ under the License.
133133
<source.java.version>11</source.java.version>
134134
<target.java.version>17</target.java.version>
135135
<slf4j.version>1.7.36</slf4j.version>
136-
<log4j.version>2.24.1</log4j.version>
136+
<log4j.version>2.24.3</log4j.version>
137137
<!-- Overwrite default values from parent pom.
138138
IntelliJ IDEA is (sometimes?) using those values to choose target language level
139139
and thus is changing back to java 1.6 on each maven re-import -->

tools/releasing/NOTICE-binary_PREAMBLE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Copyright 2014-2025 The Apache Software Foundation
88

99
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
1010

11-
- org.apache.logging.log4j:log4j-api:2.24.1
12-
- org.apache.logging.log4j:log4j-core:2.24.1
13-
- org.apache.logging.log4j:log4j-slf4j-impl:2.24.1
14-
- org.apache.logging.log4j:log4j-1.2-api:2.24.1
11+
- org.apache.logging.log4j:log4j-api:2.24.3
12+
- org.apache.logging.log4j:log4j-core:2.24.3
13+
- org.apache.logging.log4j:log4j-slf4j-impl:2.24.3
14+
- org.apache.logging.log4j:log4j-1.2-api:2.24.3
1515

1616
This project bundles the following dependencies under the BSD license.
1717
See bundled license files for details.

0 commit comments

Comments
 (0)