Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps au.com.dius.pact.consumer:junit5 from 4.1.41 to 4.4.9.

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.4.9

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.4.8

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.4.7

Maintenance Release

  • 5bc8bc683 - fix: PactVerificationExtension will fail when used with other extensions in a static context #1666
  • 3010a102b - feat: Add support for JSONObject with MessagePactBuilder #1669
  • 2a9ac69db - doc: add example using MessagePactBuilder with string content #1669

4.4.6

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

  • 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.4.5

Bugfix Release

  • 8c965dca6 - fix(regression): Changes for #1641 broke the use of plugin mock servers
  • f4d017152 - feat: support JSON encoded bodies with V4 Pact files
  • 3e63af682 - fix: correct how the bodies are presisted as per the spec #1658
  • 4c74ef9ea - fix: correctly decode Pact files with JSON string contents #1658

4.4.4

Maintenance Release

  • 21b06cf1e - fix: Support IP6 hosts #405
  • a8877b221 - fix: JUnit 4 tests were not running as the junit-vintage-engine was not on the test classpath

... (truncated)

Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

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)
  • 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)

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)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
au.com.dius.pact.consumer:junit5 [>= 4.6.a0, < 4.7]
au.com.dius.pact.consumer:junit5 [>= 4.5.a0, < 4.6]

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) from 4.1.41 to 4.4.9.
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

---
updated-dependencies:
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-version: 4.4.9
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 15:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 22, 2025
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.

1 participant