Skip to content

BAU: Bump the dev-dependencies group across 1 directory with 4 updates#8332

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/dev-dependencies-262c0aebcc
Open

BAU: Bump the dev-dependencies group across 1 directory with 4 updates#8332
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/dev-dependencies-262c0aebcc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the dev-dependencies group with 4 updates in the / directory: com.approvaltests:approvaltests, org.junit.platform:junit-platform-launcher, au.com.dius.pact.consumer:junit5 and au.com.dius.pact.provider:junit5.

Updates com.approvaltests:approvaltests from 29.0.0 to 30.1.0

Release notes

Sourced from com.approvaltests:approvaltests's releases.

Can disable script downloads on CI

export APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS=1

https://github.com/approvals/ApprovalTests.Java/blob/master/approvaltests/docs/how_to/DisableScriptDownloads.md

Breaking Change: Removing obsolete features

Removed:

  • LegacyApprovals
  • MethodExecutionPath
  • ObjectUtils.move()

These classes are obsolete since Java 8. Instead use CombinationApprovals and Java lambdas.

It is hard to know what is obsolete on a public API with no telemetry. If you feel we have made an important error, please reach out.

Commits
  • 05ec158 . d reformatted code and updated markdown snippets
  • cc51120 . d documentation for APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS
  • 689fa2b - F APPROVALTESTS_DISABLE_SCRIPT_DOWNLOADS
  • 1c9d0f3 . d micro feature for approval_logs.md
  • 89ac9e0 - r Bump commons-net:commons-net from 3.12.0 to 3.13.0
  • 79ba932 - r Bump org.codehaus.jettison:jettison from 1.5.4 to 1.5.5
  • f475647 - r Bump kotlin.version from 2.3.10 to 2.3.20
  • d1f7b0d . e Bump jdx/mise-action from 3 to 4
  • 3490a79 . C Release v30.0.0 - Breaking Change: Removing obsolete features --------------
  • 48aac68 . d reformatted code and updated markdown snippets
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.13.4 to 6.0.3

Release notes

Sourced from org.junit.platform:junit-platform-launcher's releases.

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.2...r6.0.3

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

... (truncated)

Commits

Updates au.com.dius.pact.consumer:junit5 from 4.6.20 to 4.7.1

Release notes

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

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)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352
  • 39c734aa8 - feat: add arrayContains as a matching rule expression
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit)

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"

... (truncated)

Changelog

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

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)
  • f695f6d79 - feat: Update readmes with details on using external references (Ronald Holshausen, Wed Apr 29 11:36:19 2026 +1000)
  • 3cb5eb590 - feat: Display references in the verifier output (Ronald Holshausen, Wed Apr 29 11:20:43 2026 +1000)
  • 170b27669 - feat: Add a method to the DSL interaction builders to capture external references (Ronald Holshausen, Tue Apr 28 17:22:36 2026 +1000)
  • b43d22530 - feat: Add a method V4Interaction to capture external references (Ronald Holshausen, Tue Apr 28 17:15:27 2026 +1000)
  • 130aaa28b - chore: Add tests for V4Interaction and child classes (Ronald Holshausen, Tue Apr 28 17:01:34 2026 +1000)
  • c22838534 - Merge pull request #1909 from kevinrvaz/chore/fix_minor_typo (Ronald Holshausen, Thu Apr 23 13:02:51 2026 +1000)
  • 4ee8ddd5d - chore: fix typo breaking internal build (Kevin Rohan Vaz, Thu Apr 23 08:13:00 2026 +0530)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352 (Ronald Holshausen, Thu Apr 23 11:19:19 2026 +1000)
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352 (Ronald Holshausen, Thu Apr 23 10:39:13 2026 +1000)
  • 3798d97b8 - Merge pull request #1907 from pact-foundation/feat/array-contains-matching-expression (Ronald Holshausen, Wed Apr 22 17:40:56 2026 +1000)
  • 39c734aa8 - feat: add arrayContains as a matching rule expression (Ronald Holshausen, Wed Apr 22 17:19:53 2026 +1000)
  • 41c2c39b3 - chore: Update project documentation (Ronald Holshausen, Wed Apr 22 15:43:17 2026 +1000)
  • a09b4ee27 - bump version to 4.7.1 (Ronald Holshausen, Tue Apr 21 10:59:57 2026 +1000)
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit, Fri Apr 17 15:00:56 2026 +0200)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit, Fri Apr 17 14:36:59 2026 +0200)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit, Fri Mar 13 14:30:13 2026 +0100)

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)

... (truncated)

Commits

Updates au.com.dius.pact.provider:junit5 from 4.6.20 to 4.7.1

Release notes

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

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)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352
  • 39c734aa8 - feat: add arrayContains as a matching rule expression
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit)

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"

... (truncated)

