You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/09/23 00:33:22 UTC

[commons-io] branch master updated: Bump apache-rat-plugin from 0.14 to 0.15

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51894eba Bump apache-rat-plugin from 0.14 to 0.15
51894eba is described below

commit 51894ebab6d260962caacd9e33394226bbf891c4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 23 00:04:51 2022 +0000

    Bump apache-rat-plugin from 0.14 to 0.15
    
    Bumps apache-rat-plugin from 0.14 to 0.15.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.rat:apache-rat-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2325237a..42255956 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.14</version>
+          <version>0.15</version>
           <configuration>
             <excludes>
               <exclude>src/test/resources/**/*.bin</exclude>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 316edd3b..ce3b5b18 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -524,6 +524,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #376.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump apache-rat-plugin from 0.14 to 0.15 #387.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->