Skip to content

Commit f310099

Browse files
Update dependency org.testng:testng to v7.8.0 (#2760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: M.P. Korstanje <[email protected]>
1 parent ac72d6a commit f310099

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1111

1212
## [Unreleased]
13+
### Changed
14+
- [TestNG] Update dependency org.testng:testng to v7.8.0
1315

1416
## [7.12.1] - 2023-06-02
1517
### Fixed

cucumber-testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<project.Automatic-Module-Name>io.cucumber.testng</project.Automatic-Module-Name>
1616
<hamcrest.version>2.2</hamcrest.version>
17-
<testng.version>7.7.1</testng.version>
17+
<testng.version>7.8.0</testng.version>
1818
<apiguardian-api.version>1.1.2</apiguardian-api.version>
1919
<mockito.version>5.3.1</mockito.version>
2020
</properties>

0 commit comments

Comments
 (0)