Author: centic
Date: Tue Jan 30 21:01:49 2024
New Revision: 1915481
URL: http://svn.apache.org/viewvc?rev=1915481&view=rev
Log:
Use latest version of rat and rat-plugin
In Gradle builds, this will still use rat 0.15.0, though
as the plugin hardcodes the version of rat that is used.
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1915481&r1=1915480&r2=1915481&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue Jan 30 21:01:49 2024
@@ -32,7 +32,7 @@ buildscript {
plugins {
id 'base'
id 'com.dorongold.task-tree' version '2.1.1'
- id 'org.nosphere.apache.rat' version '0.8.0'
+ id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
id "com.github.spotbugs" version '5.2.1'
id 'de.thetaphi.forbiddenapis' version '3.6'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1915481&r1=1915480&r2=1915481&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jan 30 21:01:49 2024
@@ -349,7 +349,7 @@ under the License.
<dependency prefix="asm-tree" artifact="org.ow2.asm:asm-tree:9.5"
usage="util"/>
<!-- license and api checks -->
- <dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.15"
usage="util"/>
+ <dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.16.1"
usage="util"/>
<dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.5.1"
usage="util"/>
<!-- See
https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]