File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11= TestNG Engine for the JUnit Platform
22:jcommander-version: 1.72
33:jquery-version: 3.5.1
4- :junit-platform-version: 1.7 .2
5- :surefire-version: 3.0.0-M5
4+ :junit-platform-version: 1.8 .2
5+ :surefire-version: 3.0.0-M7
66:testng-min-version: 6.14.3
7- :testng-max-version: 7.4.0
7+ :testng-max-version: 7.5
88:testng-engine-version: 1.0.2
99
1010Allows executing https://testng.org[TestNG] tests on the JUnit Platform
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ val supportedTestNGVersions = listOf(
4545 " 7.1.0" ,
4646 " 7.3.0" ,
4747 " 7.4.0" ,
48- " 7.5" // Keep in sync with TestContext.java
48+ " 7.5" // Keep in sync with TestContext.java and README.MD
4949).map(::Version )
5050val snapshotTestNGVersion = Version (" 7.6.0-SNAPSHOT" )
5151
You can’t perform that action at this time.
0 commit comments