Skip to content

Commit

Permalink
Upgraded Test NG from 6.8.21 to 6.13
Browse files Browse the repository at this point in the history
Upgraded maven-compiler-plugin from 3.6.0 to 3.7.1
  • Loading branch information
khmarbaise committed Dec 2, 2017
1 parent 1678223 commit f9ed73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.21</version>
<version>6.13</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</plugin>
<!--
! We define a newer version than in parent.
Expand Down

0 comments on commit f9ed73c

Please sign in to comment.