aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--src/changes/changes.xml3
2 files changed, 4 insertions, 1 deletions
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 -->