This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch pomcleanup in repository https://gitbox.apache.org/repos/asf/maven-wagon.git
commit 1d85bfe718cc421e16b41a3be5b18e6fbc2e25a7 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Dec 26 23:57:57 2024 +0100 Upgrade dependencies --- pom.xml | 10 +++------- wagon-providers/pom.xml | 6 ------ wagon-providers/wagon-ftp/pom.xml | 2 +- wagon-providers/wagon-ssh-common-test/pom.xml | 4 +++- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 112669f7..0f9e152e 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,8 @@ under the License. <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <slf4jVersion>1.7.36</slf4jVersion> <maven.site.path>wagon-archives/wagon-LATEST</maven.site.path> + <version.plexus-utils>3.6.0</version.plexus-utils> + <version.sisu-maven-plugin>0.9.0.M3</version.sisu-maven-plugin> <project.build.outputTimestamp>2022-12-18T21:06:44Z</project.build.outputTimestamp> </properties> @@ -198,14 +200,8 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.3.1</version> - </dependency> - <!-- for slf4j --> <dependency> <groupId>org.slf4j</groupId> diff --git a/wagon-providers/pom.xml b/wagon-providers/pom.xml index 43f88833..6abc6987 100644 --- a/wagon-providers/pom.xml +++ b/wagon-providers/pom.xml @@ -56,12 +56,6 @@ under the License. <artifactId>httpcore</artifactId> <version>4.4.16</version> </dependency> - <dependency> - <groupId>org.apache.sshd</groupId> - <artifactId>sshd-core</artifactId> - <version>0.8.0</version> - <scope>test</scope> - </dependency> </dependencies> </dependencyManagement> diff --git a/wagon-providers/wagon-ftp/pom.xml b/wagon-providers/wagon-ftp/pom.xml index 7e24f79c..08a9d0d1 100644 --- a/wagon-providers/wagon-ftp/pom.xml +++ b/wagon-providers/wagon-ftp/pom.xml @@ -34,7 +34,7 @@ under the License. <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.9.0</version> + <version>3.11.1</version> </dependency> <dependency> diff --git a/wagon-providers/wagon-ssh-common-test/pom.xml b/wagon-providers/wagon-ssh-common-test/pom.xml index f4890de9..c2a30df0 100644 --- a/wagon-providers/wagon-ssh-common-test/pom.xml +++ b/wagon-providers/wagon-ssh-common-test/pom.xml @@ -54,12 +54,14 @@ under the License. <dependency> <groupId>org.apache.sshd</groupId> <artifactId>sshd-core</artifactId> + <!-- lots of changes in later versions, we drop SSH provider in 4.x version --> + <version>0.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.22</version> + <version>2.2.4</version> <scope>compile</scope> </dependency> </dependencies>