Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 26, 2024
1 parent 9d6d986 commit 1d85bfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions wagon-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion wagon-providers/wagon-ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion wagon-providers/wagon-ssh-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1d85bfe

Please sign in to comment.