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/08/19 16:38:26 UTC

[plc4x] branch develop updated: build(deps): bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (#466)

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new d32672029 build(deps): bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (#466)
d32672029 is described below

commit d32672029c24618a515b6d0cbf105b9bfa8b9bcd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 19 18:38:22 2022 +0200

    build(deps): bump maven-remote-resources-plugin from 1.7.0 to 3.0.0 (#466)
    
    Bumps [maven-remote-resources-plugin](https://github.com/apache/maven-remote-resources-plugin) from 1.7.0 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-remote-resources-plugin/releases)
    - [Commits](https://github.com/apache/maven-remote-resources-plugin/compare/maven-remote-resources-plugin-1.7.0...maven-remote-resources-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-remote-resources-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 5fcb673b8..c1e64d3bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1127,7 +1127,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.7.0</version>
+          <version>3.0.0</version>
         </plugin>
 
         <plugin>