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.4 #261

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps junit5 from 4.4.4 to 4.5.4.

Release notes

Sourced from junit5's releases.

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

Support for plugin GenerateContentRequest

  • ccaf27ee9 - feat: Add support for plugin GenerateContentRequest
  • 6acc512d1 - chore: Upgrade Kotlin to 1.7.22 and plugin driver to 0.2.0
  • 1b1579ff2 - chore: Upgrade Gradle to 7.6
  • c9a62cc8d - refactor: performance improvements in core/matchers module (Matchers, Matching, CollectionUtils) (Tomasz Linkowski)
  • 21af9f54b - refactor: add missing test case for #1347 (Tomasz Linkowski)
  • 102e67362 - bugfix: fix custom header propagation in list case (Artem Ptushkin)

... (truncated)

Changelog

Sourced from junit5's changelog.

To generate the log, run git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD replacing TAGNAME and HEAD as appropriate.

4.4.8 - Bugfix Release

  • 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)
  • 89d531315 - Merge branch 'IlyaNerd-fix_message_merge' (Ronald Holshausen, Mon Feb 27 11:31:29 2023 +1100)
  • e296deb6e - chore: stupid codenarc (Ronald Holshausen, Mon Feb 27 11:29:52 2023 +1100)
  • 0da32ec3a - fix merging message pacts - old messages taking precedence (ilya.aliaksandrovich, Fri Feb 24 17:32:22 2023 +0100)
  • 97aa67398 - Update README.md (Ronald Holshausen, Fri Feb 24 17:31:24 2023 +1100)
  • 26ea6bc11 - bump version to 4.4.8 (Ronald Holshausen, Fri Feb 24 16:42:04 2023 +1100)

4.4.7 - Maintenance Release

  • 5bc8bc683 - fix: PactVerificationExtension will fail when used with other extensions in a static context #1666 (Ronald Holshausen, Fri Feb 24 12:41:00 2023 +1100)
  • 3010a102b - feat: Add support for JSONObject with MessagePactBuilder #1669 (Ronald Holshausen, Fri Feb 24 11:59:17 2023 +1100)
  • 2a9ac69db - doc: add example using MessagePactBuilder with string content #1669 (Ronald Holshausen, Fri Feb 24 11:31:08 2023 +1100)
  • e297ef757 - chore: update versions in readme (Ronald Holshausen, Wed Feb 15 17:52:32 2023 +1100)
  • 8e125575f - chore: Update JUnit5 readme (Ronald Holshausen, Wed Feb 15 17:02:12 2023 +1100)
  • 0ca80c4b6 - bump version to 4.4.7 (Ronald Holshausen, Wed Feb 15 17:01:23 2023 +1100)

4.4.6 - Maintenance Release: Supports injecting request metadata from plugins into provider tests

  • 461b9e348 - feat: RequestData metadata needs to be a mutable Map (Ronald Holshausen, Wed Feb 15 16:32:48 2023 +1100)
  • 49f4d908e - feat: Support modifying the request metadata in the provider test before being sent to the plugin (Ronald Holshausen, Wed Feb 15 16:29:06 2023 +1100)
  • a43c2ea04 - chore: check for both cases when looking for pact do not track value (Ronald Holshausen, Tue Feb 14 12:42:52 2023 +1100)
  • 21ada1b2e - fix: support metadata mismatches from results from plugins (Ronald Holshausen, Wed Feb 8 13:44:49 2023 +1100)
  • 1bee97d14 - feat: add support for NotEmpty matcher in V4 DSL (Ronald Holshausen, Wed Feb 8 13:41:20 2023 +1100)
  • 4ac9dcd0f - chore: Upgrade plugin driver to 0.3.1 (Ronald Holshausen, Wed Feb 8 13:40:07 2023 +1100)
  • e71eb4d39 - feat: Upgrade plugin driver to 0.3.0 (supports message metadata) (Ronald Holshausen, Mon Feb 6 15:12:13 2023 +1100)
  • 1a7ae6822 - bump version to 4.4.6 (Ronald Holshausen, Fri Feb 3 09:17:00 2023 +1100)

4.4.5 - Bugfix Release

  • 8c965dca6 - fix(regression): Changes for #1641 broke the use of plugin mock servers (Ronald Holshausen, Thu Feb 2 16:17:10 2023 +1100)
  • f4d017152 - feat: support JSON encoded bodies with V4 Pact files (Ronald Holshausen, Tue Jan 31 16:31:55 2023 +1100)
  • 3e63af682 - fix: correct how the bodies are presisted as per the spec #1658 (Ronald Holshausen, Mon Jan 30 14:32:29 2023 +1100)
  • 4c74ef9ea - fix: correctly decode Pact files with JSON string contents #1658 (Ronald Holshausen, Mon Jan 30 14:03:20 2023 +1100)
  • b3b159dbe - Merge pull request #1659 from pact-foundation/pactflow_camelcase (Yousaf Nabi, Fri Jan 27 12:28:12 2023 +0000)
  • e8727f85c - chore: /s/Pactflow/PactFlow (Yousaf Nabi, Thu Jan 26 16:17:30 2023 +0000)
  • 1cf0fa688 - bump version to 4.4.5 (Ronald Holshausen, Thu Jan 19 13:13:11 2023 +1100)
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 #264.