This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 098c0bb  [SPARK-50401] Upgrade `kubernetes-client` to 6.13.4 and 
`log4j` to 2.24.2
098c0bb is described below

commit 098c0bb770156b72b7cada05dbbbc87d68124fe8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Nov 24 15:42:04 2024 -0800

    [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.
    - https://github.com/apache/spark/pull/48268
    - https://github.com/apache/spark/pull/48029
    - https://github.com/apache/spark/pull/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]>
---
 gradle/libs.versions.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 339b34f..524100c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -15,13 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 [versions]
-fabric8 = "6.13.3"
+fabric8 = "6.13.4"
 lombok = "1.18.32"
 operator-sdk = "4.9.0"
 okhttp = "4.12.0"
 dropwizard-metrics = "4.2.25"
 spark = "4.0.0-preview2"
-log4j = "2.22.1"
+log4j = "2.24.2"
 
 # Test
 junit = "5.10.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to