File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
content.zh/docs/dev/configuration
content/docs/dev/configuration Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff 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}
107107sourceCompatibility = javaVersion
108108targetCompatibility = javaVersion
Original file line number Diff line number Diff 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}
109109sourceCompatibility = javaVersion
110110targetCompatibility = javaVersion
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ Copyright 2014-2025 The Apache Software Foundation
88
99This 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
1616This project bundles the following dependencies under the BSD license.
1717See bundled license files for details.
You can’t perform that action at this time.
0 commit comments