File tree 3 files changed +6
-1
lines changed 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
Current
2
+
3
+ 7.7.0
4
+ Fixed: GITHUB-2852: [SECURITY] Fix Zip Slip Vulnerability (Jonathan Leitschuh)
2
5
Fixed: GITHUB-2792: JUnitTestClass sets XmlTest as null when running JUnit 4 Tests using TestNG (Krishnan Mahadevan)
3
6
Fixed: GITHUB-2847: Deprecate support for running JUnit tests (Krishnan Mahadevan)
4
7
Fixed: GITHUB-2844: Deprecate support for running Spock Tests (Krishnan Mahadevan)
Original file line number Diff line number Diff line change 6
6
Documentation available at [ TestNG's main web site] ( https://testng.org ) .
7
7
8
8
### Release Notes
9
+ * [ 7.7.0] ( https://groups.google.com/g/testng-users/c/V6jie-9uUIA )
9
10
* [ 7.6.0] ( https://groups.google.com/g/testng-users/c/BAFB1vk-kok )
10
11
* [ 7.5] ( https://groups.google.com/g/testng-users/c/ESLiK8xSomc )
11
12
* [ 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).
15
16
16
17
### Need help?
17
18
Before opening a new issue, did you ask your question on
19
+
18
20
* [ Google group] ( https://groups.google.com/group/testng-users )
19
21
* [ StackOverflow] ( https://stackoverflow.com/questions/tagged/testng )
20
22
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.code.style=official
5
5
# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
6
6
kotlin.stdlib.default.dependency =false
7
7
8
- testng.version =7.7 .0
8
+ testng.version =7.8 .0
9
9
10
10
group =org.testng
11
11
You can’t perform that action at this time.
0 commit comments