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 from 4.5.8 to 4.6.14 #338

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps au.com.dius.pact:provider from 4.5.8 to 4.6.14.

Release notes

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

4.6.14

Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the transport to https
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0

4.6.13

Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins
  • aa5770aae - Update README.md

4.6.12

Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states
  • 787740484 - Feat: Improve some of the matching definition parser errors
  • bf662357c - feat: Add DSL methods to handle matching each key and value in a JSON object #1813
  • ae0607954 - fix: Deprecate eachKeyLike methods as they actually act on the values #1813
  • 877f21bac - fix: PactBrokerClient throws index-out-of-bounds when can-i-deploy is called for a new tag #1814
  • 65ae785b6 - Update README.md
  • 521e26513 - docs(JUnit 4): Update README with allowing provider state generator to fall back to the provider state parameters
  • e586656e4 - feat(JUnit 4): Allow provider state generator to fall back to the provider state parameters
  • 7550a6dc7 - feat: Allow provider state generator to fall back to the provider state parameters

4.6.11

Maintenance Release

  • af93c029b - fix: Allow core content types to be able to be overridden #1812
  • 029fcaf34 - feat(DSL): Update min and max array like functions to also take a DslPart #1799

4.6.10

Updated DSL methods

  • 9d46d36f2 - feat: Allow reusing common DSL parts in different LambdaDslJsonBody objects #1796
  • 85b042cc2 - fix: Add user-agent to the list of single value headers

4.6.9

Bugfix Release

  • f835e2aca - chore: Removing publish test result step from CI
  • 9fea4e229 - fix: Add tests for generating URLs with null or empty query parameter values #1788
  • be1989d40 - fix: IndexOutOfBoundsException when query param without value #1788
  • b5bf1b33a - Update README.md (danifgxcom)

... (truncated)

Changelog

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

4.6.14 - Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817 (Ronald Holshausen, Tue Aug 27 16:22:48 2024 +1000)
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819 (Ronald Holshausen, Mon Aug 26 14:41:47 2024 +1000)
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816 (Ronald Holshausen, Mon Aug 26 14:38:25 2024 +1000)
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the trasnport to https (Ronald Holshausen, Thu Aug 22 15:37:09 2024 +1000)
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0 (Ronald Holshausen, Wed Aug 21 16:37:51 2024 +1000)
  • 00442e6df - Update README.md (Ronald Holshausen, Fri Aug 9 15:06:16 2024 +1000)
  • 5cdf0cb1c - bump version to 4.6.14 (Ronald Holshausen, Fri Aug 9 15:01:54 2024 +1000)

4.6.13 - Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins (Ronald Holshausen, Wed Aug 7 12:09:02 2024 +1000)
  • aa5770aae - Update README.md (Ronald Holshausen, Tue Aug 6 10:49:30 2024 +1000)
  • 9289a3c8b - bump version to 4.6.13 (Ronald Holshausen, Tue Aug 6 10:36:04 2024 +1000)

4.6.12 - Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states (Ronald Holshausen, Mon Aug 5 17:38:19 2024 +1000)
  • 787740484 - Feat: Improve some of the matching definition parser errors (Ronald Holshausen, Mon Aug 5 16:17:47 2024 +1000)
  • bf662357c - feat: Add DSL methods to handle matching each key and value in a JSON object #1813 (Ronald Holshausen, Mon Jul 15 16:49:01 2024 +1000)
  • ae0607954 - fix: Deprecate eachKeyLike methods as they actually act on the values #1813 (Ronald Holshausen, Mon Jul 15 11:22:14 2024 +1000)
  • 877f21bac - fix: PactBrokerClient throws index-out-of-bounds when can-i-deploy is called for a new tag #1814 (Ronald Holshausen, Fri Jul 12 11:26:04 2024 +1000)
  • 65ae785b6 - Update README.md (Ronald Holshausen, Fri Jul 12 15:11:36 2024 +1000)
  • 521e26513 - docs(JUnit 4): Update README with allowing provider state generator to fall back to the provider state parameters (Ronald Holshausen, Thu Jul 11 17:00:28 2024 +1000)
  • e586656e4 - feat(JUnit 4): Allow provider state generator to fall back to the provider state parameters (Ronald Holshausen, Thu Jul 11 16:55:57 2024 +1000)
  • 7550a6dc7 - feat: Allow provider state generator to fall back to the provider state parameters (Ronald Holshausen, Thu Jul 11 15:34:40 2024 +1000)
  • ea7037f44 - bump version to 4.6.12 (Ronald Holshausen, Fri Jul 5 12:07:48 2024 +1000)

4.6.11 - Maintenance Release

  • af93c029b - fix: Allow core content types to be able to be ovveridden #1812 (Ronald Holshausen, Thu Jul 4 11:29:35 2024 +1000)
  • 029fcaf34 - feat(DSL): Update min and max array like functions to also take a DslPart #1799 (Ronald Holshausen, Thu Jun 20 14:24:13 2024 +1000)
  • 527001f77 - bump version to 4.6.11 (Ronald Holshausen, Fri May 31 14:47:47 2024 +1000)

4.6.10 - Updated DSL methods

  • 0131eb2e8 - Update README.md (Ronald Holshausen, Mon May 27 09:43:50 2024 +1000)
  • 9d46d36f2 - feat: Allow reusing common DSL parts in different LambdaDslJsonBody objects #1796 (Ronald Holshausen, Wed May 22 11:50:39 2024 +1000)
  • 4752365ad - chore(ci): allow wf dispatch for docs trigger (Yousaf Nabi, Tue Apr 23 15:40:06 2024 +0100)
  • 85b042cc2 - fix: Add user-agent to the list of single value headers (Ronald Holshausen, Tue Apr 23 09:45:37 2024 +1000)
  • dd23af126 - bump version to 4.6.10 (Ronald Holshausen, Thu Apr 18 14:34:04 2024 +1000)

4.6.9 - Bugfix Release

  • f835e2aca - chore: Removing publish test result step from CI (Ronald Holshausen, Thu Apr 18 11:29:20 2024 +1000)
  • 9fea4e229 - fix: Add tests for generating URLs with null or empty query parameter values #1788 (Ronald Holshausen, Thu Apr 18 11:20:45 2024 +1000)
  • be1989d40 - fix: IndexOutOfBoundsException when query param without value #1788 (Ronald Holshausen, Wed Apr 17 17:28:56 2024 +1000)
  • 78b265ece - Merge pull request #1785 from danifgxcom/patch-1 (Ronald Holshausen, Wed Apr 17 09:45:48 2024 +1000)
  • b5bf1b33a - Update README.md (danifgxcom, Wed Apr 3 01:16:30 2024 +0200)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners September 2, 2024 07:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 2, 2024
Copy link

sonarcloud bot commented Sep 2, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #368.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/gradle/au.com.dius.pact-provider-4.6.14 branch November 4, 2024 07: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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants