Skip to content

Commit

Permalink
Merge pull request #12 from ottlinger/dependabot/maven/org.apache.rat…
Browse files Browse the repository at this point in the history
…-apache-rat-plugin-0.16.1

Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1
  • Loading branch information
ottlinger authored Jan 31, 2024
2 parents dd70dca + 828fa48 commit c81f601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RAT-262/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<!-- older versions fail to ignore JSON -->
<version>0.16</version>
<version>0.16.1</version>
<configuration>
<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
<excludes>node_modules/**</excludes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<module>RAT-343</module>
</modules>
<properties>
<rat.version>0.16</rat.version>
<rat.version>0.16.1</rat.version>
<encoding.utf8>UTF-8</encoding.utf8>
<project.reporting.outputEncoding>${encoding.utf8}</project.reporting.outputEncoding>
<project.build.sourceEncoding>${encoding.utf8}</project.build.sourceEncoding>
Expand Down

0 comments on commit c81f601

Please sign in to comment.