Skip to content

Bump pact.version from 4.6.20 to 4.7.0#1873

Merged
SandorArpa merged 1 commit into
mainfrom
dependabot/maven/pact.version-4.7.0
Apr 27, 2026
Merged

Bump pact.version from 4.6.20 to 4.7.0#1873
SandorArpa merged 1 commit into
mainfrom
dependabot/maven/pact.version-4.7.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps pact.version from 4.6.20 to 4.7.0.
Updates au.com.dius.pact.consumer:junit from 4.6.20 to 4.7.0

Release notes

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

4.7.0 Release

  • 00a50289f - chore: remove beta flag from 4.7.x version
  • 95af91301 - chore: Update supported JDK versions table
  • 1a684e1a3 - chore: Correct the doctests for line endings on Windows
  • 468b9a38c - chore: Add doctests for consumer and consumer/junit5
  • 12e3c37be - chore: Add Gradle task to generate tests off readme code blocks
  • 119efb3e0 - feat: Check for @Ignore on the Pact method in the post spec check stage
  • 629350842 - chore: Update main readme
  • 06deeb5ab - feat: Check for the mock server field and raise an exception if it is missing
  • d39f691d8 - feat: rename annotation so it does not have the same name as the JUnit one
  • 977572cf6 - feat: Add a consumer spock module

4.7.0-beta.6

Maintenance Release

  • 698c1b2a1 - chore: Update readme after upgrading Kotlin to 2.3.10
  • 0a983466e - chore: Upgrade Kotlin to 2.3.10
  • e9f112aac - feat: add support for custom headers with the PactBroker annotation #1835
  • f0283de99 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output
  • bdb9db101 - chore(consumer): Add test for MockServerLog
  • 7cf4acc16 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output
  • 451d7f0e6 - fix: Replace Generex with a custom random string generator #1848
  • 5caa7c5e9 - feat: Add a JUnit 5 filter by interation type #1894

4.7.0-beta.5

Bugfix Release

  • fff39e5f7 - fix: HttpHeaders.containsKey() which was removed in Spring Framework 7, causing NoSuchMethodError at runtime #1902
  • f27d9aaff - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892
  • 161c08324 - Revert "fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892"

4.7.0-beta.4

Support Gradle 9+/JVM, removed deprecated methods, other small feature enhancements

  • 6db476b05 - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892
  • 5bfd06d35 - feat: Add a JUnit 5 filter by interation type #1894
  • b7f76e2f1 - chore: Fix test after upgrade to Apache Tika
  • 698a93b50 - chore: switch from org.apache.commons:commons-io to commons-io:commons-io #1878
  • bb1b8576d - fix: Support message tests where the annotated method is on a parent class #1890
  • 798d7096f - fix: fix ClassCastException for multipart requests in Spring7MockMvcTestTarget (Stefan Kranich)
  • 9d97753dd - feat: Add support for using BodyBuilder implementations with MessageContentsBuilder
  • da16f8101 - chore: Update use of deprecated DateFormatUtils ISO_8601 constants
  • 859051b6d - chore: remove deprecated displayFailures method
  • 02c639b9c - core: Remove the deprecated pactFileAuthentication property
  • 0b30ac2c3 - core: Remove the deprecated pactFileAuthentication property
  • 1530ce46f - chore: Upgrade Kotlin to 2.3.0
  • 31054d700 - chore: Remove deprected cookie() and contentType() functions and PactFolder annotation
  • b9f2b2bef - chore: Remove deprected DSL.matcherKey method

... (truncated)

Changelog

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

