Skip to content

Commit afeaa48

Browse files
committed
Fix attachment rendering when using the Cucumber JSON Formatter
Fixes: #3069
1 parent 2b55557 commit afeaa48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ 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+
### [Core] Fix attachment rendering when using the Cucumber JSON Formatter ([cucumber-json-formatter/#12](https://github.com/cucumber/cucumber-json-formatter/pull/12), [#3069](https://github.com/cucumber/cucumber-jvm/pull/3069) M.P. Korstanje)
1314

1415
## [7.28.1] - 2025-09-03
1516
### Fixed

cucumber-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<ci-environment.version>10.0.1</ci-environment.version>
1717
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
18-
<cucumber-json-formatter.version>0.1.2</cucumber-json-formatter.version>
18+
<cucumber-json-formatter.version>0.1.3</cucumber-json-formatter.version>
1919
<gherkin.version>34.0.0</gherkin.version>
2020
<html-formatter.version>21.13.0</html-formatter.version>
2121
<junit-xml-formatter.version>0.8.1</junit-xml-formatter.version>

0 commit comments

Comments
 (0)