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:03 UTC

[myfaces-tobago] branch tobago-2.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-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


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

commit 51da918a965c46a0a2d0dfb38efe9e7ea71004b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 30 16:08:55 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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed781e5859..35e052bc53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,7 +622,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.tomcat.maven</groupId>