Skip to content

Commit 8695efc

Browse files
committed
Updated Maven wagon to 2.8
1 parent a7160f5 commit 8695efc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<slf4j.version>1.7.12</slf4j.version>
5050
<log4j.version>1.2.17</log4j.version>
5151
<junit.version>4.12</junit.version>
52+
<testng.version>5.14.10</testng.version>
5253
<commons-codec.version>1.10</commons-codec.version>
5354
<git.properties>git.properties</git.properties>
5455
</properties>
@@ -72,7 +73,7 @@
7273
<dependency>
7374
<groupId>org.testng</groupId>
7475
<artifactId>testng</artifactId>
75-
<version>5.14.10</version>
76+
<version>${testng.version}</version>
7677
<scope>test</scope>
7778
</dependency>
7879

@@ -113,12 +114,12 @@
113114
<extension>
114115
<groupId>org.apache.maven.wagon</groupId>
115116
<artifactId>wagon-ssh</artifactId>
116-
<version>2.1</version>
117+
<version>2.8</version>
117118
</extension>
118119
<extension>
119120
<groupId>org.apache.maven.wagon</groupId>
120121
<artifactId>wagon-ssh-external</artifactId>
121-
<version>2.1</version>
122+
<version>2.8</version>
122123
</extension>
123124
</extensions>
124125
<plugins>

0 commit comments

Comments
 (0)