Changelog

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

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)
  • f695f6d79 - feat: Update readmes with details on using external references (Ronald Holshausen, Wed Apr 29 11:36:19 2026 +1000)
  • 3cb5eb590 - feat: Display references in the verifier output (Ronald Holshausen, Wed Apr 29 11:20:43 2026 +1000)
  • 170b27669 - feat: Add a method to the DSL interaction builders to capture external references (Ronald Holshausen, Tue Apr 28 17:22:36 2026 +1000)
  • b43d22530 - feat: Add a method V4Interaction to capture external references (Ronald Holshausen, Tue Apr 28 17:15:27 2026 +1000)
  • 130aaa28b - chore: Add tests for V4Interaction and child classes (Ronald Holshausen, Tue Apr 28 17:01:34 2026 +1000)
  • c22838534 - Merge pull request #1909 from kevinrvaz/chore/fix_minor_typo (Ronald Holshausen, Thu Apr 23 13:02:51 2026 +1000)
  • 4ee8ddd5d - chore: fix typo breaking internal build (Kevin Rohan Vaz, Thu Apr 23 08:13:00 2026 +0530)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352 (Ronald Holshausen, Thu Apr 23 11:19:19 2026 +1000)
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352 (Ronald Holshausen, Thu Apr 23 10:39:13 2026 +1000)
  • 3798d97b8 - Merge pull request #1907 from pact-foundation/feat/array-contains-matching-expression (Ronald Holshausen, Wed Apr 22 17:40:56 2026 +1000)
  • 39c734aa8 - feat: add arrayContains as a matching rule expression (Ronald Holshausen, Wed Apr 22 17:19:53 2026 +1000)
  • 41c2c39b3 - chore: Update project documentation (Ronald Holshausen, Wed Apr 22 15:43:17 2026 +1000)
  • a09b4ee27 - bump version to 4.7.1 (Ronald Holshausen, Tue Apr 21 10:59:57 2026 +1000)
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit, Fri Apr 17 15:00:56 2026 +0200)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit, Fri Apr 17 14:36:59 2026 +0200)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit, Fri Mar 13 14:30:13 2026 +0100)

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)

... (truncated)

Commits

Updates au.com.dius.pact.provider:junit5 from 4.6.20 to 4.7.1

Release notes

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

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)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352
  • 39c734aa8 - feat: add arrayContains as a matching rule expression
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit)

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"

... (truncated)

Changelog

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

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)
  • f695f6d79 - feat: Update readmes with details on using external references (Ronald Holshausen, Wed Apr 29 11:36:19 2026 +1000)
  • 3cb5eb590 - feat: Display references in the verifier output (Ronald Holshausen, Wed Apr 29 11:20:43 2026 +1000)
  • 170b27669 - feat: Add a method to the DSL interaction builders to capture external references (Ronald Holshausen, Tue Apr 28 17:22:36 2026 +1000)
  • b43d22530 - feat: Add a method V4Interaction to capture external references (Ronald Holshausen, Tue Apr 28 17:15:27 2026 +1000)
  • 130aaa28b - chore: Add tests for V4Interaction and child classes (Ronald Holshausen, Tue Apr 28 17:01:34 2026 +1000)
  • c22838534 - Merge pull request #1909 from kevinrvaz/chore/fix_minor_typo (Ronald Holshausen, Thu Apr 23 13:02:51 2026 +1000)
  • 4ee8ddd5d - chore: fix typo breaking internal build (Kevin Rohan Vaz, Thu Apr 23 08:13:00 2026 +0530)
  • 76cabe478 - feat: Add doctests for the readme code blocks #1352 (Ronald Holshausen, Thu Apr 23 11:19:19 2026 +1000)
  • e2ee20b00 - feat: Add a Kotlin consumer DSL #1352 (Ronald Holshausen, Thu Apr 23 10:39:13 2026 +1000)
  • 3798d97b8 - Merge pull request #1907 from pact-foundation/feat/array-contains-matching-expression (Ronald Holshausen, Wed Apr 22 17:40:56 2026 +1000)
  • 39c734aa8 - feat: add arrayContains as a matching rule expression (Ronald Holshausen, Wed Apr 22 17:19:53 2026 +1000)
  • 41c2c39b3 - chore: Update project documentation (Ronald Holshausen, Wed Apr 22 15:43:17 2026 +1000)
  • a09b4ee27 - bump version to 4.7.1 (Ronald Holshausen, Tue Apr 21 10:59:57 2026 +1000)
  • 2de7c5022 - refactor: deduplicate write logic in MERGE branch (biergit, Fri Apr 17 15:00:56 2026 +0200)
  • 332f3b305 - fix: write through RandomAccessFile instead of opening a competing file handle (biergit, Fri Apr 17 14:36:59 2026 +0200)
  • 66e25c362 - Refactor writePact to handle empty pactFile case (biergit, Fri Mar 13 14:30:13 2026 +0100)

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)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2026
@dependabot dependabot Bot requested review from a team as code owners May 15, 2026 10:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2026
Bumps the dev-dependencies group with 4 updates in the / directory: [com.approvaltests:approvaltests](https://github.com/approvals/ApprovalTests.Java), [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework), [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) and [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm).


Updates `com.approvaltests:approvaltests` from 29.0.0 to 30.1.0
- [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
- [Changelog](https://github.com/approvals/ApprovalTests.Java/blob/master/internal_documentation/release.md)
- [Commits](approvals/ApprovalTests.Java@29.0.0...30.1.0)

Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.3)

Updates `au.com.dius.pact.consumer:junit5` from 4.6.20 to 4.7.1
- [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:junit5` from 4.6.20 to 4.7.1
- [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:junit5` from 4.6.20 to 4.7.1
- [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.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: au.com.dius.pact.provider:junit5
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: au.com.dius.pact.provider:junit5
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.approvaltests:approvaltests
  dependency-version: 30.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/main/dev-dependencies-262c0aebcc branch from 5e9047a to 0b10058 Compare May 15, 2026 12:47
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