You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/12/02 08:07:11 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0

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

hnoeth pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new c18d6372d3 build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0
c18d6372d3 is described below

commit c18d6372d3fc1adff5c93623a54b82e6760c0b81
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 16:04:12 2022 +0000

    build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0
    
    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.3.0...maven-dependency-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml              | 2 +-
 tobago-theme/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d03ac72b0..af5f7f7bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,7 +586,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index b709a30a9d..99034a4bbd 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -263,7 +263,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-dependency-plugin</artifactId>
-            <version>3.3.0</version>
+            <version>3.4.0</version>
             <executions>
               <execution>
                 <!-- copy customization to target/bootstrap -->