You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/19 14:07:46 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump apache-rat-plugin from 0.14 to 0.15 (#40)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new e1a097a  chore(deps): bump apache-rat-plugin from 0.14 to 0.15 (#40)
e1a097a is described below

commit e1a097a5003967e186f7934e2fa7c991e77f3471
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 19 16:07:42 2022 +0200

    chore(deps): bump apache-rat-plugin from 0.14 to 0.15 (#40)
    
    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>
---
 code-generation/pom.xml | 2 +-
 plc4x-site-skin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 367902c..6c63176 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -104,7 +104,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.14</version>
+          <version>0.15</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 2a5aa42..b4bbfc0 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -233,7 +233,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.14</version>
+          <version>0.15</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>