This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 98c2fa3946 Don't override `apache-rat-plugin` version (#4123)
98c2fa3946 is described below
commit 98c2fa3946de2481f4cd50a965b0e2b4b1201ff0
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri May 15 15:10:52 2026 +0200
Don't override `apache-rat-plugin` version (#4123)
Remove the version override for `apache-rat-plugin` so it falls back to the
version provided by the ASF Parent POM.
Apache RAT `0.18`, for which Dependabot opened an update PR, contains a bug
([RAT-552](https://issues.apache.org/jira/browse/RAT-552)) that effectively
disables the `excludeSubProjects` plugin option whenever `<excludes>` is
present in the configuration.
Upgrading to `0.18` will require converting our `<excludes>` to
`<inputExcludes>`, which depends on a new `logging-parent` release.
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 23b6eb7bcd..afd5a80fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,7 +566,6 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.16.1</version>
<configuration>
<consoleOutput>true</consoleOutput>
<excludes combine.children="append">