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 2023/01/13 07:43:56 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.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 414370c1db build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0
414370c1db is described below

commit 414370c1db2f2ed37c9aaaef77477241c1bfb5ec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 12 16:09:31 2023 +0000

    build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0
    
    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.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 0f8c23b39c..4edcb0d6fa 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.4.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.tomcat.maven</groupId>