4.7.0 - 4.7.0 Release

  • 00a50289f - chore: remove beta flag from 4.7.x version (Ronald Holshausen, Tue Apr 21 10:25:35 2026 +1000)
  • 95af91301 - chore: Update supported JDK versions table (Ronald Holshausen, Tue Apr 21 10:17:06 2026 +1000)
  • 1a684e1a3 - chore: Correct the doctests for line endings on Windows (Ronald Holshausen, Mon Apr 20 16:58:34 2026 +1000)
  • 468b9a38c - chore: Add doctests for consumer and consumer/junit5 (Ronald Holshausen, Mon Apr 20 16:20:13 2026 +1000)
  • 12e3c37be - chore: Add Gradle task to generate tests off readme code blocks (Ronald Holshausen, Mon Apr 20 14:44:48 2026 +1000)
  • 119efb3e0 - feat: Check for @Ignore on the Pact method in the post spec check stage (Ronald Holshausen, Mon Apr 20 13:37:11 2026 +1000)
  • 629350842 - chore: Update main readme (Ronald Holshausen, Mon Apr 20 13:24:19 2026 +1000)
  • 06deeb5ab - feat: Check for the mock server field and raise an exception if it is missing (Ronald Holshausen, Mon Apr 20 13:23:03 2026 +1000)
  • d39f691d8 - feat: rename annotation so it does not have the same name as the JUnit one (Ronald Holshausen, Mon Apr 20 13:08:25 2026 +1000)
  • 977572cf6 - feat: Add a consumer spock module (Ronald Holshausen, Mon Apr 20 13:00:58 2026 +1000)
  • a1b2abf32 - bump version to 4.7.0-beta.7 (Ronald Holshausen, Fri Apr 17 11:42:01 2026 +1000)

4.7.0-beta.6 - Maintenance Release

  • 698c1b2a1 - chore: Update readme after upgrading Kotlin to 2.3.10 (Ronald Holshausen, Fri Apr 17 10:56:41 2026 +1000)
  • 0a983466e - chore: Upgrade Kotlin to 2.3.10 (Ronald Holshausen, Fri Apr 17 10:56:01 2026 +1000)
  • e9f112aac - feat: add support for custom headers with the PactBroker annotation #1835 (Ronald Holshausen, Fri Apr 17 10:38:54 2026 +1000)
  • f0283de99 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output (Ronald Holshausen, Fri Apr 17 09:32:07 2026 +1000)
  • bdb9db101 - chore(consumer): Add test for MockServerLog (Ronald Holshausen, Thu Apr 16 17:22:04 2026 +1000)
  • 64b5af54c - Merge branch 'master' into v4.7.x (Ronald Holshausen, Thu Apr 16 17:15:19 2026 +1000)
  • 7cf4acc16 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output (Ronald Holshausen, Thu Apr 16 16:51:38 2026 +1000)
  • 451d7f0e6 - fix: Replace Generex with a custom random string generator #1848 (Ronald Holshausen, Thu Apr 16 15:58:56 2026 +1000)
  • d5bb09476 - bump version to 4.7.0-beta.6 (Ronald Holshausen, Thu Apr 16 14:28:00 2026 +1000)
  • c2ffe0c55 - Merge pull request #1904 from kevinrvaz/docs/update_docs_for_docusaurus_update (Ronald Holshausen, Thu Apr 16 09:34:27 2026 +1000)
  • 6d4c19934 - docs: update docs for docusaurus upgrade (Kevin Rohan Vaz, Fri Mar 27 13:37:50 2026 +0530)
  • 50fc16748 - bump version to 4.6.21 (Ronald Holshausen, Wed Feb 18 09:48:20 2026 +1100)
  • 57acbd63b - update changelog for release 4.6.20 (Ronald Holshausen, Wed Feb 18 09:24:06 2026 +1100)
  • 8253d47d5 - chore: correct typeo in readme (Ronald Holshausen, Tue Feb 17 16:38:31 2026 +1100)
  • 5caa7c5e9 - feat: Add a JUnit 5 filter by interation type #1894 (Ronald Holshausen, Tue Feb 17 16:21:52 2026 +1100)

4.7.0-beta.5 - Bugfix Release

  • fff39e5f7 - fix: HttpHeaders.containsKey() which was removed in Spring Framework 7, causing NoSuchMethodError at runtime #1902 (Ronald Holshausen, Thu Apr 16 13:38:01 2026 +1000)
  • f27d9aaff - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892 (Ronald Holshausen, Thu Feb 19 09:49:18 2026 +1100)
  • 161c08324 - Revert "fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892" (Ronald Holshausen, Thu Feb 19 09:19:01 2026 +1100)
  • 699d755c0 - bump version to 4.7.0-beta.5 (Ronald Holshausen, Wed Feb 18 11:12:50 2026 +1100)

4.7.0-beta.4 - Support Gradle 9+/JVM, removed deprecated methods, other small feature enhancements

  • 6db476b05 - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892 (Ronald Holshausen, Wed Feb 18 09:57:01 2026 +1100)
  • 5bfd06d35 - feat: Add a JUnit 5 filter by interation type #1894 (Ronald Holshausen, Tue Feb 17 16:21:52 2026 +1100)
  • b7f76e2f1 - chore: Fix test after upgrade to Apache Tika (Ronald Holshausen, Tue Feb 17 12:44:33 2026 +1100)
  • 99f5bf303 - Merge branch 'master' into v4.7.x (Ronald Holshausen, Tue Feb 17 11:48:49 2026 +1100)
  • d25424fec - Merge pull request #1896 from kranich/v4.7.x (Ronald Holshausen, Tue Feb 17 11:25:34 2026 +1100)
  • 698a93b50 - chore: switch from org.apache.commons:commons-io to commons-io:commons-io #1878 (Ronald Holshausen, Tue Feb 17 11:07:17 2026 +1100)
  • 1ef1363c6 - chore: fix for failing CI build (Ronald Holshausen, Tue Feb 17 10:37:54 2026 +1100)
  • bb1b8576d - fix: Support message tests where the annotated method is on a parent class #1890 (Ronald Holshausen, Tue Feb 17 10:08:12 2026 +1100)
  • 798d7096f - fix: fix ClassCastException for multipart requests in Spring7MockMvcTestTarget (Stefan Kranich, Fri Feb 13 10:34:47 2026 +0100)

... (truncated)

Commits

Updates au.com.dius.pact.provider:maven from 4.6.20 to 4.7.0

Release notes

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

4.7.0 Release

  • 00a50289f - chore: remove beta flag from 4.7.x version
  • 95af91301 - chore: Update supported JDK versions table
  • 1a684e1a3 - chore: Correct the doctests for line endings on Windows
  • 468b9a38c - chore: Add doctests for consumer and consumer/junit5
  • 12e3c37be - chore: Add Gradle task to generate tests off readme code blocks
  • 119efb3e0 - feat: Check for @Ignore on the Pact method in the post spec check stage
  • 629350842 - chore: Update main readme
  • 06deeb5ab - feat: Check for the mock server field and raise an exception if it is missing
  • d39f691d8 - feat: rename annotation so it does not have the same name as the JUnit one
  • 977572cf6 - feat: Add a consumer spock module

4.7.0-beta.6

Maintenance Release

  • 698c1b2a1 - chore: Update readme after upgrading Kotlin to 2.3.10
  • 0a983466e - chore: Upgrade Kotlin to 2.3.10
  • e9f112aac - feat: add support for custom headers with the PactBroker annotation #1835
  • f0283de99 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output
  • bdb9db101 - chore(consumer): Add test for MockServerLog
  • 7cf4acc16 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output
  • 451d7f0e6 - fix: Replace Generex with a custom random string generator #1848
  • 5caa7c5e9 - feat: Add a JUnit 5 filter by interation type #1894

4.7.0-beta.5

Bugfix Release

  • fff39e5f7 - fix: HttpHeaders.containsKey() which was removed in Spring Framework 7, causing NoSuchMethodError at runtime #1902
  • f27d9aaff - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892
  • 161c08324 - Revert "fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892"

4.7.0-beta.4

Support Gradle 9+/JVM, removed deprecated methods, other small feature enhancements

  • 6db476b05 - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892
  • 5bfd06d35 - feat: Add a JUnit 5 filter by interation type #1894
  • b7f76e2f1 - chore: Fix test after upgrade to Apache Tika
  • 698a93b50 - chore: switch from org.apache.commons:commons-io to commons-io:commons-io #1878
  • bb1b8576d - fix: Support message tests where the annotated method is on a parent class #1890
  • 798d7096f - fix: fix ClassCastException for multipart requests in Spring7MockMvcTestTarget (Stefan Kranich)
  • 9d97753dd - feat: Add support for using BodyBuilder implementations with MessageContentsBuilder
  • da16f8101 - chore: Update use of deprecated DateFormatUtils ISO_8601 constants
  • 859051b6d - chore: remove deprecated displayFailures method
  • 02c639b9c - core: Remove the deprecated pactFileAuthentication property
  • 0b30ac2c3 - core: Remove the deprecated pactFileAuthentication property
  • 1530ce46f - chore: Upgrade Kotlin to 2.3.0
  • 31054d700 - chore: Remove deprected cookie() and contentType() functions and PactFolder annotation
  • b9f2b2bef - chore: Remove deprected DSL.matcherKey method

... (truncated)

Changelog

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

4.7.0 - 4.7.0 Release

  • 00a50289f - chore: remove beta flag from 4.7.x version (Ronald Holshausen, Tue Apr 21 10:25:35 2026 +1000)
  • 95af91301 - chore: Update supported JDK versions table (Ronald Holshausen, Tue Apr 21 10:17:06 2026 +1000)
  • 1a684e1a3 - chore: Correct the doctests for line endings on Windows (Ronald Holshausen, Mon Apr 20 16:58:34 2026 +1000)
  • 468b9a38c - chore: Add doctests for consumer and consumer/junit5 (Ronald Holshausen, Mon Apr 20 16:20:13 2026 +1000)
  • 12e3c37be - chore: Add Gradle task to generate tests off readme code blocks (Ronald Holshausen, Mon Apr 20 14:44:48 2026 +1000)
  • 119efb3e0 - feat: Check for @Ignore on the Pact method in the post spec check stage (Ronald Holshausen, Mon Apr 20 13:37:11 2026 +1000)
  • 629350842 - chore: Update main readme (Ronald Holshausen, Mon Apr 20 13:24:19 2026 +1000)
  • 06deeb5ab - feat: Check for the mock server field and raise an exception if it is missing (Ronald Holshausen, Mon Apr 20 13:23:03 2026 +1000)
  • d39f691d8 - feat: rename annotation so it does not have the same name as the JUnit one (Ronald Holshausen, Mon Apr 20 13:08:25 2026 +1000)
  • 977572cf6 - feat: Add a consumer spock module (Ronald Holshausen, Mon Apr 20 13:00:58 2026 +1000)
  • a1b2abf32 - bump version to 4.7.0-beta.7 (Ronald Holshausen, Fri Apr 17 11:42:01 2026 +1000)

4.7.0-beta.6 - Maintenance Release

  • 698c1b2a1 - chore: Update readme after upgrading Kotlin to 2.3.10 (Ronald Holshausen, Fri Apr 17 10:56:41 2026 +1000)
  • 0a983466e - chore: Upgrade Kotlin to 2.3.10 (Ronald Holshausen, Fri Apr 17 10:56:01 2026 +1000)
  • e9f112aac - feat: add support for custom headers with the PactBroker annotation #1835 (Ronald Holshausen, Fri Apr 17 10:38:54 2026 +1000)
  • f0283de99 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output (Ronald Holshausen, Fri Apr 17 09:32:07 2026 +1000)
  • bdb9db101 - chore(consumer): Add test for MockServerLog (Ronald Holshausen, Thu Apr 16 17:22:04 2026 +1000)
  • 64b5af54c - Merge branch 'master' into v4.7.x (Ronald Holshausen, Thu Apr 16 17:15:19 2026 +1000)
  • 7cf4acc16 - feat(consumer): Make the mock server log entries for requests and responses clearer in the log output (Ronald Holshausen, Thu Apr 16 16:51:38 2026 +1000)
  • 451d7f0e6 - fix: Replace Generex with a custom random string generator #1848 (Ronald Holshausen, Thu Apr 16 15:58:56 2026 +1000)
  • d5bb09476 - bump version to 4.7.0-beta.6 (Ronald Holshausen, Thu Apr 16 14:28:00 2026 +1000)
  • c2ffe0c55 - Merge pull request #1904 from kevinrvaz/docs/update_docs_for_docusaurus_update (Ronald Holshausen, Thu Apr 16 09:34:27 2026 +1000)
  • 6d4c19934 - docs: update docs for docusaurus upgrade (Kevin Rohan Vaz, Fri Mar 27 13:37:50 2026 +0530)
  • 50fc16748 - bump version to 4.6.21 (Ronald Holshausen, Wed Feb 18 09:48:20 2026 +1100)
  • 57acbd63b - update changelog for release 4.6.20 (Ronald Holshausen, Wed Feb 18 09:24:06 2026 +1100)
  • 8253d47d5 - chore: correct typeo in readme (Ronald Holshausen, Tue Feb 17 16:38:31 2026 +1100)
  • 5caa7c5e9 - feat: Add a JUnit 5 filter by interation type #1894 (Ronald Holshausen, Tue Feb 17 16:21:52 2026 +1100)

4.7.0-beta.5 - Bugfix Release

  • fff39e5f7 - fix: HttpHeaders.containsKey() which was removed in Spring Framework 7, causing NoSuchMethodError at runtime #1902 (Ronald Holshausen, Thu Apr 16 13:38:01 2026 +1000)
  • f27d9aaff - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892 (Ronald Holshausen, Thu Feb 19 09:49:18 2026 +1100)
  • 161c08324 - Revert "fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892" (Ronald Holshausen, Thu Feb 19 09:19:01 2026 +1100)
  • 699d755c0 - bump version to 4.7.0-beta.5 (Ronald Holshausen, Wed Feb 18 11:12:50 2026 +1100)

4.7.0-beta.4 - Support Gradle 9+/JVM, removed deprecated methods, other small feature enhancements

  • 6db476b05 - fix: Switch from the use of URL to URI in Gradle plugin to support Gradle 9+/JVM 25 #1892 (Ronald Holshausen, Wed Feb 18 09:57:01 2026 +1100)
  • 5bfd06d35 - feat: Add a JUnit 5 filter by interation type #1894 (Ronald Holshausen, Tue Feb 17 16:21:52 2026 +1100)
  • b7f76e2f1 - chore: Fix test after upgrade to Apache Tika (Ronald Holshausen, Tue Feb 17 12:44:33 2026 +1100)
  • 99f5bf303 - Merge branch 'master' into v4.7.x (Ronald Holshausen, Tue Feb 17 11:48:49 2026 +1100)
  • d25424fec - Merge pull request #1896 from kranich/v4.7.x (Ronald Holshausen, Tue Feb 17 11:25:34 2026 +1100)
  • 698a93b50 - chore: switch from org.apache.commons:commons-io to commons-io:commons-io #1878 (Ronald Holshausen, Tue Feb 17 11:07:17 2026 +1100)
  • 1ef1363c6 - chore: fix for failing CI build (Ronald Holshausen, Tue Feb 17 10:37:54 2026 +1100)
  • bb1b8576d - fix: Support message tests where the annotated method is on a parent class #1890 (Ronald Holshausen, Tue Feb 17 10:08:12 2026 +1100)
  • 798d7096f - fix: fix ClassCastException for multipart requests in Spring7MockMvcTestTarget (Stefan Kranich, Fri Feb 13 10:34:47 2026 +0100)

... (truncated)

Commits

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 `pact.version` from 4.6.20 to 4.7.0.

Updates `au.com.dius.pact.consumer:junit` from 4.6.20 to 4.7.0
- [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)

Updates `au.com.dius.pact.provider:maven` from 4.6.20 to 4.7.0
- [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:junit
  dependency-version: 4.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: au.com.dius.pact.provider:maven
  dependency-version: 4.7.0
  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 govuk-pay java labels Apr 21, 2026
@SandorArpa SandorArpa merged commit af8724c into main Apr 27, 2026
6 checks passed
@SandorArpa SandorArpa deleted the dependabot/maven/pact.version-4.7.0 branch April 27, 2026 10:13
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 govuk-pay java

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant