This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.6 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 82efe52c7ee21d298861919740c751975f925539 Author: Abhishek Kumar <[email protected]> AuthorDate: Tue Dec 10 18:14:46 2024 -0800 RANGER-5068: Bump rat-plugin to 0.16.1 (#445) (cherry picked from commit d8157a69e4363ce87b55808d90a2f0c6d44d1f5c) --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8dd293da1..04e940b3f 100644 --- a/pom.xml +++ b/pom.xml @@ -566,7 +566,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> @@ -577,6 +577,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>
