Skip to content

Commit f9ed73c

Browse files
committed
Upgraded Test NG from 6.8.21 to 6.13
Upgraded maven-compiler-plugin from 3.6.0 to 3.7.1
1 parent 1678223 commit f9ed73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>org.testng</groupId>
160160
<artifactId>testng</artifactId>
161-
<version>6.8.21</version>
161+
<version>6.13</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-compiler-plugin</artifactId>
280-
<version>3.6.0</version>
280+
<version>3.7.0</version>
281281
</plugin>
282282
<!--
283283
! We define a newer version than in parent.

0 commit comments

Comments
 (0)