You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/06/27 21:05:09 UTC

[commons-functor] branch master updated: Bump wagon-ssh from 3.5.0 to 3.5.2

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-functor.git


The following commit(s) were added to refs/heads/master by this push:
     new c5ef63f  Bump wagon-ssh from 3.5.0 to 3.5.2
c5ef63f is described below

commit c5ef63f0cbc494cbabcee39f2375a317373d8c63
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 27 20:07:14 2022 +0000

    Bump wagon-ssh from 3.5.0 to 3.5.2
    
    Bumps wagon-ssh from 3.5.0 to 3.5.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.wagon:wagon-ssh
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 f8c166f..1336ff7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh</artifactId>
-        <version>3.5.0</version>
+        <version>3.5.2</version>
       </extension>
     </extensions>
   </build>