Skip to content

Commit bcffe1f

Browse files
committed
Update documented dependency versions
1 parent 5bf364e commit bcffe1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

1010
Allows executing https://testng.org[TestNG] tests on the JUnit Platform

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
5050
val snapshotTestNGVersion = Version("7.6.0-SNAPSHOT")
5151

0 commit comments

Comments
 (0)