Skip to content

Commit

Permalink
use testng 7.5 which is java 8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Lüdeke committed Jan 8, 2024
1 parent 5342dfb commit c527fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wd-java-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.5.0</version>
<version>7.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c527fd2

Please sign in to comment.