Skip to content

Bump junit5 from 4.1.10 to 4.4.6#286

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.4.6
Closed

Bump junit5 from 4.1.10 to 4.4.6#286
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.4.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 15, 2023

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.4.6.

Release notes

Sourced from junit5's releases.

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
  • 793530040 - chore: fix test failing on Windows due to timezone issue #401
  • 765bd614f - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property
  • ef276f8b4 - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property #401
  • 859fff26a - feat: add the remaining status code methods to response DSL builder
  • 01dda6cfe - feat: add the remaining body methods to request/response DSL builders
  • 75ba28ae9 - feat: Add support for query parameters with new DSL
  • b888d07ca - feat: Add support for matching rules with headers with new DSL
  • 1d279221b - feat: Add initial DSL using builder pattern to replace legacy DSL
  • 050647645 - feat: add methods to setup provider states on PactBuilder #1646
  • e8e5457bb - fix: remove the optional annotation from PactPublish attribute in PactPublishTask #1634
  • 030e46ccd - refactor: magic numbers (Samuel)
  • ba38e5dee - feat: validate list type as per default (Samuel)
  • 639f7f893 - fix(regression): HTTP Pact with root json array fails when using unordered array matching #1631
  • 4a5ff5979 - fix: Use context.testMethod instead of context.requiredTestMethod #1643
  • 58b6982d3 - fix: bug in how the @​MockServerConfig annotation is being resolved #1641
  • 09bb4afe3 - feat: Update Groovy message builder to be able to create a message with a NULL body #1637
  • be8d57dcf - fix(regression): Upgrading au.com.dius.pact.provider:junit5 from 4.3.15 to 4.3.16 results in compilation failure #1630

4.4.3

Bugfixes + write date/time matchers in the correct format as per the spec

  • b1d6c01c0 - fix: write date/time matchers in the correct format as per the spec #1617
  • aa117914c - fix: Update matching rule loading code to support correct + incorrect formatted date/time matchers #1617
  • 1488826aa - chore: Upgrade Gradle to 7.5.1
  • 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.

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)

4.4.4 - Maintenance Release

  • a5eb417c2 - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 16:26:19 2023 +1100)
  • edb04a4d9 - fix: revert some changes due to GH Windows agents #405 (Ronald Holshausen, Wed Jan 18 16:09:40 2023 +1100)
  • af634ceb1 - fix: revert some changes due to GH Windows agents #405 (Ronald Holshausen, Wed Jan 18 15:51:06 2023 +1100)
  • 6ed72c2d9 - fix: revert some changes due to GH Windows agents #405 (Ronald Holshausen, Wed Jan 18 15:34:01 2023 +1100)
  • 750c1353e - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 15:02:05 2023 +1100)
  • e2418864a - chore: add test from issue #406 (Ronald Holshausen, Wed Jan 18 14:49:42 2023 +1100)
  • 08c283c62 - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 14:47:25 2023 +1100)
  • 5cdbbb5dc - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 14:44:35 2023 +1100)
  • 480c651b4 - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 14:00:29 2023 +1100)
  • 0078f8c0d - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 13:56:39 2023 +1100)
  • 9049f7429 - fix: restrict tests with reverse lookups to Linux agents #405 (Ronald Holshausen, Wed Jan 18 13:26:02 2023 +1100)
  • f57111549 - fix: fix test on CI #405 (Ronald Holshausen, Wed Jan 18 13:04:19 2023 +1100)
  • 47af8b186 - fix: fix test on CI #405 (Ronald Holshausen, Wed Jan 18 12:58:10 2023 +1100)
  • 21b06cf1e - fix: Support IP6 hosts #405 (Ronald Holshausen, Wed Jan 18 12:16:29 2023 +1100)
  • 51c89df39 - chore: add workflow to create a jira issue for pactflow team when smartbear-supported label added to github issue (Beth Skurrie, Wed Jan 18 11:05:58 2023 +1100)
  • b81d9a6a5 - chore: fix for failing CI test (Ronald Holshausen, Wed Jan 18 09:49:41 2023 +1100)
  • a8877b221 - fix: JUnit 4 tests were not running as the junit-vintage-engine was not on the test classpath (Ronald Holshausen, Tue Jan 17 15:08:46 2023 +1100)
  • 793530040 - chore: fix test failing on Windows due to timezone issue #401 (Ronald Holshausen, Tue Jan 17 14:30:48 2023 +1100)
  • 30611e6c8 - chore: fix codenarc issue #401 (Ronald Holshausen, Tue Jan 17 14:10:06 2023 +1100)
  • 765bd614f - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property #401 (Ronald Holshausen, Tue Jan 17 14:06:33 2023 +1100)
  • ef276f8b4 - chore: add a test to verify issue PactDslJsonBody#eachKeyMappedToAnArrayLike does not work on "nested" property #401 (Ronald Holshausen, Tue Jan 17 14:05:57 2023 +1100)
  • 859fff26a - feat: add the remaining status code methods to response DSL builder (Ronald Holshausen, Tue Jan 17 12:37:11 2023 +1100)
  • 01dda6cfe - feat: add the remaining body methods to request/response DSL builders (Ronald Holshausen, Tue Jan 17 11:49:42 2023 +1100)
  • 75ba28ae9 - feat: Add support for query parameters with new DSL (Ronald Holshausen, Mon Jan 16 16:28:18 2023 +1100)
  • abbc3b559 - chore: code narc (Ronald Holshausen, Mon Jan 16 15:26:38 2023 +1100)
  • b888d07ca - feat: Add support for matching rules with headers with new DSL (Ronald Holshausen, Mon Jan 16 15:21:06 2023 +1100)
  • f44989b8f - chore: correct changelog (Ronald Holshausen, Mon Jan 16 13:14:50 2023 +1100)

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

Bumps [junit5](https://github.com/pact-foundation/pact-jvm) from 4.1.10 to 4.4.6.
- [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:junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 15, 2023
@dependabot @github

dependabot Bot commented on behalf of github Feb 24, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #288.

@dependabot dependabot Bot closed this Feb 24, 2023
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.4.6 branch February 24, 2023 23:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants