Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump au.com.dius.pact.provider:junit5 from 4.2.14 to 4.5.0 #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps au.com.dius.pact.provider:junit5 from 4.2.14 to 4.5.0.

Release notes

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

4.5.0

General Release

  • f58634072 - feat: Add support for gradle/maven plugin canideploy on specific env #1668 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.5.0-beta.1

Maintenance Release

  • bffd26aba - feat: add support for Spring 6 and Springboot 3 #1660
  • a21d7cda5 - fix: alias the BuilderUtils functions on PactBuilder
  • 042c3ffe5 - refactor: Move BuilderUtils to consumer project
  • 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.5.0-beta.0

Support for plugin GenerateContentRequest

  • ccaf27ee9 - feat: Add support for plugin GenerateContentRequest
  • 6acc512d1 - chore: Upgrade Kotlin to 1.7.22 and plugin driver to 0.2.0
  • 1b1579ff2 - chore: Upgrade Gradle to 7.6
  • 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)

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

... (truncated)

Changelog

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

To generate the log, run git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD replacing TAGNAME and HEAD as appropriate.

4.4.7 - [?62;1;4cMaintenance Release

  • 5bc8bc683 - fix: PactVerificationExtension will fail when used with other extensions in a static context #1666 (Ronald Holshausen, Fri Feb 24 12:41:00 2023 +1100)
  • 3010a102b - feat: Add support for JSONObject with MessagePactBuilder #1669 (Ronald Holshausen, Fri Feb 24 11:59:17 2023 +1100)
  • 2a9ac69db - doc: add example using MessagePactBuilder with string content #1669 (Ronald Holshausen, Fri Feb 24 11:31:08 2023 +1100)
  • e297ef757 - chore: update versions in readme (Ronald Holshausen, Wed Feb 15 17:52:32 2023 +1100)
  • 8e125575f - chore: Update JUnit5 readme (Ronald Holshausen, Wed Feb 15 17:02:12 2023 +1100)
  • 0ca80c4b6 - bump version to 4.4.7 (Ronald Holshausen, Wed Feb 15 17:01:23 2023 +1100)

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)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
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