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 com.tngtech.jgiven:jgiven-junit from 1.2.0 to 1.2.5 in /example #118

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps com.tngtech.jgiven:jgiven-junit from 1.2.0 to 1.2.5.

Release notes

Sourced from com.tngtech.jgiven:jgiven-junit's releases.

Release v1.2.5

Version 1.2.5 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.2.4

Version 1.2.4 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.2.3

Version 1.2.3 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.2.2

Version 1.2.2 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Release v1.2.1

Version 1.2.1 release of JGiven. Source code may be found in Maven Central: https://search.maven.org/search?q=com.tngtech.jgiven

Changelog

Sourced from com.tngtech.jgiven:jgiven-junit's changelog.

v1.2.5

Fixed issues

  • Fixed incompatibility of Gradle plugin with Gradle 8, due to the use of a deprecated method #1200 (thanks to AistisTaraskevicius for reporting)

v1.2.4

Fixed issues

  • Fixed incorrect POM that was published because our manual pom transcription writes a version tag even when none is required. #1013 (thanks to jangalanski for reporting)

v1.2.3

Fixed issues

  • Fixed build error when JGiven is used in conjuntion with openapi. #947 (thanks to manoj-fd for reporting)
  • Improved robustness of the html-apps zip file processing. #929 (TNG/JGiven#929) (thanks to JLLeitschuh)

v1.2.2

Fixed issues

  • Fixed issue where tags listed all of their ancestors as direct parents #868 (thanks to jadhindieh for reporting)

v1.2.1

New features

  • JGiven-JUnit5 now reports its test outcomes back to JUnit5 before the @After methods, not after them. This should make it easier to run extensions like ReportPortal alongside JUnit5.

Fixed issues

  • The @Tag annotation configuration can now be set differently from the JGiven defaults. #806 (thanks to sebphil)
  • JGiven no longer prints errors while scanning annotations that are not tags. #821
  • Fixed issue where parents of tags where not declared in the tag list, making the JGiven app unusable. #868 (thanks to jadhindieh for reporting)
  • JGiven now openly reports incompatability when running TestNG in multi-threading mode. #829
  • JGiven now openly reports incompatability to the JUnit5 per-class lifecyle#829
  • Fixed issue where aggregation of reports would lead to an exception when running in parallel with JUnit5.#829
  • The JGiven maven plugin did not declare itsself as thread-safe, even though it conceptually is. #829 (thanks to Hatzen for pointing it out and fixing it.)

Backward incompatible changes

  • Removed explicit support for PowerMock in JGiven-JUnit4 package, because the powermock project appears to be abandoned.

v1.2

New features

  • JGiven now supports Spock 2 #784 (thanks to jsalinaspolo)

Fixed issues

  • JGiven now records step timings correctly if there are intro or filler words in a step #755

v1.1

New features

  • The lifecycle method annotations @BeforeStage and @AfterStage have an option to make the associated methods be invoked repeatedly if the stage class is invoked multiple times. Note that the duration of a stage is denoted by the change of the stage class, thus multiple invocations (no matter the form) on the same stage class count as one stage.
  • The field annotations @ScenarioState and @ProvidedScenarioState can be set to be guaranteed. This ensures that the stage that is declaring such field must operate on it during execution and after the stage finishes the field is ensured to be initialized.
  • JGiven supports now an optional properties file, jgiven.properties, which can be used to set some settings for the report generation, such as: enabled, directory, text.color.
  • Added an internal module for injecting automated performance analysis for test methods.

Fixed Issues

  • Refurbished the jgiven-scala example project #619 (thanks to seblm)
  • Updated most dependencies in the project
  • Enabled printing of nested stage #366 (thanks to laurinvesely)
  • Fixed SVG thumbnail creation in HTML5 report #706

... (truncated)

Commits
  • dde4d77 Update version to 1.2.5
  • 5035c71 set setup-android back to an older version
  • 31bbeb4 Issue-1200: remove usage of deprecated method
  • 516c228 Update dependency org.seleniumhq.selenium:htmlunit-driver to v4.8.0 (#1175)
  • 5b41c91 Update renovatebot/github-action action to v34.109.1 (#1174)
  • 420a96a Update dependency org.seleniumhq.selenium:selenium-java to v4.8.0 (#1172)
  • a9e58f7 Merge pull request #1171 from TNG/renovate/renovatebot-github-action-34.x
  • 6805e51 Update renovatebot/github-action action to v34.108.5
  • 1362d6b Update dependency org.codehaus.groovy:groovy to v2.5.21 (#1170)
  • 3da9f25 Update renovatebot/github-action action to v34.108.4
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.tngtech.jgiven:jgiven-junit](https://github.com/TNG/jgiven) from 1.2.0 to 1.2.5.
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.2.0...v1.2.5)

---
updated-dependencies:
- dependency-name: com.tngtech.jgiven:jgiven-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

Superseded by #128.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/gradle/example/com.tngtech.jgiven-jgiven-junit-1.2.5 branch September 11, 2023 12:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants