Skip to content

Commit 27ea801

Browse files
committed
fix(deps): update messages and dependants (major)
1 parent 25ec788 commit 27ea801

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- [Archetype] Replace JUnit Jupiter with AssertJ ([#2969](https://github.com/cucumber/cucumber-jvm/pull/2969) M.P. Korstanje)
2020
- [JUnit Platform Engine] Use JUnit Platform 1.11.3 (JUnit Jupiter 5.11.3)
2121
- [Core] Update dependency io.cucumber:gherkin to v31.0.0
22-
- [Core] Update dependency io.cucumber:messages to v27.1.0
22+
- [Core] Update dependency io.cucumber:messages to v27.2.0
23+
- [Core] Update dependency io.cucumber:html-formatter to v21.9.0
24+
- [Core] Update dependency io.cucumber:query to v13.2.0
25+
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.3.1
2326

2427
### Added
2528
- [Core] Pretty-Print DocStringArgument Step Arguments([#2953](https://github.com/cucumber/cucumber-jvm/pull/2953) Daniel Miladinov)

cucumber-bom/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<ci-environment.version>10.0.1</ci-environment.version>
1717
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
1818
<gherkin.version>31.0.0</gherkin.version>
19-
<html-formatter.version>21.8.0</html-formatter.version>
19+
<html-formatter.version>21.9.0</html-formatter.version>
2020
<junit-xml-formatter.version>0.7.1</junit-xml-formatter.version>
21-
<messages.version>27.1.0</messages.version>
22-
<query.version>13.1.0</query.version>
21+
<messages.version>27.2.0</messages.version>
22+
<query.version>13.2.0</query.version>
2323
<tag-expressions.version>6.1.2</tag-expressions.version>
24-
<testng-xml-formatter.version>0.2.0</testng-xml-formatter.version>
24+
<testng-xml-formatter.version>0.3.1</testng-xml-formatter.version>
2525
</properties>
2626

2727
<dependencyManagement>

0 commit comments

Comments
 (0)