You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/14 13:22:16 UTC

[maven-apache-parent] branch master updated: [MPOM-360] Bump apache-rat-plugin from 0.14 to 0.15 (#109)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new a0177b5  [MPOM-360] Bump apache-rat-plugin from 0.14 to 0.15 (#109)
a0177b5 is described below

commit a0177b552ad4089ce431335153c6620fcdc4e3bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 14:22:10 2022 +0100

    [MPOM-360] Bump apache-rat-plugin from 0.14 to 0.15 (#109)
    
    Bumps apache-rat-plugin from 0.14 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>
    
    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 7df13be..31a9ad6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@ under the License.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.14</version>
+          <version>0.15</version>
         </plugin>
       </plugins>
     </pluginManagement>