Skip to content

Commit

Permalink
[FLINK-22407][build] Bump log4j to 2.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed May 10, 2021
1 parent 464e0d0 commit 1cbc003
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ ext {
flinkVersion = '1.13-SNAPSHOT'
scalaBinaryVersion = '2.11'
slf4jVersion = '1.7.15'
log4jVersion = '2.12.1'
log4jVersion = '2.14.1'
}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/datastream/project-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ ext {
flinkVersion = '1.13-SNAPSHOT'
scalaBinaryVersion = '2.11'
slf4jVersion = '1.7.15'
log4jVersion = '2.12.1'
log4jVersion = '2.14.1'
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ under the License.
<akka.version>2.5.21</akka.version>
<target.java.version>1.8</target.java.version>
<slf4j.version>1.7.15</slf4j.version>
<log4j.version>2.12.1</log4j.version>
<log4j.version>2.14.1</log4j.version>
<!-- Overwrite default values from parent pom.
Intellij is (sometimes?) using those values to choose target language level
and thus is changing back to java 1.6 on each maven re-import -->
Expand Down
8 changes: 4 additions & 4 deletions tools/releasing/NOTICE-binary_PREAMBLE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Copyright 2014-2021 The Apache Software Foundation

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

- org.apache.logging.log4j:log4j-api:2.12.1
- org.apache.logging.log4j:log4j-core:2.12.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.12.1
- org.apache.logging.log4j:log4j-1.2-api:2.12.1
- org.apache.logging.log4j:log4j-api:2.14.1
- org.apache.logging.log4j:log4j-core:2.14.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.14.1
- org.apache.logging.log4j:log4j-1.2-api:2.14.1

This project bundles the following dependencies under the BSD license.
See bundled license files for details.
Expand Down

0 comments on commit 1cbc003

Please sign in to comment.