This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/main by this push:
     new ef63030c8 Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1 
(#1339)
ef63030c8 is described below

commit ef63030c861f0a0cec8aa46c74f5b868e69eb2ec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 10:50:53 2025 +0200

    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] <[email protected]>
    
    * Fixes ASF licence reference
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lukasz Lenart <[email protected]>
---
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e8b1ac05..93d827e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Reply via email to