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 c965d70  [MINOR] Remove unused versions from `gradle.properties`
c965d70 is described below

commit c965d701440771e793f4bed8fced33ff38236b90
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Aug 26 17:42:52 2024 -0700

    [MINOR] Remove unused versions from `gradle.properties`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove unused versions from `gradle.properties`.
    
    ### Why are the changes needed?
    
    To clean up the misleading unused versions. We can see that there is no 
usage like the following.
    
    ```
    $ git grep commonsLang3Version
    gradle.properties:commonsLang3Version=3.16.0
    
    $ git grep commonsIOVersion
    gradle.properties:commonsIOVersion=2.16.1
    ```
    
    ### 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 #107 from dongjoon-hyun/minor-unused.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 gradle.properties | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6b5f4da..e934694 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -20,8 +20,6 @@ org.gradle.jvmargs=-Xmx4g
 
 # Caution: fabric8 version should be aligned with Spark dependency
 fabric8Version=6.13.3
-commonsLang3Version=3.16.0
-commonsIOVersion=2.16.1
 lombokVersion=1.18.32
 operatorSDKVersion=4.9.0
 okHttpVersion=4.12.0


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

Reply via email to