Skip to content

Commit

Permalink
fix(deps): update messages and dependants (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Feb 2, 2025
1 parent 25ec788 commit 27ea801
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [Archetype] Replace JUnit Jupiter with AssertJ ([#2969](https://github.com/cucumber/cucumber-jvm/pull/2969) M.P. Korstanje)
- [JUnit Platform Engine] Use JUnit Platform 1.11.3 (JUnit Jupiter 5.11.3)
- [Core] Update dependency io.cucumber:gherkin to v31.0.0
- [Core] Update dependency io.cucumber:messages to v27.1.0
- [Core] Update dependency io.cucumber:messages to v27.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.9.0
- [Core] Update dependency io.cucumber:query to v13.2.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.3.1

### Added
- [Core] Pretty-Print DocStringArgument Step Arguments([#2953](https://github.com/cucumber/cucumber-jvm/pull/2953) Daniel Miladinov)
Expand Down
8 changes: 4 additions & 4 deletions cucumber-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<ci-environment.version>10.0.1</ci-environment.version>
<cucumber-expressions.version>18.0.1</cucumber-expressions.version>
<gherkin.version>31.0.0</gherkin.version>
<html-formatter.version>21.8.0</html-formatter.version>
<html-formatter.version>21.9.0</html-formatter.version>
<junit-xml-formatter.version>0.7.1</junit-xml-formatter.version>
<messages.version>27.1.0</messages.version>
<query.version>13.1.0</query.version>
<messages.version>27.2.0</messages.version>
<query.version>13.2.0</query.version>
<tag-expressions.version>6.1.2</tag-expressions.version>
<testng-xml-formatter.version>0.2.0</testng-xml-formatter.version>
<testng-xml-formatter.version>0.3.1</testng-xml-formatter.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 27ea801

Please sign in to comment.