Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cucumber-junit from 6.9.1 to 7.10.1 in /examples #659

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2023

Bumps cucumber-junit from 6.9.1 to 7.10.1.

Release notes

Sourced from cucumber-junit's releases.

v7.10.1

Fixed

  • [Spring] Inject CucumberContextConfiguration constructor dependencies (#2664 M.P. Korstanje)

v7.10.0

Added

  • Enabled reproducible builds (#2641 Hervé Boutemy )
  • [Core] Mark Allure 5 and 6 plugins as incompatible (#2652 M.P. Korstanje)
  • [Spring] Invoke all TestContextManager methods (#2661 M.P. Korstanje)

Changed

  • [TestNG] Update dependency org.testng:testng to v7.7.0

Deprecated

  • [DeltaSpike] Deprecated Deltaspike - does not work on Java 17.

Fixed

v7.9.0

Added

Changed

  • [Core] Update dependency io.cucumber:gherkin to v24.1
  • [Core] Delegate encoding and BOM handling to gherkin (2624 M.P. Korstanje)

Fixed

  • [Core] Don't swallow parse errors on the CLI (2632 M.P. Korstanje)

Security

  • [Core] Update dependency com.fasterxml.jackson to v2.13.4.20221012

v7.8.1

Fixed

  • [Core] Remove Jackson services from META-INF/services (#2621 M.P. Korstanje)
  • [JUnit Platform] Use JUnit Platform 1.9.1 (JUnit Jupiter 5.9.1)

v7.8.0

Added

  • [Core] Support comparison of expected and actual values in IntelliJ IDEA (#2607
  • [Datatable] Support parsing Booleans in Datatables (#2614 G. Jourdan-Weil)

v7.7.0

Added

  • [JUnit Platform] Enable parallel execution of features (#2604 Sambathkumar Sekar)

... (truncated)

Changelog

Sourced from cucumber-junit's changelog.

[7.10.1] - 2022-12-16

Fixed

  • [Spring] Inject CucumberContextConfiguration constructor dependencies (#2664 M.P. Korstanje)

[7.10.0] - 2022-12-11

Added

  • Enabled reproducible builds (#2641 Hervé Boutemy )
  • [Core] Mark Allure 5 and 6 plugins as incompatible (#2652 M.P. Korstanje)
  • [Spring] Invoke all TestContextManager methods (#2661 M.P. Korstanje)

Changed

  • [TestNG] Update dependency org.testng:testng to v7.7.0

Deprecated

  • [DeltaSpike] Deprecated Deltaspike - does not work on Java 17.

Fixed

[7.9.0] - 2022-11-01

Added

Changed

  • [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.
  • [Core] Update dependency io.cucumber:gherkin to v24.1
  • [Core] Delegate encoding and BOM handling to gherkin (#2624 M.P. Korstanje)

Fixed

  • [Core] Don't swallow parse errors on the CLI (#2632 M.P. Korstanje)

Security

  • [Core] Update dependency com.fasterxml.jackson to v2.13.4.20221012

[7.8.1] - 2022-10-03

Fixed

  • [Core] Remove Jackson services from META-INF/services (#2621 M.P. Korstanje)
  • [JUnit Platform] Use JUnit Platform 1.9.1 (JUnit Jupiter 5.9.1)

[7.8.0] - 2022-09-15

Added

  • [Core] Support comparison of expected and actual values in IntelliJ IDEA (#2607 Andrey Vokin)
  • [Core] Omit filtered out pickles from html report ([react-components/#273](cucumber/react-components#273) David J. Goss)
  • [Datatable] Support parsing Booleans in Datatables (#2614 G. Jourdan-Weil)

[7.7.0] - 2022-09-08

Added

  • [JUnit Platform] Enable parallel execution of features (#2604 Sambathkumar Sekar)

... (truncated)

Commits
  • 7cc6243 Prepare release v7.10.1
  • 0f2b83c [Spring] Inject CucumberContextConfiguration constructor dependencies (#2664)
  • fe2d667 Update mockito monorepo to v4.10.0 (#2662)
  • 3b66ab6 [Build] Remove warnings caused by the cucumber-archetype
  • 9fb0755 [Build] Update revapi ignore list
  • 07bf5de Prepare for the next development iteration
  • 2ceada0 Prepare release v7.10.0
  • 5d0ee70 Update CHANGELOG
  • d3b3597 Update dependency org.testng:testng to v7.7.0 (#2657)
  • df2042b [Spring] Invoke all TestContextManager methods (#2661)
  • 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)

Bumps [cucumber-junit](https://github.com/cucumber/cucumber-jvm) from 6.9.1 to 7.10.1.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
- [Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
- [Commits](cucumber/cucumber-jvm@v6.9.1...v7.10.1)

---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-junit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 1, 2023
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
0 participants