summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jgit.benchmarks/pom.xml4
-rw-r--r--pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml
index cd97615467..5d5a5f6db6 100644
--- a/org.eclipse.jgit.benchmarks/pom.xml
+++ b/org.eclipse.jgit.benchmarks/pom.xml
@@ -179,8 +179,8 @@
<dependencies>
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>3.5.2</version>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>3.5.3</version>
</dependency>
</dependencies>
</plugin>
diff --git a/pom.xml b/pom.xml
index 4ed91ffc46..ad1e2a81fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,8 +349,8 @@
<dependencies>
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>3.5.2</version>
+ <artifactId>wagon-ssh-external</artifactId>
+ <version>3.5.3</version>
</dependency>
</dependencies>
</plugin>