Skip to content

Commit 9be6974

Browse files
MartijnVissergaoyunhaii
authored andcommitted
[FLINK-25472][core] Update to Log4j 2.17.1
This closes apache#18233.
1 parent 1561f0f commit 9be6974

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/dev/project-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ ext {
326326
flinkVersion = '{{ site.version }}'
327327
scalaBinaryVersion = '{{ site.scala_version }}'
328328
slf4jVersion = '1.7.15'
329-
log4jVersion = '2.17.0'
329+
log4jVersion = '2.17.1'
330330
}
331331

332332

docs/dev/project-configuration.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ ext {
326326
flinkVersion = '{{ site.version }}'
327327
scalaBinaryVersion = '{{ site.scala_version }}'
328328
slf4jVersion = '1.7.15'
329-
log4jVersion = '2.17.0'
329+
log4jVersion = '2.17.1'
330330
}
331331

332332

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ under the License.
108108
<akka.version>2.5.21</akka.version>
109109
<target.java.version>1.8</target.java.version>
110110
<slf4j.version>1.7.15</slf4j.version>
111-
<log4j.version>2.17.0</log4j.version>
111+
<log4j.version>2.17.1</log4j.version>
112112
<!-- Overwrite default values from parent pom.
113113
Intellij is (sometimes?) using those values to choose target language level
114114
and thus is changing back to java 1.6 on each maven re-import -->

tools/releasing/NOTICE-binary_PREAMBLE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Copyright 2014-2021 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.17.0
12-
- org.apache.logging.log4j:log4j-core:2.17.0
13-
- org.apache.logging.log4j:log4j-slf4j-impl:2.17.0
14-
- org.apache.logging.log4j:log4j-1.2-api:2.17.0
11+
- org.apache.logging.log4j:log4j-api:2.17.1
12+
- org.apache.logging.log4j:log4j-core:2.17.1
13+
- org.apache.logging.log4j:log4j-slf4j-impl:2.17.1
14+
- org.apache.logging.log4j:log4j-1.2-api:2.17.1
1515

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

0 commit comments

Comments
 (0)