Skip to content

Commit d23c673

Browse files
committed
Update dependency io.cucumber:html-formatter to v20.3.1
1 parent ad2533b commit d23c673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased]
1313
### Fixed
14+
- [Core] Set html report viewport width to device width ([html-formatter/#238](https://github.com/cucumber/html-formatter/pull/238) Tim Yao )
1415
- [Core] Fixed `cucumber.publish.enabled=false` ([#2747](https://github.com/cucumber/cucumber-jvm/pull/2747) M.P. Korstanje)
1516
- [JUnit Platform Engine] Fixed `cucumber.publish.enabled=false` ([#2747](https://github.com/cucumber/cucumber-jvm/pull/2747) M.P. Korstanje)
1617
- [Java] Fixed duplicate step definition for classes with interfaces ([#2757](https://github.com/cucumber/cucumber-jvm/issues/2757) Julien Kronegg)

Diff for: cucumber-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ci-environment.version>9.2.0</ci-environment.version>
1616
<cucumber-expressions.version>16.1.2</cucumber-expressions.version>
1717
<gherkin.version>26.2.0</gherkin.version>
18-
<html-formatter.version>20.3.0</html-formatter.version>
18+
<html-formatter.version>20.3.1</html-formatter.version>
1919
<junit-xml-formatter.version>0.2.0</junit-xml-formatter.version>
2020
<messages.version>22.0.0</messages.version>
2121
<tag-expressions.version>5.0.1</tag-expressions.version>

0 commit comments

Comments
 (0)