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 junit5 from 4.1.10 to 4.5.2 #291

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 7, 2023

Bumps junit5 from 4.1.10 to 4.5.2.

Release notes

Sourced from junit5's releases.

4.5.2

Bugfix Release

  • 8ab6b7ac8 - feat: Update readme with support mixing pact and non-pact test methods with @​PactIgnore annotation #1674
  • 3bb4a08fa - feat: Support mixing pact and non-pact test methods with @​PactIgnore annotation #1674
  • 92018c0f1 - fix: InteractionFilter ByRequestPath was using concrete class and did not work with V4 interactions #1673
  • 67a667024 - feat(JUnit5): Support multiple @​MockServerConfig annotations on a provider test #1675
  • 0da32ec3a - fix merging message pacts - old messages taking precedence (ilya.aliaksandrovich)

4.5.1

Fix Maven plugin

  • bf08170dc - fix: task to generate Maven plugin descriptor was accidentally commented out #1672

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.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.4.8

Bugfix Release

  • 8ab6b7ac8 - feat: Update readme with support mixing pact and non-pact test methods with @​PactIgnore annotation #1674
  • 3bb4a08fa - feat: Support mixing pact and non-pact test methods with @​PactIgnore annotation #1674

... (truncated)

Changelog

Sourced from 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.8 - Bugfix Release

  • 8ab6b7ac8 - feat: Update readme with support mixing pact and non-pact test methods with @​PactIgnore annotation #1674 (Ronald Holshausen, Tue Mar 7 10:57:09 2023 +1100)
  • 3bb4a08fa - feat: Support mixing pact and non-pact test methods with @​PactIgnore annotation #1674 (Ronald Holshausen, Tue Mar 7 10:50:34 2023 +1100)
  • 92018c0f1 - fix: InteractionFilter ByRequestPath was using concrete class and did not work with V4 interactions #1673 (Ronald Holshausen, Mon Mar 6 17:13:37 2023 +1100)
  • 67a667024 - feat(JUnit5): Support multiple @​MockServerConfig annotations on a provider test #1675 (Ronald Holshausen, Mon Mar 6 14:44:56 2023 +1100)
  • 89d531315 - Merge branch 'IlyaNerd-fix_message_merge' (Ronald Holshausen, Mon Feb 27 11:31:29 2023 +1100)
  • e296deb6e - chore: stupid codenarc (Ronald Holshausen, Mon Feb 27 11:29:52 2023 +1100)
  • 0da32ec3a - fix merging message pacts - old messages taking precedence (ilya.aliaksandrovich, Fri Feb 24 17:32:22 2023 +0100)
  • 97aa67398 - Update README.md (Ronald Holshausen, Fri Feb 24 17:31:24 2023 +1100)
  • 26ea6bc11 - bump version to 4.4.8 (Ronald Holshausen, Fri Feb 24 16:42:04 2023 +1100)

4.4.7 - Maintenance 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)

... (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.5.2.
- [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 Mar 7, 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.

None yet

0 participants