Skip to content

Commit

Permalink
fix testng version (from 7.7.0 to 7.5.1) to 兼容java8
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed May 12, 2023
1 parent e0ba5e9 commit 10baae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.0</version>
<version>7.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 10baae9

Please sign in to comment.