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 kotestVersion from 4.6.4 to 5.5.5 #78

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps kotestVersion from 4.6.4 to 5.5.5.
Updates io.kotest:kotest-runner-junit5-jvm from 4.6.4 to 5.5.5

Release notes

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

v5.5.5

No release notes provided.

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:

5.5.3

Updated JUnit version from 5.7.2 to 5.8.2

Kotest now requires the runtime version of JUnit to be at least 5.8

Note: If your build somehow manages to put both JUnit 5.7 and 5.8 onto the classpath and they load in the wrong order, you might see problems related to ClassOrderer not being found. Please make sure that only JUnit 5.8+ is loaded

v5.5.2

Gradle test filter fixes, by @​myuwono kotest/kotest#3257 Tag inheritance configuration is now available on AbstractProjectConfig

5.5.1

Fixed an issue where tests where being skipped when filtered out by the full spec name

v5.5.0

No release notes provided.

5.4.2

No release notes provided.

v5.4.1

No release notes provided.

v5.4.0

No release notes provided.

v5.3.0

No release notes provided.

v5.2.3

No release notes provided.

v5.2.2

No release notes provided.

... (truncated)

Commits
  • 35b84cb Update docusaurus monorepo to v2.3.1 (#3377)
  • 2238717 Update plugin com.gradle.enterprise to v3.12.3 (#3378)
  • b4376f5 Update dependency org.mock-server:mockserver-netty to v5.15.0 (#3380)
  • 979dbcf Improved double and float between with tolerance messages (#3376)
  • 4265574 Fix team city output for dynamic parents (#3375)
  • a95078d Added extra chars to seed escape (#3374)
  • 43a2f6d Reduce probability of popping from wrong errorCollector when errorCollectorCo...
  • 7cd568c Docs: fix tables layout in core.md (#3367)
  • 5111174 Print stack trace when failing to write/clear seeds. Should help figuring out...
  • 1bc65e5 Use TestDispatcher inside beforeInvocation callbacks (#3363)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core-jvm from 4.6.4 to 5.5.5

Release notes

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

v5.5.5

No release notes provided.

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:

5.5.3

Updated JUnit version from 5.7.2 to 5.8.2

Kotest now requires the runtime version of JUnit to be at least 5.8

Note: If your build somehow manages to put both JUnit 5.7 and 5.8 onto the classpath and they load in the wrong order, you might see problems related to ClassOrderer not being found. Please make sure that only JUnit 5.8+ is loaded

v5.5.2

Gradle test filter fixes, by @​myuwono kotest/kotest#3257 Tag inheritance configuration is now available on AbstractProjectConfig

5.5.1

Fixed an issue where tests where being skipped when filtered out by the full spec name

v5.5.0

No release notes provided.

5.4.2

No release notes provided.

v5.4.1

No release notes provided.

v5.4.0

No release notes provided.

v5.3.0

No release notes provided.

v5.2.3

No release notes provided.

v5.2.2

No release notes provided.

... (truncated)

Commits
  • 35b84cb Update docusaurus monorepo to v2.3.1 (#3377)
  • 2238717 Update plugin com.gradle.enterprise to v3.12.3 (#3378)
  • b4376f5 Update dependency org.mock-server:mockserver-netty to v5.15.0 (#3380)
  • 979dbcf Improved double and float between with tolerance messages (#3376)
  • 4265574 Fix team city output for dynamic parents (#3375)
  • a95078d Added extra chars to seed escape (#3374)
  • 43a2f6d Reduce probability of popping from wrong errorCollector when errorCollectorCo...
  • 7cd568c Docs: fix tables layout in core.md (#3367)
  • 5111174 Print stack trace when failing to write/clear seeds. Should help figuring out...
  • 1bc65e5 Use TestDispatcher inside beforeInvocation callbacks (#3363)
  • 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 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 `kotestVersion` from 4.6.4 to 5.5.5.

Updates `io.kotest:kotest-runner-junit5-jvm` from 4.6.4 to 5.5.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v4.6.4...v5.5.5)

Updates `io.kotest:kotest-assertions-core-jvm` from 4.6.4 to 5.5.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v4.6.4...v5.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@breucode breucode closed this Mar 15, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/kotestVersion-5.5.5 branch March 15, 2023 19:16
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

1 participant