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.2 #50

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps junit5 from 4.2.14 to 4.4.2.

Release notes

Sourced from junit5's releases.

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
  • 719f07b9b - feat: add capability to build json body based on data class required constructor fields (Samuel)
  • d1e76e376 - Make PactVerificationTask as much ready as possible for configuration cache (Marco Gomiero)
  • 1fd9c0901 - bump actions/setup-java to v3 (Nikolas Grottendieck)
  • 0a804b139 - bump org.json:json version to latest (Nikolas Grottendieck)
  • 0a23caba1 - Make PactCanIDeployTask compatible with Gradle Configuration Cache (Marco Gomiero)
  • e3dd8bf5d - Make PactPublishTask compatible with Gradle Configuration Cache (Marco Gomiero)

4.4.0-beta.6

Maintenance Release

... (truncated)

Changelog

Sourced from junit5's changelog.

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)
  • 7fbe5cc78 - chore: add final libs to new project structure (Ronald Holshausen, Wed Nov 16 16:45:23 2022 +1100)
  • cb7a9c90b - chore: add Gradle plugin to new build structure (Ronald Holshausen, Wed Nov 16 16:31:35 2022 +1100)
  • 7ca34d76e - chore: kick build (Ronald Holshausen, Wed Nov 16 16:10:57 2022 +1100)
  • e01e7df20 - chore: add Maven module to the new build structure (Ronald Holshausen, Wed Nov 16 15:33:28 2022 +1100)
  • e3c208ba2 - chore: add provider spring modules to new project setup (Ronald Holshausen, Wed Nov 16 15:17:12 2022 +1100)
  • e0cc97887 - chore: add provider junit modules to new build structure (Ronald Holshausen, Wed Nov 16 14:10:07 2022 +1100)
  • a54c23469 - chore: add remaining consumer modules to the new build structure (Ronald Holshausen, Wed Nov 16 12:35:21 2022 +1100)
  • 9403b4e22 - chore: add pact-specification-test to the new build structure (Ronald Holshausen, Wed Nov 16 11:59:00 2022 +1100)
  • 7ac29ead5 - chore: add provider to the new build structure (Ronald Holshausen, Wed Nov 16 11:32:42 2022 +1100)
  • ea2084be8 - chore: add consumer to the new build structure (Ronald Holshausen, Wed Nov 16 09:22:13 2022 +1100)
  • 5d8fe2dc2 - chore: add matchers to the new project structure (Ronald Holshausen, Tue Nov 15 17:36:51 2022 +1100)
  • 6fba72949 - chore: fix test (Ronald Holshausen, Tue Nov 15 17:27:25 2022 +1100)
  • 9b9bb0d4a - chore: disable failing test for now (Ronald Holshausen, Tue Nov 15 17:20:30 2022 +1100)
  • bf9a597ce - chore: add models to the new project setup (Ronald Holshausen, Tue Nov 15 17:12:45 2022 +1100)
  • 61da53118 - chore: add pact broker lib to new build (Ronald Holshausen, Tue Nov 15 16:32:35 2022 +1100)
  • d52b74229 - chore: get publishing working with new project setup (Ronald Holshausen, Tue Nov 15 15:59:58 2022 +1100)
  • 51ae99f32 - chore: Set Java to max 18 in CI (Ronald Holshausen, Tue Nov 15 14:22:43 2022 +1100)
  • 746014079 - chore: fix static code analysis voilations (Ronald Holshausen, Tue Nov 15 14:19:06 2022 +1100)
  • 441122c6a - chore: add Java 19 to the CI build (Ronald Holshausen, Tue Nov 15 14:17:32 2022 +1100)
  • f32e2a422 - chore: correct the codenarc build on Java 16+ (Ronald Holshausen, Tue Nov 15 14:16:21 2022 +1100)
  • b5985168e - chore: enable static code analysis with convention plugins (Ronald Holshausen, Tue Nov 15 13:49:19 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.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.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 Dec 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2023

Superseded by #52.

@dependabot dependabot bot closed this Jan 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/au.com.dius.pact.consumer-junit5-4.4.2 branch January 1, 2023 02:00
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