You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/31 13:09:23 UTC

[commons-parent] branch master updated: Bump wagon-ssh from 3.4.3 to 3.5.1 (#85)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37c103a  Bump wagon-ssh from 3.4.3 to 3.5.1 (#85)
37c103a is described below

commit 37c103a5ce1050dfe9a4313135314c8c8ec825ae
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 31 08:09:15 2021 -0500

    Bump wagon-ssh from 3.4.3 to 3.5.1 (#85)
    
    Bumps wagon-ssh from 3.4.3 to 3.5.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.wagon:wagon-ssh
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d125b15..c4692ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
     <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>    
     <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
     <commons.surefire.version>2.22.2</commons.surefire.version>
-    <commons.wagon-ssh.version>3.4.3</commons.wagon-ssh.version>
+    <commons.wagon-ssh.version>3.5.1</commons.wagon-ssh.version>
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
     <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>