quarkiverse / quarkus-cucumber

Quarkus Cucumber extension
Apache License 2.0
15 stars 15 forks source link

Bump cucumber-java from 7.2.3 to 7.3.0 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps cucumber-java from 7.2.3 to 7.3.0.

Changelog

Sourced from cucumber-java's changelog.

[7.3.0] (2022-04-19)

Added

  • [JUnit Platform] Support cucumber.features property (#2498 M.P. Korstanje)

Changed

  • [Core] Use null-safe messages (#2497 M.P. Korstanje)

    • Update dependency io.cucumber:html-formatter to v19.1
      • Removed work around for 'Uncaught TypeError: e.git is undefined'
    • Update dependency io.cucumber:messages to v18
    • Update dependency io.cucumber:gherkin to v23
    • Moved shaded jackson from messages to core.
  • Update dependency io.cucumber:ci-environment to v9 (#2475 M.P. Korstanje)

  • Update dependency com.google.inject:guice to v5.1.0 (#2473 M.P. Korstanje)

  • Update dependency org.testng:testng to v7.5 (#2457 M.P. Korstanje)

Fixed

  • [OpenEJB] Remove spurious dependencies (#2477 M.P. Korstanje)
    • Removed spurious dependencies:
      • javax.activation:activation
      • org.glassfish.jaxb:jaxb-runtime
  • [TestNG] Remove spurious Optional[] from test name (#2488 M.P. Korstanje)
  • [BOM] Add missing dependencies to bill of materials (#2496 M.P. Korstanje)
  • [Spring] Start and stop test context once per scenario (#2517 M.P. Korstanje)
  • [JUnit Platform] Feature files with space in filename generate Illegal Character (#2521 G. Fernandez)
Commits
  • a62f198 [maven-release-plugin] prepare release v7.3.0
  • 3789774 Update CHANGELOG for v7.3.0
  • 2ce48b8 Update dependency io.cucumber:gherkin to v23.0.1
  • cace210 [Core] Use null safe-messages (#2497)
  • 655eb1f Update xbean.version to v4.21 (#2526)
  • 25f7d56 [JUnit Platform] Support feature files with space in filename (#2521)
  • 367861a Trigger CI on branches created by renovate
  • fd4fed2 Replace #StandWithUkraine banner with badge (#2525)
  • 3cdc89c Update vertx.version to v4.2.7 (#2524)
  • 7692881 Update spring core to v5.3.19 (#2523)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 2 years ago

Superseded by #43.