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

build(deps): bump kotest.version from 5.5.3 to 5.5.4 #116

Merged
merged 1 commit into from Nov 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps kotest.version from 5.5.3 to 5.5.4.
Updates kotest-runner-junit5-jvm from 5.5.3 to 5.5.4

Release notes

Sourced from kotest-runner-junit5-jvm's releases.

v5.5.4

Fixes issue 3277.

gradle test --tests "A*" --tests "B*"

All tests from A* and B* were skipped instead of being ran.

This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters.

Contributors:

Commits

Updates kotest-assertions-core-jvm from 5.5.3 to 5.5.4

Release notes

Sourced from kotest-assertions-core-jvm's releases.

v5.5.4

Fixes issue 3277.

gradle test --tests "A*" --tests "B*"

All tests from A* and B* were skipped instead of being ran.

This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters.

Contributors:

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2022
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Base: 25.50% // Head: 25.50% // No change to project coverage 👍

Coverage data is based on head (2bbd177) compared to base (9269ce0).
Patch has no changes to coverable lines.

❗ Current head 2bbd177 differs from pull request most recent head b59a2e6. Consider uploading reports for the commit b59a2e6 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #116   +/-   ##
=========================================
  Coverage     25.50%   25.50%           
  Complexity       37       37           
=========================================
  Files            28       28           
  Lines           298      298           
  Branches          3        3           
=========================================
  Hits             76       76           
  Misses          222      222           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps `kotest.version` from 5.5.3 to 5.5.4.

Updates `kotest-runner-junit5-jvm` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.3...v5.5.4)

Updates `kotest-assertions-core-jvm` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/kotest.version-5.5.4 branch from 2bbd177 to b59a2e6 Compare November 7, 2022 22:14
@github-actions github-actions bot merged commit 87d2355 into main Nov 7, 2022
@dependabot dependabot bot deleted the dependabot/maven/kotest.version-5.5.4 branch November 7, 2022 22:17
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.

None yet

0 participants