Skip to content

Commit eab2a3a

Browse files
committed
Update dependencies and CHANGELOG
1 parent 335035a commit eab2a3a

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
### Added
1818
- [Core] Add a `UsageJsonFormatter`, use with `--plugin usage-json` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)
1919

20+
### Changed
21+
- [Core] Update dependency io.cucumber:ci-environment to v12.0.0
22+
- [Core] Update dependency io.cucumber:cucumber-json-formatter to v0.3.0
23+
- [Core] Update dependency io.cucumber:gherkin to v36.0.0
24+
- [Core] Update dependency io.cucumber:html-formatter to v22.0.0
25+
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.10.0
26+
- [Core] Update dependency io.cucumber:messages to v30.1.0
27+
- [Core] Update dependency io.cucumber:pretty-formatter to v2.4.0
28+
- [Core] Update dependency io.cucumber:query to v14.6.0
29+
- [Core] Update dependency io.cucumber:tag-expressions to v8.0.0
30+
- [Core] Update dependency io.cucumber:teamcity-formatter to v0.2.0
31+
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.7.0
32+
2033
### Changed
2134
- [Core] Use a message based `TimeLineFormatter` ([#3095](https://github.com/cucumber/cucumber-jvm/pull/3095) M.P. Korstanje)
2235
- [Core] Use a message based `UsageFormatter` ([#3086](https://github.com/cucumber/cucumber-jvm/pull/3086) M.P. Korstanje)

cucumber-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
<name>Cucumber-JVM: Bill of Materials</name>
1414

1515
<properties>
16-
<ci-environment.version>11.0.0</ci-environment.version>
16+
<ci-environment.version>12.0.0</ci-environment.version>
1717
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
18-
<cucumber-json-formatter.version>0.2.1</cucumber-json-formatter.version>
18+
<cucumber-json-formatter.version>0.3.0</cucumber-json-formatter.version>
1919
<gherkin.version>36.0.0</gherkin.version>
2020
<html-formatter.version>22.0.0</html-formatter.version>
21-
<junit-xml-formatter.version>0.9.0</junit-xml-formatter.version>
21+
<junit-xml-formatter.version>0.10.0</junit-xml-formatter.version>
2222
<messages.version>30.1.0</messages.version>
23-
<pretty-formatter.version>2.3.0</pretty-formatter.version>
24-
<query.version>14.5.0</query.version>
23+
<pretty-formatter.version>2.4.0</pretty-formatter.version>
24+
<query.version>14.6.0</query.version>
2525
<tag-expressions.version>8.0.0</tag-expressions.version>
26-
<teamcity-formatter.version>0.1.1</teamcity-formatter.version>
27-
<testng-xml-formatter.version>0.6.0</testng-xml-formatter.version>
26+
<teamcity-formatter.version>0.2.0</teamcity-formatter.version>
27+
<testng-xml-formatter.version>0.7.0</testng-xml-formatter.version>
2828
<usage-formatter.version>0.1.0</usage-formatter.version>
2929
</properties>
3030

0 commit comments

Comments
 (0)