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 9beb8c8 Bump wagon-ssh from 3.4.3 to 3.5.0 9beb8c8 is described below commit 9beb8c89e2368bc933fe98c7f18fb0ad758e9641 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Dec 23 20:44:48 2021 +0000 Bump wagon-ssh from 3.4.3 to 3.5.0 Bumps wagon-ssh from 3.4.3 to 3.5.0. --- 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] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 832d4bf..ab6cf76 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> - <version>3.4.3</version> + <version>3.5.0</version> </extension> </extensions> </build>