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 jgiven-junit from 1.0.0 to 1.1.0 #139

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2021

Bumps jgiven-junit from 1.0.0 to 1.1.0.

Release notes

Sourced from jgiven-junit's releases.

Release v1.1.0

Version 1.1 release of JGiven.

Changelog

Sourced from jgiven-junit's changelog.

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

Backwards Incompatible Changes

  • JGiven-TestNG now expects you to provide a version of TestNG on the runtime classpath
  • JGiven-Spring does not export its dependency on JGiven-Core anymore, because JGiven-Spring should be used with of the test packages JGiven-JUnit, JGiven-Spock, JGiven-JUnit5, JGiven-TestNG, where that dependency is exported
Commits
  • 365403f Update version to 1.1.0
  • a62b068 Revert version update
  • 4f70c7e Update version and changelog
  • 37f54d6 Update dependency gradle to v7.2
  • 52c4160 Merge pull request #706 from TNG/fix-703
  • 9a94853 Merge pull request #679 from TNG/feature/configuration-file
  • 2cca80c Solve minor comments
  • 7f2bb16 Solve minor comments
  • bbaf5c6 Add log messages if the reports are disabled or dry run enabled
  • b2eaec2 Update dependency net.bytebuddy:byte-buddy to v1.11.12
  • 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 will merge this PR once CI passes on it, as requested by @basil.


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 [jgiven-junit](https://github.com/TNG/jgiven) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from basil August 19, 2021 04:04
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

… paths to dependency are:

+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
    +-org.slf4j:slf4j-api:1.7.26
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
    +-com.tngtech.jgiven:jgiven-core:1.1.0
      +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
    +-com.tngtech.jgiven:jgiven-html5-report:1.1.0
      +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
    +-org.slf4j:jcl-over-slf4j:1.7.26
      +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.222.4
    +-org.slf4j:log4j-over-slf4j:1.7.26
      +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
    +-org.slf4j:slf4j-jdk14:1.7.26
      +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-com.tngtech.jgiven:jgiven-junit:1.1.0
    +-com.tngtech.jgiven:jgiven-html5-report:1.1.0
      +-com.tngtech.jgiven:jgiven-html-app:1.1.0
        +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.jenkins-ci.plugins:throttle-concurrents:2.5-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-war:2.222.4
    +-org.jenkins-ci.modules:sshd:2.6
      +-org.apache.sshd:sshd-core:1.7.0
        +-org.slf4j:slf4j-api:1.7.26 (managed) <-- org.slf4j:slf4j-api:1.7.25
@dependabot dependabot bot merged commit aebfe22 into master Aug 19, 2021
@dependabot dependabot bot deleted the dependabot/maven/com.tngtech.jgiven-jgiven-junit-1.1.0 branch August 19, 2021 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant