Backbase / golden-sample-services

This project is a development of a small set of [Backbase Service SDK](https://community.backbase.com/documentation/ServiceSDK/latest/index), Spring Boot and Spring Cloud based Microservices projects that implement microservices design patterns, cloud-native recommendations, and coding best practices.
42 stars 20 forks source link

chore(deps-dev): bump junit5 from 4.4.4 to 4.5.5 #264

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps junit5 from 4.4.4 to 4.5.5.

Release notes

Sourced from junit5's releases.

4.5.5

Support verification tests for sync request/response messages with MessageTestTarget

  • b1e5c4833 - feat(JUnit5): Add example to Junit 5 readme #1681
  • c07f70799 - feat(JUnit5): Support verification tests for sync request/response messages with MessageTestTarget #1681
  • 1721cb046 - feat(DSL): check varargs for NULL values #1679
  • 0a065566f - chore: Upgrade plugin driver to 0.3.2

4.5.4

Bugfix Release

  • be98ba2f8 - fix: verifyMessage must pass through any plugin config to the content matcher

4.5.3

Bugfix Release

  • e2905aeb8 - fix(JUnit5): Initialise any plugins before running the provider verification
  • f4c1862e0 - chore: correct the project dependency versions
  • 83a17c93d - feat: update the general verifier to support verification via plugins

4.5.2

Bugfix Release

  • 8ab6b7ac8 - feat: Update readme with support mixing pact and non-pact test methods with @​PactIgnore annotation #1674
  • 3bb4a08fa - feat: Support mixing pact and non-pact test methods with @​PactIgnore annotation #1674
  • 92018c0f1 - fix: InteractionFilter ByRequestPath was using concrete class and did not work with V4 interactions #1673
  • 67a667024 - feat(JUnit5): Support multiple @​MockServerConfig annotations on a provider test #1675
  • 0da32ec3a - fix merging message pacts - old messages taking precedence (ilya.aliaksandrovich)

4.5.1

Fix Maven plugin

  • bf08170dc - fix: task to generate Maven plugin descriptor was accidentally commented out #1672

4.5.0-beta.1

Maintenance Release

  • bffd26aba - feat: add support for Spring 6 and Springboot 3 #1660
  • a21d7cda5 - fix: alias the BuilderUtils functions on PactBuilder
  • 042c3ffe5 - refactor: Move BuilderUtils to consumer project
  • 461b9e348 - feat: RequestData metadata needs to be a mutable Map
  • 49f4d908e - feat: Support modifying the request metadata in the provider test before being sent to the plugin
  • 21ada1b2e - fix: support metadata mismatches from results from plugins
  • 1bee97d14 - feat: add support for NotEmpty matcher in V4 DSL
  • 4ac9dcd0f - chore: Upgrade plugin driver to 0.3.1
  • e71eb4d39 - feat: Upgrade plugin driver to 0.3.0 (supports message metadata)

4.5.0-beta.0

... (truncated)

Changelog

Sourced from junit5's changelog.

4.5.5 - Support verification tests for sync request/response messages with MessageTestTarget

  • c98834b1b - Merge branch 'v4.4.x' into v4.5.x (Ronald Holshausen, Thu Mar 30 15:10:35 2023 +1100)
  • 906c49237 - Merge branch 'master' into v4.4.x (Ronald Holshausen, Thu Mar 30 14:29:26 2023 +1100)
  • a669ffeda - bump version to 4.4.10 (Ronald Holshausen, Thu Mar 30 14:22:47 2023 +1100)
  • f07ffeb25 - update changelog for release 4.4.9 (Ronald Holshausen, Thu Mar 30 14:11:25 2023 +1100)
  • b1e5c4833 - feat(JUnit5): Add example to Junit 5 readme #1681 (Ronald Holshausen, Thu Mar 30 13:59:13 2023 +1100)
  • c07f70799 - feat(JUnit5): Support verification tests for sync request/response messages with MessageTestTarget #1681 (Ronald Holshausen, Thu Mar 30 13:38:08 2023 +1100)
  • 1721cb046 - feat(DSL): check varargs for NULL values #1679 (Ronald Holshausen, Wed Mar 29 11:45:58 2023 +1100)
  • b77138add - Merge branch 'master' into v4.5.x (Ronald Holshausen, Wed Mar 22 15:20:20 2023 +1100)
  • 0a065566f - chore: Upgrade plugin driver to 0.3.2 (Ronald Holshausen, Wed Mar 22 15:19:23 2023 +1100)
  • f821ef544 - chore: correct changelog (Ronald Holshausen, Tue Mar 21 18:41:55 2023 +1100)
  • 7d8d2b47c - bump version to 4.5.5 (Ronald Holshausen, Tue Mar 21 18:33:19 2023 +1100)
  • f858a1728 - chore: Update versions in readme (Ronald Holshausen, Tue Mar 7 12:39:17 2023 +1100)

4.4.9 - Support verification tests for sync request/response messages with MessageTestTarget

  • b1e5c4833 - feat(JUnit5): Add example to Junit 5 readme #1681 (Ronald Holshausen, Thu Mar 30 13:59:13 2023 +1100)
  • c07f70799 - feat(JUnit5): Support verification tests for sync request/response messages with MessageTestTarget #1681 (Ronald Holshausen, Thu Mar 30 13:38:08 2023 +1100)
  • 1721cb046 - feat(DSL): check varargs for NULL values #1679 (Ronald Holshausen, Wed Mar 29 11:45:58 2023 +1100)
  • 0a065566f - chore: Upgrade plugin driver to 0.3.2 (Ronald Holshausen, Wed Mar 22 15:19:23 2023 +1100)
  • f858a1728 - chore: Update versions in readme (Ronald Holshausen, Tue Mar 7 12:39:17 2023 +1100)
  • 479007606 - chore: correct changelog (Ronald Holshausen, Tue Mar 7 12:03:10 2023 +1100)
  • 7f0c1b28a - bump version to 4.4.9 (Ronald Holshausen, Tue Mar 7 11:57:42 2023 +1100)

4.5.4 - Bugfix Release

  • be98ba2f8 - fix: verifyMessage must pass through any plugin config to the content matcher (Ronald Holshausen, Tue Mar 21 18:05:46 2023 +1100)
  • 6a7b57313 - bump version to 4.5.4 (Ronald Holshausen, Thu Mar 16 17:00:00 2023 +1100)

4.5.3 - Bugfix Release

  • e2905aeb8 - fix(JUnit5): Initialise any plugins before running the provider verification (Ronald Holshausen, Thu Mar 16 16:12:54 2023 +1100)
  • f4c1862e0 - chore: correct the project dependency versions (Ronald Holshausen, Thu Mar 16 12:23:03 2023 +1100)
  • 83a17c93d - feat: update the general verifier to support verification via plugins (Ronald Holshausen, Thu Mar 16 12:10:29 2023 +1100)
  • 9a7d4d090 - bump version to 4.5.3 (Ronald Holshausen, Tue Mar 7 12:32:37 2023 +1100)

4.5.2 - Bugfix Release

  • a7b26907e - Merge branch 'v4.4.x' into v4.5.x (Ronald Holshausen, Tue Mar 7 12:13:34 2023 +1100)
  • eea297b40 - Merge branch 'master' into v4.4.x (Ronald Holshausen, Tue Mar 7 12:03:28 2023 +1100)
  • 479007606 - chore: correct changelog (Ronald Holshausen, Tue Mar 7 12:03:10 2023 +1100)
  • 7f0c1b28a - bump version to 4.4.9 (Ronald Holshausen, Tue Mar 7 11:57:42 2023 +1100)
  • f970f249e - update changelog for release 4.4.8 (Ronald Holshausen, Tue Mar 7 11:47:02 2023 +1100)
  • 8ab6b7ac8 - feat: Update readme with support mixing pact and non-pact test methods with @​PactIgnore annotation #1674 (Ronald Holshausen, Tue Mar 7 10:57:09 2023 +1100)
  • 3bb4a08fa - feat: Support mixing pact and non-pact test methods with @​PactIgnore annotation #1674 (Ronald Holshausen, Tue Mar 7 10:50:34 2023 +1100)
  • 92018c0f1 - fix: InteractionFilter ByRequestPath was using concrete class and did not work with V4 interactions #1673 (Ronald Holshausen, Mon Mar 6 17:13:37 2023 +1100)
  • 67a667024 - feat(JUnit5): Support multiple @​MockServerConfig annotations on a provider test #1675 (Ronald Holshausen, Mon Mar 6 14:44:56 2023 +1100)
  • 711938ba1 - chore: correct changelog (Ronald Holshausen, Fri Mar 3 08:48:16 2023 +1100)
  • 49ba7369d - bump version to 4.5.2 (Ronald Holshausen, Thu Mar 2 15:17:45 2023 +1100)

... (truncated)

Commits


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 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[bot] commented 1 year ago

Superseded by #266.