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): bump jgiven.version from 1.3.1 to 2.0.0 #1075

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps jgiven.version from 1.3.1 to 2.0.0.
Updates com.tngtech.jgiven:jgiven-junit5 from 1.3.1 to 2.0.0

Release notes

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

Release v2.0.0

Version 2.0.0 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-junit5's changelog.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • ba8f11f Update version to 2.0.0
  • 8b62021 fix(Releases): ' are apparently not allowed anymore in gradle properties
  • dacb560 Merge pull request #1798 from TNG/fix/gradle-deprecation
  • 491a294 Merge pull request #1068 from TNG/renovate/major-spring-core
  • 06d0ad3 fix(Code beauty): more POSIX confroming file endings
  • ffbd778 Merge pull request #1797 from TNG/fix/gradle-validation-deprecation
  • e475c7c fix(Gradle): Replace deprectated exec statement for jgiven-core
  • d88d026 Merge pull request #1645 from TNG/fix/Issue-1625-thorough-assumption-handling
  • 855e992 fix(Workflows): Replace deprecated wrapper validation
  • de91135 fix(deps): update dependency com.android.tools.build:gradle to v8.7.3 (#1796)
  • Additional commits viewable in compare view

Updates com.tngtech.jgiven:jgiven-spring from 1.3.1 to 2.0.0

Release notes

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

Release v2.0.0

Version 2.0.0 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-spring's changelog.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • ba8f11f Update version to 2.0.0
  • 8b62021 fix(Releases): ' are apparently not allowed anymore in gradle properties
  • dacb560 Merge pull request #1798 from TNG/fix/gradle-deprecation
  • 491a294 Merge pull request #1068 from TNG/renovate/major-spring-core
  • 06d0ad3 fix(Code beauty): more POSIX confroming file endings
  • ffbd778 Merge pull request #1797 from TNG/fix/gradle-validation-deprecation
  • e475c7c fix(Gradle): Replace deprectated exec statement for jgiven-core
  • d88d026 Merge pull request #1645 from TNG/fix/Issue-1625-thorough-assumption-handling
  • 855e992 fix(Workflows): Replace deprecated wrapper validation
  • de91135 fix(deps): update dependency com.android.tools.build:gradle to v8.7.3 (#1796)
  • Additional commits viewable in compare view

Updates com.tngtech.jgiven:jgiven-spring-junit5 from 1.3.1 to 2.0.0

Release notes

Sourced from com.tngtech.jgiven:jgiven-spring-junit5's releases.

Release v2.0.0

Version 2.0.0 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-spring-junit5's changelog.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • ba8f11f Update version to 2.0.0
  • 8b62021 fix(Releases): ' are apparently not allowed anymore in gradle properties
  • dacb560 Merge pull request #1798 from TNG/fix/gradle-deprecation
  • 491a294 Merge pull request #1068 from TNG/renovate/major-spring-core
  • 06d0ad3 fix(Code beauty): more POSIX confroming file endings
  • ffbd778 Merge pull request #1797 from TNG/fix/gradle-validation-deprecation
  • e475c7c fix(Gradle): Replace deprectated exec statement for jgiven-core
  • d88d026 Merge pull request #1645 from TNG/fix/Issue-1625-thorough-assumption-handling
  • 855e992 fix(Workflows): Replace deprecated wrapper validation
  • de91135 fix(deps): update dependency com.android.tools.build:gradle to v8.7.3 (#1796)
  • Additional commits viewable in compare view

Updates com.tngtech.jgiven:jgiven-html5-report from 1.3.1 to 2.0.0

Release notes

Sourced from com.tngtech.jgiven:jgiven-html5-report's releases.

Release v2.0.0

Version 2.0.0 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-html5-report's changelog.

Release v2.0.0

Backward incompatible changes

  • Gradle-Plugin: The jgiven report task now forces execution of test tasks. That is, when the task jgivenTestReport is explicitly requested, for instance via the command line, the test tasks it depends on are also executed. For implementations where the jgiven task is set to finalize a test task (i.e test.finalizedBy(jgiven), the behavior is unchanged.
  • JGiven now requires Java 17

New features

  • JGiven now treats assumption errors as a test state separate from FAILED or PENDING. #1625

Fixed issues:

  • The Gradle-Plugin is now configuration-cache compliant #1527 (big thanks to @​jjohannes for basically doing all the work)
  • Various dependency updates.
  • JGiven is now compatible to Gradle 9 (at least as per release date)
  • JGiven is now guaranteed to be compatible with Java 21
Commits
  • ba8f11f Update version to 2.0.0
  • 8b62021 fix(Releases): ' are apparently not allowed anymore in gradle properties
  • dacb560 Merge pull request #1798 from TNG/fix/gradle-deprecation
  • 491a294 Merge pull request #1068 from TNG/renovate/major-spring-core
  • 06d0ad3 fix(Code beauty): more POSIX confroming file endings
  • ffbd778 Merge pull request #1797 from TNG/fix/gradle-validation-deprecation
  • e475c7c fix(Gradle): Replace deprectated exec statement for jgiven-core
  • d88d026 Merge pull request #1645 from TNG/fix/Issue-1625-thorough-assumption-handling
  • 855e992 fix(Workflows): Replace deprecated wrapper validation
  • de91135 fix(deps): update dependency com.android.tools.build:gradle to v8.7.3 (#1796)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.version` from 1.3.1 to 2.0.0.

Updates `com.tngtech.jgiven:jgiven-junit5` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.0)

Updates `com.tngtech.jgiven:jgiven-spring` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.0)

Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.0)

Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.3.1 to 2.0.0
- [Release notes](https://github.com/TNG/jgiven/releases)
- [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md)
- [Commits](TNG/JGiven@v1.3.1...v2.0.0)

---
updated-dependencies:
- dependency-name: com.tngtech.jgiven:jgiven-junit5
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.tngtech.jgiven:jgiven-spring
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.tngtech.jgiven:jgiven-spring-junit5
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.tngtech.jgiven:jgiven-html5-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Type: dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #1078.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/maven/jgiven.version-2.0.0 branch December 13, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants