Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ext {
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.36'
log4jVersion = '2.24.3'
log4jVersion = '2.25.3'
}
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/configuration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ ext {
flinkVersion = '{{< version >}}'
scalaBinaryVersion = '{{< scala_version >}}'
slf4jVersion = '1.7.36'
log4jVersion = '2.24.3'
log4jVersion = '2.25.3'
}
sourceCompatibility = javaVersion
targetCompatibility = javaVersion
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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.3</log4j.version>
<log4j.version>2.25.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 -->
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-2026 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.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
- org.apache.logging.log4j:log4j-api:2.25.3
- org.apache.logging.log4j:log4j-core:2.25.3
- org.apache.logging.log4j:log4j-slf4j-impl:2.25.3
- org.apache.logging.log4j:log4j-1.2-api:2.25.3

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