Skip to content

Commit 7f2425a

Browse files
committed
[SPARK-52044] Upgrade log4j2 to 2.24.3
### What changes were proposed in this pull request? This PR aims to upgrade `log4j2` to 2.24.3. ### Why are the changes needed? To bring the latest bug fixed version. - https://github.com/apache/logging-log4j2/releases/tag/rel%2F2.24.3 Apache Spark 4.0 upgraded this already. - apache/spark#49189 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #188 from dongjoon-hyun/SPARK-52044. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0a0e827 commit 7f2425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ operator-sdk = "4.9.0"
2121
okhttp = "4.12.0"
2222
dropwizard-metrics = "4.2.30"
2323
spark = "4.0.1-SNAPSHOT"
24-
log4j = "2.24.2"
24+
log4j = "2.24.3"
2525

2626
# Test
2727
junit = "5.10.2"

0 commit comments

Comments
 (0)