From 5ac0021d14f7eb00804fe235aaefc5c2fbce57d1 Mon Sep 17 00:00:00 2001 From: Krishnan Mahadevan Date: Fri, 9 Dec 2022 09:21:06 +0530 Subject: [PATCH] Adding release notes --- CHANGES.txt | 3 +++ README.md | 2 ++ gradle.properties | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b9f81b1ad9..babbcf7ee1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,7 @@ Current + +7.7.0 +Fixed: GITHUB-2852: [SECURITY] Fix Zip Slip Vulnerability (Jonathan Leitschuh) Fixed: GITHUB-2792: JUnitTestClass sets XmlTest as null when running JUnit 4 Tests using TestNG (Krishnan Mahadevan) Fixed: GITHUB-2847: Deprecate support for running JUnit tests (Krishnan Mahadevan) Fixed: GITHUB-2844: Deprecate support for running Spock Tests (Krishnan Mahadevan) diff --git a/README.md b/README.md index fc4d494fc1..01229dd570 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Documentation available at [TestNG's main web site](https://testng.org). ### Release Notes +* [7.7.0](https://groups.google.com/g/testng-users/c/V6jie-9uUIA) * [7.6.0](https://groups.google.com/g/testng-users/c/BAFB1vk-kok) * [7.5](https://groups.google.com/g/testng-users/c/ESLiK8xSomc) * [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). ### Need help? Before opening a new issue, did you ask your question on + * [Google group](https://groups.google.com/group/testng-users) * [StackOverflow](https://stackoverflow.com/questions/tagged/testng) diff --git a/gradle.properties b/gradle.properties index 554181f1fe..70dc8657ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ kotlin.code.style=official # Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation kotlin.stdlib.default.dependency=false -testng.version=7.7.0 +testng.version=7.8.0 group=org.testng