Skip to content

Commit

Permalink
Use a version of TestNG that is compatible with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jun 17, 2024
1 parent 1c231e1 commit db01d91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.1</version>
<!-- NOTE(AR) Version 7.6.0+ requires JDK 11+ -->
<version>7.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit db01d91

Please sign in to comment.