Skip to content

Bump cucumber.version from 7.33.0 to 7.34.2#282

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/cucumber.version-7.34.2
Closed

Bump cucumber.version from 7.33.0 to 7.34.2#282
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/cucumber.version-7.34.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps cucumber.version from 7.33.0 to 7.34.2.
Updates io.cucumber:cucumber-java from 7.33.0 to 7.34.2

Release notes

Sourced from io.cucumber:cucumber-java's releases.

v7.34.2

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

v7.34.1

Fixed

  • Ensure dependencies converge (#3157

v7.34.0

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Changelog

Sourced from io.cucumber:cucumber-java's changelog.

[7.34.2] - 2026-01-29

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

[7.34.1] - 2026-01-28

Fixed

  • Ensure dependencies converge (#3157

[7.34.0] - 2026-01-28

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Commits

Updates io.cucumber:cucumber-junit-platform-engine from 7.33.0 to 7.34.2

Release notes

Sourced from io.cucumber:cucumber-junit-platform-engine's releases.

v7.34.2

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

v7.34.1

Fixed

  • Ensure dependencies converge (#3157

v7.34.0

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Changelog

Sourced from io.cucumber:cucumber-junit-platform-engine's changelog.

[7.34.2] - 2026-01-29

Fixed

  • [Core] Reverted: Early filtering of anonymous classes for glue (#3158)

[7.34.1] - 2026-01-28

Fixed

  • Ensure dependencies converge (#3157

[7.34.0] - 2026-01-28

Added

  • [Core] Hide successful hooks by default in HTML report (cucumber/react-components#415)
  • [Java] Support Provider instances with Pico Container (#2879, #3128 Stefan Gasterstädt)
  • [Java] Add Step info to @BeforeStep and @AfterStep hooks (#3139, Menelaos Mamouzellos)

Changed

  • [Core] Refactor internals to use messages-ndjson for serialization (#3138)
  • [Core] Early filtering of anonymous classes for glue (#3150, Julien Kronegg)

Fixed

  • [Core] Ignore all potential class loading issues (#3135, Christoph Läubrich)
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `cucumber.version` from 7.33.0 to 7.34.2.

Updates `io.cucumber:cucumber-java` from 7.33.0 to 7.34.2
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.33.0...v7.34.2)

Updates `io.cucumber:cucumber-junit-platform-engine` from 7.33.0 to 7.34.2
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v7.33.0...v7.34.2)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
  dependency-version: 7.34.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.cucumber:cucumber-junit-platform-engine
  dependency-version: 7.34.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2026
@javiertuya
Copy link
Owner

This has been included in the combined pull request Combined dependency updates (2026-02-02)

@javiertuya javiertuya closed this Feb 2, 2026
@javiertuya javiertuya deleted the dependabot/maven/cucumber.version-7.34.2 branch February 2, 2026 07:32
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

javiertuya added a commit that referenced this pull request Feb 2, 2026
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0](#283)
- [Bump cucumber.version from 7.33.0 to 7.34.2](#282)
- [Bump junit.version from 6.0.1 to 6.0.2](#281)
- [Bump mikepenz/action-junit-report from 6.1.0 to 6.2.0](#280)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant