File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- Current (7.12.0)
1+ Current (7.13.0)
2+
3+ 7.12.0
24Fixed: GITHUB-3231: TestNG retry is going into infinite loop when the data provider returned object is modified before failure (Bartek Florczak)
35Update: Updated GitHub Actions test matrix to include JDK 25 and JDK 26 EA (Bartek Florczak)
46Fixed: GITHUB-3236: DataProvider parameters are not refreshed on retry when cacheDataForTestRetries=false (Bartek Florczak)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Documentation available at [TestNG's main web site](https://testng.org). Visit [
1212> ** Note for contributors:** Building TestNG from source requires JDK 21 or higher. See [ CONTRIBUTING.md] ( .github/CONTRIBUTING.md ) for details.
1313
1414### Release Notes
15+ * [ 7.12.0] ( https://groups.google.com/g/testng-users/c/KLK7I7jagTQ )
1516* [ 7.11.0] ( https://groups.google.com/g/testng-users/c/2z_tdavjZbA )
1617* [ 7.10.0] ( https://groups.google.com/g/testng-users/c/6DmFaKUjIxY )
1718* [ 7.9.0] ( https://groups.google.com/g/testng-users/c/nN7LkuZWO48 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlin.code.style=official
44# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
55kotlin.stdlib.default.dependency =false
66
7- testng.version =7.12 .0
7+ testng.version =7.13 .0
88
99group =org.testng
1010
You can’t perform that action at this time.
0 commit comments