Skip to content

Commit 8112f7f

Browse files
authored
Update dependency io.cucumber:html-formatter to v21.4.1 (#2907)
1 parent 6654102 commit 8112f7f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ 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+
### Fixed
14+
- [Archetype] Use `import static` for Assertions in archetype ([#2899](https://github.com/cucumber/cucumber-jvm/issues/2798) Patrick Altaie)
15+
- [Core] Escape json when writing html report ([#312](https://github.com/cucumber/html-formatter/pull/312] M.P. Korstanje)
16+
1317
### Changed
1418
- [Core] Include parameterized scenario name in JUnit and TestNG XML report
15-
- [Archetype] Use `import static` for Assertions in archetype ([#2899](https://github.com/cucumber/cucumber-jvm/issues/2798) Patrick Altaie)
1619

1720
## [7.18.0] - 2024-05-17
1821
### Added

cucumber-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ci-environment.version>10.0.1</ci-environment.version>
1717
<cucumber-expressions.version>17.1.0</cucumber-expressions.version>
1818
<gherkin.version>28.0.0</gherkin.version>
19-
<html-formatter.version>21.3.1</html-formatter.version>
19+
<html-formatter.version>21.4.1</html-formatter.version>
2020
<junit-xml-formatter.version>0.5.0</junit-xml-formatter.version>
2121
<messages.version>24.1.0</messages.version>
2222
<query.version>12.2.0</query.version>

0 commit comments

Comments
 (0)