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

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c2896abce4a [SPARK-46493][INFRA] Upgrade `apache-rat` in the 
`dev/check-license` to 0.15
5c2896abce4a is described below

commit 5c2896abce4a3cad2b5db03fd79218813ddeb9ee
Author: yangjie01 <[email protected]>
AuthorDate: Sat Dec 23 15:09:38 2023 -0800

    [SPARK-46493][INFRA] Upgrade `apache-rat` in the `dev/check-license` to 0.15
    
    ### What changes were proposed in this pull request?
    This ps upgraded `apache-rat` used in the `dev/check-license` from 0.14 to 
0.15
    
    ### Why are the changes needed?
    This new version brings some bug fix:
    
    - [RAT-309](https://issues.apache.org/jira/browse/RAT-309) : Upgrade Maven 
Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0
    - [RAT-307](https://issues.apache.org/jira/browse/RAT-307):  Update to 
focal (Ubuntu 20.04) on Travis to circumvent build errors and be able to use 
more modern JDK versions. Deprecate openJDK8 build with focal as it is not 
supported on Travis.
    
    The full release notes as follow:
    - https://creadur.apache.org/release-notes/RELEASE-NOTES-015.txt
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #44466 from LuciferYang/rat-15.
    
    Lead-authored-by: yangjie01 <[email protected]>
    Co-authored-by: YangJie <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 dev/check-license | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/check-license b/dev/check-license
index 55db95734dd9..bc7f493368a3 100755
--- a/dev/check-license
+++ b/dev/check-license
@@ -58,7 +58,7 @@ else
     declare java_cmd=java
 fi
 
-export RAT_VERSION=0.14
+export RAT_VERSION=0.15
 export rat_jar="$FWDIR"/lib/apache-rat-${RAT_VERSION}.jar
 mkdir -p "$FWDIR"/lib
 


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

Reply via email to