Skip to content

Commit

Permalink
Bump org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1
Browse files Browse the repository at this point in the history
Bumps org.apache.rat:apache-rat-plugin from 0.16 to 0.16.1.

---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent dd70dca commit 828fa48
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 828fa48

Please sign in to comment.