Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1 (#1339)

* Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1

Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fixes ASF licence reference

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Lenart <lukaszlenart@apache.org>
This commit is contained in:
dependabot[bot]
2025-09-10 10:50:53 +02:00
committed by GitHub
parent d11153e942
commit ef63030c86
+4 -7
View File
@@ -282,18 +282,15 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.15</version>
<version>0.16.1</version>
<configuration>
<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
<useIdeaDefaultExcludes>true</useIdeaDefaultExcludes>
<useDefaultExcludes>true</useDefaultExcludes>
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
<licenses>
<license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
</licenses>
<licenseFamilies>
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
</licenseFamilies>
<approvedLicenses>
<approvedLicense>AL</approvedLicense>
</approvedLicenses>
<includes>
<include>pom.xml</include>
<include>src/**</include>