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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9b1fe348e0 Build: Bump Rat to 0.15 (#5839)
9b1fe348e0 is described below

commit 9b1fe348e0ce8cb55d3ac6fad8ed4ca748b74492
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sat Sep 24 02:14:59 2022 +0200

    Build: Bump Rat to 0.15 (#5839)
---
 dev/check-license | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to