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.2.14 to 4.4.3 #52

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps junit5 from 4.2.14 to 4.4.3.

Release notes

Sourced from junit5's releases.

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 Release

  • e273b2ebc - fix: Upgrade plugin driver to 0.1.7 (fixes startMockServer doesn't set hostInterface, port, and tls)
  • 96eca26df - chore: remove beta from version

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
  • da6efdec9 - GH-1632 invent default auth header with additional tests (Artem Ptushkin)
  • 532beabab - refactor: Convert ANTLR MatchingRuleDefinition parser to a recursive decent parser #1615
  • 2d730c799 - refactor: Convert ANTLR TimeExpression parser to a recursive decent parser #1615
  • 5d78360b2 - refactor: Convert ANTLR DateExpression parser to a recursive decent parser #1615
  • 739a40dd3 - refactor: extract common lexer functions from version parser #1615
  • 4d7a28bbf - fix: replace AssertJ with Hamcrest
  • b4ff3a854 - feat: protect json body generation against loop for cicly reference (Samuel)
  • 47e8c9e63 - refactor: Replace ANTLR version parser with a recursive decent parser #1615
  • 7e2e11aaf - chore: Upgrade all test dependencies with reported CSVs #1626
  • 4cf345f31 - chore: Upgrade Spock to 2.3
  • 625cdfc1c - chore: Upgrade all dependencies with reported CSVs #1626
  • 72f9193ba - feat: add method to setup content type body matching in the consumer DSL #1623
  • 8bd14d589 - feat: support MessagePact with a string as a content #1619
  • 86813ba68 - feat: Support system properties or environment variables for consumer and provider annotation with JUnit4 provider tests #528 #1616
  • aabee8c44 - fix: queryMatchingDatetime creates invalid genetator #1612
  • 2750d8a8e - chore: add Kotlin Junit5 message test
  • fc7e13e87 - fix: write empty bodies to the Pact file #1611
  • 870a99956 - feat: Support generators with URI FORM encoded bodies #1610

... (truncated)

Changelog

Sourced from junit5's changelog.

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

  • dc4fad395 - Merge branch 'v4.3.x' into v4.4.x (Ronald Holshausen, Fri Dec 23 14:51:12 2022 +1100)
  • 5184f5b99 - chore: correct changelog (Ronald Holshausen, Fri Dec 23 14:19:07 2022 +1100)
  • 957183037 - bump version to 4.3.19 (Ronald Holshausen, Fri Dec 23 14:18:36 2022 +1100)
  • 8aae4d414 - update changelog for release 4.3.18 (Ronald Holshausen, Fri Dec 23 14:06:59 2022 +1100)
  • b1d6c01c0 - fix: write date/time matchers in the correct format as per the spec #1617 (Ronald Holshausen, Fri Dec 23 11:49:18 2022 +1100)
  • aa117914c - fix: Update matching rule loading code to support correct + incorrect formatted date/time matchers #1617 (Ronald Holshausen, Fri Dec 23 11:13:54 2022 +1100)
  • d079d452a - chore: correct build on JDK 16+ (Ronald Holshausen, Fri Dec 23 13:41:17 2022 +1100)
  • a12752586 - chore: correct build dependencies (Ronald Holshausen, Fri Dec 23 13:21:09 2022 +1100)
  • 1488826aa - chore: Upgrade Gradle to 7.5.1 (Ronald Holshausen, Fri Dec 23 13:20:31 2022 +1100)
  • 6ed527759 - chore: add project name to Jira title (Ronald Holshausen, Fri Dec 16 09:27:27 2022 +1100)
  • d6397c15d - chore: correct jira action workflow (Ronald Holshausen, Thu Dec 15 11:01:31 2022 +1100)
  • 09f405497 - chore: add Jira comment action (Ronald Holshausen, Thu Dec 15 10:52:41 2022 +1100)
  • b9fe94e6b - Merge pull request #1647 from tlinkowski/matchers-performance-improvements (Ronald Holshausen, Tue Dec 13 08:55:32 2022 +1100)
  • c9a62cc8d - refactor: performance improvements in core/matchers module (Matchers, Matching, CollectionUtils) (Tomasz Linkowski, Mon Nov 28 13:11:32 2022 +0100)
  • 38f8769ab - Merge pull request #1645 from artemptushkin/bugfix/fix-custom-auth-header (Ronald Holshausen, Mon Dec 12 14:58:52 2022 +1100)
  • 21af9f54b - refactor: add missing test case for #1347 (Tomasz Linkowski, Mon Nov 28 15:12:54 2022 +0100)
  • 102e67362 - bugfix: fix custom header propagation in list case (Artem Ptushkin, Tue Dec 6 10:14:01 2022 +0100)
  • 70280c8b6 - bump version to 4.4.3 (Ronald Holshausen, Tue Nov 22 11:44:11 2022 +1100)

4.4.2 - Fix transitive dependencies

  • 362924b38 - fix: httpclient5 and org.json need to be defined as api deps in the dependency constraints #1639 (Ronald Holshausen, Tue Nov 22 11:21:54 2022 +1100)
  • bb424484c - bump version to 4.4.2 (Ronald Holshausen, Mon Nov 21 15:09:56 2022 +1100)

4.4.1 - Bugfix Release

  • 7913c0e0c - fix: remove kotlin-logging from the convention plugin project constraints #1639 (Ronald Holshausen, Mon Nov 21 14:55:13 2022 +1100)
  • b6076dbfc - Revert "update changelog for release 4.4.1" (Ronald Holshausen, Mon Nov 21 14:44:42 2022 +1100)
  • 498758668 - update changelog for release 4.4.1 (Ronald Holshausen, Mon Nov 21 14:40:27 2022 +1100)
  • 32852036f - fix: com.michael-bull.kotlin-result was causing dependency issues #1639 (Ronald Holshausen, Mon Nov 21 14:26:30 2022 +1100)
  • d9eff8f3f - fix: correct the kotlin-logging dependency (Ronald Holshausen, Mon Nov 21 10:04:25 2022 +1100)
  • 953681997 - Update README.md (Ronald Holshausen, Fri Nov 18 16:19:10 2022 +1100)
  • 66c9a1e45 - chore: fix changelog (Ronald Holshausen, Fri Nov 18 16:11:10 2022 +1100)
  • 51b73d287 - bump version to 4.4.1 (Ronald Holshausen, Fri Nov 18 15:25:01 2022 +1100)

4.4.0 - 4.4.0 Release

  • e273b2ebc - fix: Upgrade plugin driver to 0.1.7 (fixes startMockServer doesn't set hostInterface, port, and tls) (Ronald Holshausen, Fri Nov 18 14:34:14 2022 +1100)
  • 96eca26df - chore: remove beta from version (Ronald Holshausen, Fri Nov 18 14:28:19 2022 +1100)
  • 7454feaa0 - Merge branch 'master' into v4.4.x (Ronald Holshausen, Fri Nov 18 14:25:25 2022 +1100)
  • 9efae6216 - Update README.md (Ronald Holshausen, Thu Nov 17 08:58:47 2022 +1100)
  • eb05b9489 - chore: fix publishing in pact-jvm-server (Ronald Holshausen, Wed Nov 16 17:52:13 2022 +1100)
  • 1161f8b8c - bump version to 4.4.0-beta.9 (Ronald Holshausen, Wed Nov 16 17:32:38 2022 +1100)

4.4.0-beta.8 - Fixes from master

  • 571f6d756 - chore: re-enable all tests after cleaning up build (Ronald Holshausen, Wed Nov 16 17:08:46 2022 +1100)
  • 1ec7f3146 - chore: add pact-jvm-server to the updated project structure (Ronald Holshausen, Wed Nov 16 17:02:54 2022 +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.2.14 to 4.4.3.
- [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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #56.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/au.com.dius.pact.consumer-junit5-4.4.3 branch February 1, 2023 02:01
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