File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ ext {
326
326
flinkVersion = '{{ site.version }}'
327
327
scalaBinaryVersion = '{{ site.scala_version }}'
328
328
slf4jVersion = '1.7.15'
329
- log4jVersion = '2.17.0 '
329
+ log4jVersion = '2.17.1 '
330
330
}
331
331
332
332
Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ ext {
326
326
flinkVersion = '{{ site.version }}'
327
327
scalaBinaryVersion = '{{ site.scala_version }}'
328
328
slf4jVersion = '1.7.15'
329
- log4jVersion = '2.17.0 '
329
+ log4jVersion = '2.17.1 '
330
330
}
331
331
332
332
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ under the License.
108
108
<akka .version>2.5.21</akka .version>
109
109
<target .java.version>1.8</target .java.version>
110
110
<slf4j .version>1.7.15</slf4j .version>
111
- <log4j .version>2.17.0 </log4j .version>
111
+ <log4j .version>2.17.1 </log4j .version>
112
112
<!-- Overwrite default values from parent pom.
113
113
Intellij is (sometimes?) using those values to choose target language level
114
114
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-2021 The Apache Software Foundation
8
8
9
9
This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
10
10
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
15
15
16
16
This project bundles the following dependencies under the BSD license.
17
17
See bundled license files for details.
You can’t perform that action at this time.
0 commit comments