We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac72d6a commit f310099Copy full SHA for f310099
CHANGELOG.md
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
10
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
11
12
## [Unreleased]
13
+### Changed
14
+- [TestNG] Update dependency org.testng:testng to v7.8.0
15
16
## [7.12.1] - 2023-06-02
17
### Fixed
cucumber-testng/pom.xml
@@ -14,7 +14,7 @@
<properties>
<project.Automatic-Module-Name>io.cucumber.testng</project.Automatic-Module-Name>
<hamcrest.version>2.2</hamcrest.version>
- <testng.version>7.7.1</testng.version>
+ <testng.version>7.8.0</testng.version>
18
<apiguardian-api.version>1.1.2</apiguardian-api.version>
19
<mockito.version>5.3.1</mockito.version>
20
</properties>
0 commit comments