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 kotest from 5.5.4 to 5.5.5 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps kotest from 5.5.4 to 5.5.5.
Updates io.kotest:kotest-assertions-core from 5.5.4 to 5.5.5

Release notes

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

v5.5.5

  • Support coroutineTestScope globally (#3383)
  • Improved double and float tolerance messages (#3355)
  • Nested Data Driven Tests is not displayed as nested in Intellij #3341
  • Fixed writing seeds when test name contains a colon on windows (#3304)
  • withClue() fails with EmptyStackException if a coroutine switches threads #2447
  • Use TestDispatcher inside beforeInvocation callbacks (#3363)
  • Make checkCoverage checking against provided pairs (#3344)
  • Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 #3364
  • Fix sequence matchers for constrained sequences (#3336)
  • Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent #3347
  • Support { } lambdas as lazy clues (#3348)
  • Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ #2916
  • Removing default location for htmlReporter and using the default value from the constructor (#3306)
  • Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit #3282
  • Check enums using equals method instead of scanning their properties (#3291)
  • Add BlockHound support (#3308)
  • Matchers return this. (#2945)
  • Added shouldMatchResource, shouldNotMatchResource matchers (#2945)
  • Added matchExactly matcher for Maps #3246
  • Fix dumping config when systemProperty set to true (#3275)
  • Returning the original failure when ErrorCollector has only collected a single failure (#3269)
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-json from 5.5.4 to 5.5.5

Release notes

Sourced from io.kotest:kotest-assertions-json's releases.

v5.5.5

  • Support coroutineTestScope globally (#3383)
  • Improved double and float tolerance messages (#3355)
  • Nested Data Driven Tests is not displayed as nested in Intellij #3341
  • Fixed writing seeds when test name contains a colon on windows (#3304)
  • withClue() fails with EmptyStackException if a coroutine switches threads #2447
  • Use TestDispatcher inside beforeInvocation callbacks (#3363)
  • Make checkCoverage checking against provided pairs (#3344)
  • Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 #3364
  • Fix sequence matchers for constrained sequences (#3336)
  • Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent #3347
  • Support { } lambdas as lazy clues (#3348)
  • Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ #2916
  • Removing default location for htmlReporter and using the default value from the constructor (#3306)
  • Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit #3282
  • Check enums using equals method instead of scanning their properties (#3291)
  • Add BlockHound support (#3308)
  • Matchers return this. (#2945)
  • Added shouldMatchResource, shouldNotMatchResource matchers (#2945)
  • Added matchExactly matcher for Maps #3246
  • Fix dumping config when systemProperty set to true (#3275)
  • Returning the original failure when ErrorCollector has only collected a single failure (#3269)
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-common from 5.5.4 to 5.5.5

Release notes

Sourced from io.kotest:kotest-common's releases.

v5.5.5

  • Support coroutineTestScope globally (#3383)
  • Improved double and float tolerance messages (#3355)
  • Nested Data Driven Tests is not displayed as nested in Intellij #3341
  • Fixed writing seeds when test name contains a colon on windows (#3304)
  • withClue() fails with EmptyStackException if a coroutine switches threads #2447
  • Use TestDispatcher inside beforeInvocation callbacks (#3363)
  • Make checkCoverage checking against provided pairs (#3344)
  • Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 #3364
  • Fix sequence matchers for constrained sequences (#3336)
  • Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent #3347
  • Support { } lambdas as lazy clues (#3348)
  • Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ #2916
  • Removing default location for htmlReporter and using the default value from the constructor (#3306)
  • Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit #3282
  • Check enums using equals method instead of scanning their properties (#3291)
  • Add BlockHound support (#3308)
  • Matchers return this. (#2945)
  • Added shouldMatchResource, shouldNotMatchResource matchers (#2945)
  • Added matchExactly matcher for Maps #3246
  • Fix dumping config when systemProperty set to true (#3275)
  • Returning the original failure when ErrorCollector has only collected a single failure (#3269)
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 `kotest` from 5.5.4 to 5.5.5.

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

Updates `io.kotest:kotest-assertions-json` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.4...v5.5.5)

Updates `io.kotest:kotest-common` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.4...v5.5.5)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-assertions-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from bkahlert as a code owner March 13, 2023 16:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2023
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants