File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 49
49
<slf4j .version>1.7.12</slf4j .version>
50
50
<log4j .version>1.2.17</log4j .version>
51
51
<junit .version>4.12</junit .version>
52
+ <testng .version>5.14.10</testng .version>
52
53
<commons-codec .version>1.10</commons-codec .version>
53
54
<git .properties>git.properties</git .properties>
54
55
</properties >
72
73
<dependency >
73
74
<groupId >org.testng</groupId >
74
75
<artifactId >testng</artifactId >
75
- <version >5.14.10 </version >
76
+ <version >${testng.version} </version >
76
77
<scope >test</scope >
77
78
</dependency >
78
79
113
114
<extension >
114
115
<groupId >org.apache.maven.wagon</groupId >
115
116
<artifactId >wagon-ssh</artifactId >
116
- <version >2.1 </version >
117
+ <version >2.8 </version >
117
118
</extension >
118
119
<extension >
119
120
<groupId >org.apache.maven.wagon</groupId >
120
121
<artifactId >wagon-ssh-external</artifactId >
121
- <version >2.1 </version >
122
+ <version >2.8 </version >
122
123
</extension >
123
124
</extensions >
124
125
<plugins >
You can’t perform that action at this time.
0 commit comments