File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Current
2+
3+ 7.7.0
4+ Fixed: GITHUB-2852: [SECURITY] Fix Zip Slip Vulnerability (Jonathan Leitschuh)
25Fixed: GITHUB-2792: JUnitTestClass sets XmlTest as null when running JUnit 4 Tests using TestNG (Krishnan Mahadevan)
36Fixed: GITHUB-2847: Deprecate support for running JUnit tests (Krishnan Mahadevan)
47Fixed: GITHUB-2844: Deprecate support for running Spock Tests (Krishnan Mahadevan)
Original file line number Diff line number Diff line change 66Documentation 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?
1718Before 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.code.style=official
55# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
66kotlin.stdlib.default.dependency =false
77
8- testng.version =7.7 .0
8+ testng.version =7.8 .0
99
1010group =org.testng
1111
You can’t perform that action at this time.
0 commit comments