You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/16 17:08:54 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-deploy-plugin from 2.7 to 2.8.2

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

lofwyr 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 44ab223  build(deps): bump maven-deploy-plugin from 2.7 to 2.8.2
44ab223 is described below

commit 44ab223b3e7090f2639bb534aba7e09b076d8e54
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 11 17:26:21 2022 +0000

    build(deps): bump maven-deploy-plugin from 2.7 to 2.8.2
    
    Bumps maven-deploy-plugin from 2.7 to 2.8.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-deploy-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 44af952..307adff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -658,7 +658,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.8.2</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>