diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-04-06 13:00:25 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-04-06 13:00:25 +0000 |
commit | 0a6a04280798126e9fb9cfeaaf16eb55820c597c (patch) | |
tree | 26c2d5d0e98be7b8549aca5b8d4a2b5ec1a59f6a | |
parent | 0b863c29a12e251f1d77beafa58f3c63268efb3c (diff) | |
download | poi-0a6a04280798126e9fb9cfeaaf16eb55820c597c.tar.gz poi-0a6a04280798126e9fb9cfeaaf16eb55820c597c.zip |
update apache rat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899615 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 3d38c8b7f2..5483a7fcc3 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ buildscript { plugins { id 'base' id "com.dorongold.task-tree" version "2.1.0" - id('org.nosphere.apache.rat') version '0.7.0' + id('org.nosphere.apache.rat') version '0.7.1' id 'distribution' id "com.github.spotbugs" version "5.0.6" id 'com.github.jk1.dependency-license-report' version '2.0' |