build(deps): bump cucumber.version from 7.23.0 to 7.26.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(4 months ago)
(4 months ago)
(4 months ago)
by paul58914080
dependencies java
paul58914080
Bumps cucumber.version from 7.23.0 to 7.26.0.
Updates io.cucumber:cucumber-java8 from 7.23.0 to 7.26.0
Release notes
Sourced from io.cucumber:cucumber-java8's releases.
v7.26.0
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
v7.25.0
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
v7.24.0
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Changelog
Sourced from io.cucumber:cucumber-java8's changelog.
[7.26.0] - 2025-07-14
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
[7.25.0] - 2025-07-10
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
[7.24.0] - 2025-07-07
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Commits
95da1aaPrepare release v7.26.0ec46132[Core] Fix incomplete id for scenarios under rules in json output (#3026)68e9256Addcucumber.junit-platform.discovery.as-root-engine(#3023)9155fea[All] Set version to 7.26.0-SNAPSHOT1ff97c9Recommend the use the cucumber-bom for version management04af886[JUnit Platform Engine] Don't use Java 9+ APIs (#3025)2d3df16Update CHANGELOGc002c03[JUnit Platform Engine] Implement toString on custom DiscoverySelectors2f25f80Prepare for the next development iterationd563344Prepare release v7.25.0- Additional commits viewable in compare view
Updates io.cucumber:cucumber-junit-platform-engine from 7.23.0 to 7.26.0
Release notes
Sourced from io.cucumber:cucumber-junit-platform-engine's releases.
v7.26.0
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
v7.25.0
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
v7.24.0
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Changelog
Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.
[7.26.0] - 2025-07-14
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
[7.25.0] - 2025-07-10
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
[7.24.0] - 2025-07-07
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Commits
95da1aaPrepare release v7.26.0ec46132[Core] Fix incomplete id for scenarios under rules in json output (#3026)68e9256Addcucumber.junit-platform.discovery.as-root-engine(#3023)9155fea[All] Set version to 7.26.0-SNAPSHOT1ff97c9Recommend the use the cucumber-bom for version management04af886[JUnit Platform Engine] Don't use Java 9+ APIs (#3025)2d3df16Update CHANGELOGc002c03[JUnit Platform Engine] Implement toString on custom DiscoverySelectors2f25f80Prepare for the next development iterationd563344Prepare release v7.25.0- Additional commits viewable in compare view
Updates io.cucumber:cucumber-spring from 7.23.0 to 7.26.0
Release notes
Sourced from io.cucumber:cucumber-spring's releases.
v7.26.0
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
v7.25.0
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
v7.24.0
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Changelog
Sourced from io.cucumber:cucumber-spring's changelog.
[7.26.0] - 2025-07-14
Added
- [JUnit Platform Engine] Add
cucumber.junit-platform.discovery.as-root-engineto work around SBT issues (#3023 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Don't use Java 9+ APIs (#3025 M.P. Korstanje)
- [JUnit Platform Engine] Implement toString on custom DiscoverySelectors [Core] Fix incomplete id for scenarios under rules in json output (#3026 M.P. Korstanje)
[7.25.0] - 2025-07-10
Changed
- [Core] Add status icons to pretty formatter ([pretty-formatter/#5](cucumber/pretty-formatter#5))
[7.24.0] - 2025-07-07
Added
- [JUnit Platform Engine] Option to include a parameterized scenario name only if the scenario is parameterized (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Option to order features and scenarios (#2835 M.P. Korstanje)
- [JUnit Platform Engine] Log discovery issues when a classpath resource selector is (e.g.
@SelectClasspathResource) is used to select a directory. (#2835 M.P. Korstanje)Changed
- [JUnit Platform Engine] Use JUnit's
EngineDiscoveryRequestResolverto resolve classpath based resources. (#2835 M.P. Korstanje)- [JUnit Platform Engine] Use JUnit Platform 1.13.3 (JUnit Jupiter 5.13.3)
- [Core] Use a message based Pretty Formatter (#2835 M.P. Korstanje)
- [Core] Update dependency io.cucumber:gherkin to v33.0.0
- [Core] Update dependency io.cucumber:messages to v28.2.0
- [Core] Update dependency io.cucumber:html-formatter to v21.13.0
- [Core] Update dependency io.cucumber:junit-xml-formatter to v0.8.0
- [Core] Update dependency io.cucumber:query to v13.4.0
- [Core] Update dependency io.cucumber:testng-xml-formatter to v0.4.1
Deprecated
- [JUnit] Deprecate
cucumber-junitin favour ofcucumber-junit-platform-engine(#2835 M.P. Korstanje)Fixed
- [JUnit Platform Engine] Log discovery issues for feature files with parse errors. (#2835 M.P. Korstanje)
Commits
95da1aaPrepare release v7.26.0ec46132[Core] Fix incomplete id for scenarios under rules in json output (#3026)68e9256Addcucumber.junit-platform.discovery.as-root-engine(#3023)9155fea[All] Set version to 7.26.0-SNAPSHOT1ff97c9Recommend the use the cucumber-bom for version management04af886[JUnit Platform Engine] Don't use Java 9+ APIs (#3025)2d3df16Update CHANGELOGc002c03[JUnit Platform Engine] Implement toString on custom DiscoverySelectors2f25f80Prepare for the next development iterationd563344Prepare release v7.25.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 3352784 |
| UUID: | 2665932437 |
| Node ID: | PR_kwDODyAiPM6e5uaV |
| Host: | GitHub |
| Repository: | devs-from-matrix/hexagonal-spring-boot-kotlin |
| Merge State: | Unknown |