Skip to content

Commit 1791dc5

Browse files
committed
Bumping version for next release
1 parent a21a584 commit 1791dc5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Current (7.12.0)
1+
Current (7.13.0)
2+
3+
7.12.0
24
Fixed: GITHUB-3231: TestNG retry is going into infinite loop when the data provider returned object is modified before failure (Bartek Florczak)
35
Update: Updated GitHub Actions test matrix to include JDK 25 and JDK 26 EA (Bartek Florczak)
46
Fixed: GITHUB-3236: DataProvider parameters are not refreshed on retry when cacheDataForTestRetries=false (Bartek Florczak)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.code.style=official
44
# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
55
kotlin.stdlib.default.dependency=false
66

7-
testng.version=7.12.0
7+
testng.version=7.13.0
88

99
group=org.testng
1010

0 commit comments

Comments
 (0)