Skip to content

Commit 098c0bb

Browse files
committed
[SPARK-50401] Upgrade kubernetes-client to 6.13.4 and log4j to 2.24.2
### What changes were proposed in this pull request? This PR aims to upgrade `kubernetes-client` to 6.13.4 and `log4j` to 2.24.2. ### Why are the changes needed? To catch up Apache Spark updates. - apache/spark#48268 - apache/spark#48029 - apache/spark#48945 ### Does this PR introduce _any_ user-facing change? No, this is not released yet. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #148 from dongjoon-hyun/SPARK-50401. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0df50bb commit 098c0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
[versions]
18-
fabric8 = "6.13.3"
18+
fabric8 = "6.13.4"
1919
lombok = "1.18.32"
2020
operator-sdk = "4.9.0"
2121
okhttp = "4.12.0"
2222
dropwizard-metrics = "4.2.25"
2323
spark = "4.0.0-preview2"
24-
log4j = "2.22.1"
24+
log4j = "2.24.2"
2525

2626
# Test
2727
junit = "5.10.2"

0 commit comments

Comments
 (0)