This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new a853cfd49a4 build(deps-dev): bump org.apache.rat:apache-rat-plugin
from 0.15 to 0.18 (#20000)
a853cfd49a4 is described below
commit a853cfd49a42d059e22a5bc93433e45d3b204a75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 12:54:52 2026 +0800
build(deps-dev): bump org.apache.rat:apache-rat-plugin from 0.15 to 0.18
(#20000)
* build(deps-dev): bump org.apache.rat:apache-rat-plugin from 0.15 to 0.18
Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.18.
---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
dependency-version: '0.18'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: update RAT exclusions
* build: exclude generated web console files from RAT
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
pom.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index e9e7f6bf3dc..2e7eaa24596 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2258,7 +2258,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.15</version>
+ <version>0.18</version>
<executions>
<execution>
<phase>verify</phase>
@@ -2356,11 +2356,13 @@
<exclude>.github/workflows/codeql.yml</exclude>
<exclude>.github/config/codeql-config.yml</exclude>
<exclude>git.version</exclude>
- <exclude>src/**/*.snap</exclude>
+ <exclude>**/src/**/*.snap</exclude>
<exclude>examples/conf/**</exclude>
<exclude>.asf.yaml</exclude>
<exclude>**/dependency-reduced-pom.xml</exclude>
- <exclude>.editorconfig</exclude>
+ <exclude>**/.editorconfig</exclude>
+ <exclude>**/node_modules/**</exclude>
+ <exclude>**/public/**</exclude>
<exclude>**/hadoop.indexer.libs.version</exclude>
<exclude>**/codegen/**/*</exclude>
<exclude>**/.settings/**/*</exclude> <!--
Eclipse -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]