Skip to content

Commit d8568ae

Browse files
authored
[FLINK-36179] bump log4j version
1 parent d928226 commit d8568ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: flink-kubernetes-operator/src/main/resources/META-INF/NOTICE

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ This project bundles the following dependencies under the Apache Software Licens
5353
- org.apache.commons:commons-lang3:3.14.0
5454
- org.apache.commons:commons-math3:3.6.1
5555
- org.apache.commons:commons-text:jar:1.10.0
56-
- org.apache.logging.log4j:log4j-1.2-api:2.17.1
57-
- org.apache.logging.log4j:log4j-api:2.17.1
58-
- org.apache.logging.log4j:log4j-core:2.17.1
59-
- org.apache.logging.log4j:log4j-slf4j-impl:2.17.1
56+
- org.apache.logging.log4j:log4j-1.2-api:2.23.1
57+
- org.apache.logging.log4j:log4j-api:2.23.1
58+
- org.apache.logging.log4j:log4j-core:2.23.1
59+
- org.apache.logging.log4j:log4j-slf4j-impl:2.23.1
6060
- org.javassist:javassist:3.24.0-GA
6161
- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10
6262
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ under the License.
8686
<flink.version>1.19.1</flink.version>
8787

8888
<slf4j.version>1.7.36</slf4j.version>
89-
<log4j.version>2.17.1</log4j.version>
89+
<log4j.version>2.23.1</log4j.version>
9090

9191
<spotless.version>2.40.0</spotless.version>
9292
<it.skip>true</it.skip>

0 commit comments

Comments
 (0)