You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2024/01/09 18:02:34 UTC

(cxf) 01/02: Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 (#1630)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 5e00b3770725885e44558ffdc7bf941ca65d59b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 9 10:00:48 2024 -0500

    Bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 (#1630)
    
    Bumps org.apache.rat:apache-rat-plugin from 0.15 to 0.16.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.rat:apache-rat-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 89f122199a1a096eb07c54c8f7efcfb598314b1d)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 369e5805cc..cbbc068c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.15</version>
+                    <version>0.16</version>
                     <configuration>
                         <numUnapprovedLicenses>350</numUnapprovedLicenses>
                         <excludeSubProjects>false</excludeSubProjects>