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

chore(deps): update cucumber to v7.20.1 #509

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

Conversation

bf2robot
Copy link
Contributor

@bf2robot bf2robot commented Mar 24, 2023

This PR contains the following updates:

Package Type Update Change
io.cucumber:cucumber-picocontainer (source) minor 7.11.1 -> 7.20.1
io.cucumber:cucumber-testng (source) test minor 7.11.1 -> 7.20.1
io.cucumber:cucumber-java (source) test minor 7.11.1 -> 7.20.1

Release Notes

cucumber/cucumber-jvm

v7.20.1

Compare Source

Fixed
  • [Core] Lazily start IncrementingUuidGenerator sessions(#​2931 M.P. Korstanje)

v7.20.0

Compare Source

Added
  • [JUnit Platform Engine] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
  • [JUnit] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
  • [TestNG] Enable use of custom UUID generators (#​2926 M.P. Korstanje)
Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.11.2 (JUnit Jupiter 5.11.2)
Fixed
  • [Core] Use custom UUID generators for hooks (#​2926 M.P. Korstanje)

v7.19.0

Compare Source

Changed
  • [JUnit Platform Engine] Use JUnit Platform 1.11.0 (JUnit Jupiter 5.11.0)
Fixed
  • [Spring] Document @CucumberContextConfiguration semantics (#​2887 M.P. Korstanje)
  • [Core] Enhanced stack trace to include step location for better debugging in case of datatable conversion errors (#​2908 Thomas Deblock)
  • [Archetype] Set cucumber.junit-platform.naming-strategy to long when using Surefire.

v7.18.1

Compare Source

Changed
  • [Core] Include parameterized scenario name in JUnit and TestNG XML report
Fixed

v7.18.0

Compare Source

Added
  • [Core] The TeamCityPlugin for IntelliJ IDEA now uses the hook's method name for the name of the hook itself. (#​2798 V.V. Belov)
  • [Core] Allow feature with line syntax to target rules and examples. (#​2884 M.P. Korstanje)

v7.17.0

Compare Source

Added
  • [JUnit Platform Engine] Support for parameters cucumber.junit-platform.naming-strategy.short.example-name and cucumber.junit-platform.naming-strategy.long.example-name (#​2743 V.V. Belov)
Changed
  • [Jakarta CDI] Update dependency jakarta.enterprise:jakarta.enterprise.cdi-api to v4.1.0
  • [TestNG] Update dependency org.testng:testng to v7.10.1
  • [Core] Use a message based TestNG XML Formatter (#​2863 M.P. Korstanje)

v7.16.1

Compare Source

Fixed
  • [Core] Include stack traces in html report (#​2862 M.P. Korstanje)

v7.16.0

Compare Source

Added
  • [Core] Improved support for multiple classloaders in IncrementingUuidGenerator (#​2853 J. Kronegg)
  • [Core] Assume numbers use either a comma or period for the thousands separator instead of non-breaking spaces. (cucumber-expressions/#​290)
  • [JUnit Platform Engine] Improve the cucumber.features warning (#​2856 M.P. Korstanje)
  • [JUnit Platform Engine] Improve Maven and Gradle compatibility (#​2832 M.P. Korstanje)
Changed
  • [TestNG] Update dependency org.testng:testng to v7.9.0
  • [Core] Update dependency io.cucumber:tag-expressions to v6.1.0
  • [Core] Update Messages and dependants (#​2826)
  • [Core] Update dependency io.cucumber:gherkin to v27.0.0
  • [Core] Added Malayalam localization (#​2826)
  • [Core] Added 'ed' to Italian (gherkin/#​31)
  • [Core] Added Danish translation of "Rule" (#​2826)
  • [Core] Added Dutch translation of "Rule" (#​2826)
  • [Core] Added Esperanto translation of "Rule" (#​2826)
  • [JUnit Platform Engine] Use JUnit Platform 1.10.2 (JUnit Jupiter 5.10.2)
  • [Core] Added Vietnamese translation of "Rule" (gherkin/#​204)
  • [Core] Added Irish translation of "Rule" (gherkin/#​216)
Fixed

v7.15.0

Compare Source

Added
  • [Core] Support nested jar file systems (i.e. Spring Boot 3.2) (#​2830 M.P. Korstanje)
Changed
  • [Core] Upgrade vis-timeline to v7.7.3

v7.14.1

Compare Source

Fixed
  • [Guice] Inject static fields prior to before all hooks (#​2803 M.P. Korstanje)

v7.14.0

Compare Source

Changed
  • [Core] Update dependency io.cucumber:html-formatter to v20.4.0
  • [Core] Download attachments that are not video, image or text from the html report (react-components/#​333 David J. Goss)
Fixed
  • [Core] Exclude Multi-Release files from Jackson while shading (#​2786 M.P. Korstanje)

v7.13.0

Compare Source

Changed
  • [TestNG] Update dependency org.testng:testng to v7.8.0
Fixed
  • [Pico] Fixed missing calls to start, stop and dispose handles (#​2772 Julien Kronegg)

v7.12.1

Compare Source

Fixed
  • [Core] Set html report viewport width to device width (html-formatter/#​238 Tim Yao )
  • [Core] Fixed cucumber.publish.enabled=false (#​2747 M.P. Korstanje)
  • [JUnit Platform Engine] Fixed cucumber.publish.enabled=false (#​2747 M.P. Korstanje)
  • [Java] Fixed duplicate step definition for classes with interfaces (#​2757 Julien Kronegg)
  • [Pico] Fixed unsatisfiable dependency with disposables (#​2762 Julien Kronegg)

v7.12.0

Compare Source

Added
  • [JUnit Platform Engine] Add constant for fixed.max-pool-size property (#​2713 M.P. Korstanje)
  • [Core] Support directories containing exclusively rerun files using the @path/to/rerun syntax (#​2710 Daniel Whitney, M.P. Korstanje)
  • [Core] Improved event bus performance using UUID generator selectable through SPI (#​2703 Julien Kronegg)
  • [Core] Added source reference in parameter type messages (#​2719 Julien Kronegg)
  • [Core] Support for JetBrains Space (ci-environment/#​205 Viktor)
Fixed
  • [Pico] Improve performance (#​2724 Julien Kronegg)
  • [JUnit 4] Fix swallowed exception (#​2714 M.P. Korstanje)
  • [Guice] Fix NPE in Guice when configured incorrectly (#​2716 M.P. Korstanje)

v7.11.2

Compare Source

Fixed
  • [JUnit Platform Engine] Corrupted junit-xml report when using surefire.rerunFailingTestsCount parameter (#​2709 M.P. Korstanje)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build SUCCESS - check Jenkins for more info. ✅

@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build SUCCESS - check Jenkins for more info. ✅

@bf2robot bf2robot changed the title Update cucumber to v7.11.2 chore(deps): update cucumber to v7.11.2 Mar 27, 2023
@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build SUCCESS - check Jenkins for more info. ✅

@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.11.2 Update cucumber to v7.11.2 Mar 30, 2023
@bf2robot bf2robot changed the title Update cucumber to v7.11.2 chore(deps): update cucumber to v7.11.2 Apr 18, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.11.2 chore(deps): update cucumber to v7.12.0 May 1, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.12.0 chore(deps): update cucumber to v7.12.1 Jun 2, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.12.1 chore(deps): update cucumber to v7.13.0 Jul 7, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.13.0 chore(deps): update cucumber to v7.14.0 Sep 11, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.14.0 chore(deps): update cucumber to v7.14.1 Nov 27, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.14.1 chore(deps): update cucumber to v7.15.0 Dec 12, 2023
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.15.0 chore(deps): update cucumber to v7.16.0 Mar 22, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.16.0 chore(deps): update cucumber to v7.16.1 Mar 25, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.16.1 chore(deps): update cucumber to v7.17.0 Apr 19, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.17.0 chore(deps): update cucumber to v7.18.0 May 17, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.18.0 chore(deps): update cucumber to v7.18.1 Jul 18, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.18.1 chore(deps): update cucumber to v7.19.0 Sep 19, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.19.0 chore(deps): update cucumber to v7.20.0 Oct 4, 2024
@bf2robot bf2robot changed the title chore(deps): update cucumber to v7.20.0 chore(deps): update cucumber to v7.20.1 Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant