Skip to content

Commit

Permalink
[FLINK-36179] bump log4j version
Browse files Browse the repository at this point in the history
  • Loading branch information
r-sidd committed Sep 2, 2024
1 parent d928226 commit d8568ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flink-kubernetes-operator/src/main/resources/META-INF/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ This project bundles the following dependencies under the Apache Software Licens
- org.apache.commons:commons-lang3:3.14.0
- org.apache.commons:commons-math3:3.6.1
- org.apache.commons:commons-text:jar:1.10.0
- org.apache.logging.log4j:log4j-1.2-api:2.17.1
- org.apache.logging.log4j:log4j-api:2.17.1
- org.apache.logging.log4j:log4j-core:2.17.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.17.1
- org.apache.logging.log4j:log4j-1.2-api:2.23.1
- org.apache.logging.log4j:log4j-api:2.23.1
- org.apache.logging.log4j:log4j-core:2.23.1
- org.apache.logging.log4j:log4j-slf4j-impl:2.23.1
- org.javassist:javassist:3.24.0-GA
- org.jetbrains.kotlin:kotlin-stdlib-common:1.9.10
- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ under the License.
<flink.version>1.19.1</flink.version>

<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.1</log4j.version>
<log4j.version>2.23.1</log4j.version>

<spotless.version>2.40.0</spotless.version>
<it.skip>true</it.skip>
Expand Down

0 comments on commit d8568ae

Please sign in to comment.