Skip to content

Commit

Permalink
RANGER-5068: Bump rat-plugin to 0.16.1 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaab authored Dec 11, 2024
1 parent 9930255 commit d8157a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.11</version>
<version>0.16.1</version>
<configuration>
<excludeSubProjects>false</excludeSubProjects>
<excludes>
Expand All @@ -579,6 +579,7 @@
<exclude>**/src/main/webapp/fonts/**</exclude>
<exclude>**/src/main/webapp/libs/**</exclude>
<exclude>.git/**</exclude>
<exclude>.gitattributes/**</exclude>
<exclude>.github/pull_request_template.md</exclude>
<exclude>.pc/**</exclude>
<exclude>debian/**</exclude>
Expand Down

0 comments on commit d8157a6

Please sign in to comment.