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 2023/02/06 14:47:33 UTC

[cxf] branch main updated: Bump apache-rat-plugin from 0.13 to 0.15 (#1112)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 813903f189 Bump apache-rat-plugin from 0.13 to 0.15 (#1112)
813903f189 is described below

commit 813903f18999399634a82f1708f6083adeb28623
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 09:47:24 2023 -0500

    Bump apache-rat-plugin from 0.13 to 0.15 (#1112)
    
    Bumps apache-rat-plugin from 0.13 to 0.15.
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 389ee8eca7..2a30f63e4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.13</version>
+                    <version>0.15</version>
                     <configuration>
                         <numUnapprovedLicenses>350</numUnapprovedLicenses>
                         <excludeSubProjects>false</excludeSubProjects>