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 22:14:58 UTC

[cxf] 02/04: 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 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 2c035ed8b6dff77294b32fabd99527b7cc1e441a
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 3b9c5d6441..56553c57bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,7 +574,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>