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.4.4 #260

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

Bumps junit5 from 4.1.10 to 4.4.4.

Release notes

Sourced from junit5's releases.

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)

4.4.2

Fix transitive dependencies

  • 362924b38 - fix: httpclient5 and org.json need to be defined as api deps in the dependency constraints #1639

4.4.1

Bugfix Release - fix dependency issues

  • 7913c0e0c - fix: remove kotlin-logging from the convention plugin project constraints #1639
  • 32852036f - fix: com.michael-bull.kotlin-result was causing dependency issues #1639
  • d9eff8f3f - fix: correct the kotlin-logging dependency

4.4.0-beta.8

Fixes from master

  • 0338f438c - chore: Upgrade Gradle to 7.5.1 and convert the project to use convention plugins
  • 2b9b18bda - chore: add simple JSON builder

... (truncated)

Changelog

Sourced from junit5's changelog.

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)
  • 6ae543c4a - update changelog for release 4.3.19 (Ronald Holshausen, Mon Jan 16 13:01:43 2023 +1100)
  • 77c671a2b - Update README.md (Ronald Holshausen, Mon Jan 16 13:21:14 2023 +1100)
  • 4747dd7e2 - chore: fix codenarc (Ronald Holshausen, Mon Jan 16 12:10:02 2023 +1100)
  • 08c14a136 - chore: print codenarc errors to console (Ronald Holshausen, Mon Jan 16 12:01:18 2023 +1100)
  • 1d279221b - feat: Add initial DSL using builder pattern to replace legacy DSL (Ronald Holshausen, Mon Jan 16 11:50:52 2023 +1100)
  • 050647645 - feat: add methods to setup provider states on PactBuilder #1646 (Ronald Holshausen, Thu Jan 12 17:29:54 2023 +1100)
  • e8e5457bb - fix: remove the optional annotation from PactPublish attribute in PactPublishTask #1634 (Ronald Holshausen, Thu Jan 12 11:23:44 2023 +1100)
  • 4f259eb6f - Merge pull request #1650 from samukce/feat/collection-validate-object-by-default (Ronald Holshausen, Thu Jan 12 11:29:30 2023 +1100)
  • c3f6a4ed3 - Merge pull request #1652 from pact-foundation/dependabot/github_actions/tomhjp/gh-action-jira-search-0.2.1 (Ronald Holshausen, Thu Jan 12 10:57:10 2023 +1100)
  • 8dd926fe2 - chore(deps): bump tomhjp/gh-action-jira-search from 0.1.0 to 0.2.1 (dependabot[bot], Mon Jan 9 16:06:08 2023 +0000)
  • 030e46ccd - refactor: magic numbers (Samuel, Mon Jan 2 09:50:43 2023 +0100)
  • ba38e5dee - feat: validate list type as per default (Samuel, Tue Dec 27 23:53:55 2022 +0100)
  • 94760cba0 - Merge pull request #1649 from pact-foundation/dependabot/github_actions/actions/github-script-6 (Ronald Holshausen, Wed Jan 4 16:36:01 2023 +1100)
  • 770d2afae - Merge branch 'v4.3.x' (Ronald Holshausen, Wed Jan 4 16:22:19 2023 +1100)
  • 639f7f893 - fix(regression): HTTP Pact with root json array fails when using unordered array matching #1631 (Ronald Holshausen, Wed Jan 4 16:19:42 2023 +1100)
  • a9d1acc1d - chore: fix test name (Ronald Holshausen, Wed Jan 4 14:46:13 2023 +1100)
  • 4a5ff5979 - fix: Use context.testMethod instead of context.requiredTestMethod #1643 (Ronald Holshausen, Wed Jan 4 14:43:02 2023 +1100)
  • 5a46e37ae - chore(deps): bump actions/github-script from 5 to 6 (dependabot[bot], Wed Jan 4 03:33:04 2023 +0000)
  • 0423fdae7 - chore: update jira integration action (Ronald Holshausen, Wed Jan 4 14:32:17 2023 +1100)
  • 58b6982d3 - fix: bug in how the @​MockServerConfig annotation is being resolved #1641 (Ronald Holshausen, Wed Jan 4 14:17:31 2023 +1100)
  • 25c0ed677 - chore: fix codenarc (Ronald Holshausen, Wed Jan 4 11:36:32 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.4.
- [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-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 Jan 19, 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