Skip to content

Commit 5ac0021

Browse files
committed
Adding release notes
1 parent c0e1e77 commit 5ac0021

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Current
2+
3+
7.7.0
4+
Fixed: GITHUB-2852: [SECURITY] Fix Zip Slip Vulnerability (Jonathan Leitschuh)
25
Fixed: GITHUB-2792: JUnitTestClass sets XmlTest as null when running JUnit 4 Tests using TestNG (Krishnan Mahadevan)
36
Fixed: GITHUB-2847: Deprecate support for running JUnit tests (Krishnan Mahadevan)
47
Fixed: GITHUB-2844: Deprecate support for running Spock Tests (Krishnan Mahadevan)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Documentation available at [TestNG's main web site](https://testng.org).
77

88
### Release Notes
9+
* [7.7.0](https://groups.google.com/g/testng-users/c/V6jie-9uUIA)
910
* [7.6.0](https://groups.google.com/g/testng-users/c/BAFB1vk-kok)
1011
* [7.5](https://groups.google.com/g/testng-users/c/ESLiK8xSomc)
1112
* [7.4.0](https://groups.google.com/g/testng-users/c/dwSJ04qeu8k)
@@ -15,6 +16,7 @@ Documentation available at [TestNG's main web site](https://testng.org).
1516

1617
### Need help?
1718
Before opening a new issue, did you ask your question on
19+
1820
* [Google group](https://groups.google.com/group/testng-users)
1921
* [StackOverflow](https://stackoverflow.com/questions/tagged/testng)
2022

gradle.properties

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

8-
testng.version=7.7.0
8+
testng.version=7.8.0
99

1010
group=org.testng
1111

0 commit comments

Comments
 (0)