You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/19 11:15:04 UTC

[commons-io] 03/03: Bump apache-rat from 0.13 to 0.14.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git

commit 0f11f8a42a5d978f130d8f23152c3cabf1d2f6cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 19 07:14:55 2022 -0400

    Bump apache-rat from 0.13 to 0.14.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7370d45..26e270b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@ file comparators, endian transformation classes, and much more.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.13</version>
+          <version>0.14</version>
           <configuration>
             <excludes>
               <exclude>src/test/resources/**/*.bin</exclude>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 938cbd6f..9d21f5a2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -441,6 +441,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump PMD plugin from 3.16.0 to 3.17.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump apache-rat from 0.13 to 0.14.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->