Skip to content

chore(deps): bump au.com.dius.pact.provider:junit5spring from 4.6.17 to 4.7.3 - #18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/au.com.dius.pact.provider-junit5spring-4.7.3
Open

chore(deps): bump au.com.dius.pact.provider:junit5spring from 4.6.17 to 4.7.3#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/au.com.dius.pact.provider-junit5spring-4.7.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps au.com.dius.pact.provider:junit5spring from 4.6.17 to 4.7.3.

Release notes

Sourced from au.com.dius.pact.provider:junit5spring's releases.

4.7.3

V2 plugin logging improvements

  • 368cc3e1e - chore: Update io.pact.plugin.driver:core to 1.0.0-beta.5
  • ee21d6fd0 - feat(008): Set test run ID before plugin calls for log correlation (#1924)

4.7.2

Maintenance Release

  • 33a4e60f3 - chore: fix jreleaser config for Maven Central deployment
  • ae628629d - chore: fix release script
  • 05df59967 - chore: fix jrelease
  • 07cadd67c - Fix deprecated GitHub Actions versions in compatibility-suite workflow
  • a796b1c64 - fix: update deprecated GitHub Actions versions in gradle.yml
  • a1ebba007 - chore: Remove 4.1.x from the supported versions
  • 2926d7ff1 - chore: add pact-jvm user agent (JP-Ellis)
  • 34848ae9f - fix: include insecureTLS in options map so PactReader honours it when loading pacts (#1917)
  • a5ea6c627 - chore: update Pact plugin driver to version supporting initial V2 plugins
  • f3aec4517 - chore: buffer JSON reader source
  • 373756a30 - chore: optimize JSON parser object key parsing
  • 3021c0e2a - chore: add JMH benchmarks for JSON parser
  • 31d29cd86 - preformance(v2-engine): Make DocPath expr field lazy so it is not calculated in the constructor
  • 127e22d83 - chore(matchers): Add JMH benchmark harness for the V2 matching engine
  • 69148857f - chore: Fix static code violations
  • 42d6d76cf - feat(v2-engine): Add multipart/form-data support to V2 matching engine
  • e2ef70fe0 - fix(v2-engine): Port 4 V2 engine fixes from pact-reference Rust
  • 5a5a4b33e - chore: Port V2 engine changes from Pact Rust
  • 75b6fcc75 - fix(v2-engine): Fix regression where TypeMatcher at root level was incorrectly applied to text body
  • ca2b86ee7 - fix(v2-engine): Fix remaining 7 XML spec test failures in V2 matching engine
  • e1f2dbcab - fix(v2-engine): Fix spec test failures when running with the V2 matching engine
  • 41bfe8350 - chore: Correct the spec tests to use a header that supports CSV form
  • 92e5daa29 - chore: Update the CI pipeline to also run branches
  • 5f9073cc2 - feat: Implement V2 matching engine for responses
  • c94006517 - chore: cleanup imports #1913
  • 19f75f502 - fix: support HttpRequest in no-pacts dummy template (phil.hardwick)
  • 9d59ad591 - chore(v2-engine): Only split headers where it is known that it is safe to do
  • 0f9d53867 - chore(v2-matching-engine): Implement header:normalize-commas to make it consistent with the Rust V2 engine
  • 2e72e5b83 - chore: Correct Gradle plugin jreleaser.yml

4.7.1

Feature release

  • 0cdd0e3b3 - chore: Corrected all the doctests after update to the readmes
  • a34e72a72 - chore: Add TOC to the consumer and provider readmes
  • f695f6d79 - feat: Update readmes with details on using external references
  • 3cb5eb590 - feat: Display references in the verifier output
  • 170b27669 - feat: Add a method to the DSL interaction builders to capture external references
  • b43d22530 - feat: Add a method V4Interaction to capture external references
  • 130aaa28b - chore: Add tests for V4Interaction and child classes
  • 4ee8ddd5d - chore: fix typo breaking internal build (Kevin Rohan Vaz)

... (truncated)

Changelog

Sourced from au.com.dius.pact.provider:junit5spring's changelog.

4.7.3 - V2 plugin logging improvements

  • 368cc3e1e - chore: Update io.pact.plugin.driver:core to 1.0.0-beta.5 (Ronald Holshausen, Wed Jun 24 13:47:49 2026 +1000)
  • ee21d6fd0 - feat(008): Set test run ID before plugin calls for log correlation (#1924) (Ronald Holshausen, Wed Jun 24 10:56:12 2026 +1000)
  • d1b377d5a - bump version to 4.7.3 (Ronald Holshausen, Fri Jun 19 15:51:45 2026 +1000)

4.7.2 - Maintenance Release

  • 33a4e60f3 - chore: fix jreleaser config for Maven Central deployment (Ronald Holshausen, Fri Jun 19 13:31:02 2026 +1000)
  • ae628629d - chore: fix release script (Ronald Holshausen, Fri Jun 19 12:53:15 2026 +1000)
  • 05df59967 - chore: fix jrelease (Ronald Holshausen, Fri Jun 19 11:57:23 2026 +1000)
  • 07cadd67c - Fix deprecated GitHub Actions versions in compatibility-suite workflow (copilot-swe-agent[bot], Fri Jun 19 00:44:23 2026 +0000)
  • d32ab0b2a - Merge pull request #1920 from pact-foundation/copilot/fix-latest-jdk-failure (Ronald Holshausen, Fri Jun 19 10:35:50 2026 +1000)
  • a796b1c64 - fix: update deprecated GitHub Actions versions in gradle.yml (copilot-swe-agent[bot], Fri Jun 19 00:20:56 2026 +0000)
  • a2bf74ffc - Initial plan (copilot-swe-agent[bot], Fri Jun 19 00:19:24 2026 +0000)
  • a1ebba007 - chore: Remove 4.1.x from the supported versions (Ronald Holshausen, Fri Jun 19 10:08:07 2026 +1000)
  • 2926d7ff1 - chore: add pact-jvm user agent (JP-Ellis, Thu Jun 18 08:53:52 2026 +1000)
  • 34848ae9f - fix: include insecureTLS in options map so PactReader honours it when loading pacts (#1917) (Ronald Holshausen, Fri Jun 12 10:13:44 2026 +1000)
  • a5ea6c627 - chore: update Pact plugin driver to version supporting initial V2 plugins (Ronald Holshausen, Fri May 29 13:33:17 2026 +1000)
  • c7961c712 - Merge pull request #1914 from pact-foundation/v2-engine-perf (Ronald Holshausen, Wed May 20 14:01:55 2026 +1000)
  • f3aec4517 - chore: buffer JSON reader source (Ronald Holshausen, Wed May 20 10:51:22 2026 +1000)
  • 373756a30 - chore: optimize JSON parser object key parsing (Ronald Holshausen, Wed May 20 10:26:55 2026 +1000)
  • 3021c0e2a - chore: add JMH benchmarks for JSON parser (Ronald Holshausen, Wed May 20 10:09:17 2026 +1000)
  • 31d29cd86 - preformance(v2-engine): Make DocPath expr field lazy so it is not calculated in the constructor (Ronald Holshausen, Tue May 19 16:33:45 2026 +1000)
  • 127e22d83 - chore(matchers): Add JMH benchmark harness for the V2 matching engine (Ronald Holshausen, Tue May 19 12:57:01 2026 +1000)
  • 69148857f - chore: Fix static code violations (Ronald Holshausen, Tue May 19 09:17:56 2026 +1000)
  • 42d6d76cf - feat(v2-engine): Add multipart/form-data support to V2 matching engine (Ronald Holshausen, Mon May 18 17:44:59 2026 +1000)
  • e2ef70fe0 - fix(v2-engine): Port 4 V2 engine fixes from pact-reference Rust (Ronald Holshausen, Mon May 18 16:17:16 2026 +1000)
  • 5a5a4b33e - chore: Port V2 engine changes from Pact Rust (Ronald Holshausen, Mon May 18 14:57:53 2026 +1000)
  • 75b6fcc75 - fix(v2-engine): Fix regression where TypeMatcher at root level was incorrectly applied to text body (Ronald Holshausen, Mon May 18 12:56:08 2026 +1000)
  • ca2b86ee7 - fix(v2-engine): Fix remaining 7 XML spec test failures in V2 matching engine (Ronald Holshausen, Mon May 18 12:05:39 2026 +1000)
  • e1f2dbcab - fix(v2-engine): Fix spec test failures when running with the V2 matching engine (Ronald Holshausen, Mon May 18 11:22:18 2026 +1000)
  • 41bfe8350 - chore: Correct the spec tests to use a header that supports CSV form (Ronald Holshausen, Mon May 18 10:00:34 2026 +1000)
  • 92e5daa29 - chore: Update the CI pipeline to also run branches (Ronald Holshausen, Mon May 18 09:26:52 2026 +1000)
  • 5f9073cc2 - feat: Implement V2 matching engine for responses (Ronald Holshausen, Tue Apr 21 15:20:52 2026 +1000)
  • abab9608f - Merge pull request #1913 from PhilHardwick/fix/no-pacts-http-request-resolver (Ronald Holshausen, Mon May 18 09:40:53 2026 +1000)
  • c94006517 - chore: cleanup imports #1913 (Ronald Holshausen, Mon May 18 09:18:12 2026 +1000)
  • 19f75f502 - fix: support HttpRequest in no-pacts dummy template (phil.hardwick, Fri May 15 15:49:59 2026 +0100)
  • 9d59ad591 - chore(v2-engine): Only split headers where it is known that it is safe to do (Ronald Holshausen, Mon May 4 09:34:04 2026 +1000)
  • 0f9d53867 - chore(v2-matching-engine): Implement header:normalize-commas to make it consitent with the Rust V2 engine (Ronald Holshausen, Fri May 1 17:39:52 2026 +1000)
  • 2e72e5b83 - chore: Correct Gradle plugin jreleaser.yml (Ronald Holshausen, Thu Apr 30 11:39:51 2026 +1000)
  • 9b90069e1 - bump version to 4.7.2 (Ronald Holshausen, Thu Apr 30 11:34:58 2026 +1000)

4.7.1 - Feature release

  • d38c2f13e - chore: add todo file to track things to do (Ronald Holshausen, Thu Apr 30 10:51:54 2026 +1000)
  • a489e72bb - Merge pull request #1908 from pact-foundation/kotlin-dsl (Ronald Holshausen, Thu Apr 30 10:49:22 2026 +1000)
  • 0e8d6ecf9 - Merge pull request #1901 from biergit/patch-3 (Ronald Holshausen, Thu Apr 30 10:44:20 2026 +1000)
  • 0cdd0e3b3 - chore: Corrected all the doctests after update to the readmes (Ronald Holshausen, Wed Apr 29 15:32:33 2026 +1000)
  • a34e72a72 - chore: Add TOC to the consumer and provider readmes (Ronald Holshausen, Wed Apr 29 11:49:37 2026 +1000)

... (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 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)

Bumps [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) from 4.6.17 to 4.7.3.
- [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.provider:junit5spring
  dependency-version: 4.7.3
  dependency-type: direct:production
  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 Aug 6, 2026
@dependabot
dependabot Bot requested a review from SuhasDissa as a code owner August 6, 2026 19:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 6, 2026
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.

0 participants