Skip to content

Bump junit5 from 4.1.10 to 4.3.1#154

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.3.1
Closed

Bump junit5 from 4.1.10 to 4.3.1#154
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 17, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.3.1.

Release notes

Sourced from junit5's releases.

4.3.1

Fix regressions in JUnit support

  • fix: support HttpRequest in JUnit 5 tests #1481
  • fix: Use MessageInteraction instead of Message in MessageTestTarget (Jere Teittinen)

4.3.0-beta.6

Update plugin driver to latest

  • chore: set the plugin driver version to be the same across modules

4.3.0-beta.5

Support using synchronous messages with JUnit 5 (for Protobuf plugin)

  • feat(plugins): Support V4 synchronous messages in JUnit 5 tests
  • fix: notEmpty matching rule defintion should be applied to any primitive value
  • chore: add docs about the matching rule definition language

4.3.0-beta.4

Fixes from master + updated matching rule expressions and plugin support

  • chore: correctly sort the interactions before writing
  • feat: add support for @​TestTarget annotation for junit tests written in scala (piotr.sliwa)
  • feat(plugins): support matching lists and maps via plugin
  • fix: Content type matcher was detecting JSON as text/plain
  • fix(PactBrokerClient): Send includePendingStatus=false when enablePending is set to false (Timothy Jones)
  • fix: correct the pact source description when using the URL option #1449
  • fix: org.apache.httpcomponents:httpmime needs to be defined as api for consumer lib #1446
  • feat: support setting can-i-deploy ignore values using -D command line #1444
  • chore: add example Java test with null value matchers
  • fix: support specifying both tags and consumers as system property list expressions #1447
  • fix: matching rule definition INTEGER_LITERAL was associated with the wrong type
  • feat(plugins): support plugins returning an error when configuring interactions fail
  • chore: move the matcherKey implementation to the models lib
  • feat(plugins): support references and type inference in matching expressions
  • chore: Upgrade Spring libraries to 5.3.9
  • feat: add support for non-file parts in the multipart requests (krzysztofmochocki)
  • feat: add support of multiple parts in multipart request (krzysztofmochocki)
  • fix: PactDslRootValue should return the value as a String, not JSON
  • chore: add provider verification test with pact file from Pact-JS V3 #1434
  • feat: set accessible flag when calling test methods in case the class/method is not public #1431
  • feat(plugins): namespace the pact attributes send to plugins + added each key and each value matchers
  • feat(plugins): Updated matching rule definitions to include notEmpty and contentType
  • fix: resolve Windows build problem when using Maven>=3.3.3 (Marvin Kienitz)
  • feat: add and refactor handling for 404 responses in Maven plugin (Marvin Kienitz)
  • refactor(plugins): rename ContentTypeOverride -> ContentTypeHint

4.3.0-beta.3

Support interaction markup from plugins

... (truncated)

Changelog

Sourced from junit5's changelog.

4.3.1 - Fix regressions in JUnit support

  • ac8b78f5d - chore: update upgrade notes (Ronald Holshausen, Wed Nov 17 09:11:52 2021 +1100)
  • 0950730a5 - fix: support HttpRequest in JUnit 5 tests #1481 (Ronald Holshausen, Wed Nov 17 09:09:13 2021 +1100)
  • d543ca426 - Merge pull request #1478 from Urokhtor/fix-async-test-target (Ronald Holshausen, Tue Nov 16 09:54:08 2021 +1100)
  • 6be794691 - Use MessageInteraction instead of Message in MessageTestTarget (Jere Teittinen, Mon Nov 15 13:17:13 2021 +0200)
  • 542cfdb70 - bump version to 4.3.1 (Ronald Holshausen, Fri Nov 12 14:59:01 2021 +1100)

4.3.0 - Bugfix Release

  • 6f7522ce6 - chore: from beta suffix from version (Ronald Holshausen, Fri Nov 12 14:26:02 2021 +1100)
  • ac4dcff27 - chore: use the composite action for unit test results in CI (Ronald Holshausen, Fri Nov 12 11:46:40 2021 +1100)
  • 70b664548 - chore: fix GH action config (Ronald Holshausen, Fri Nov 12 11:25:32 2021 +1100)
  • 926153547 - Merge branch 'RadekKoubsky-feat/1454-verification-results-with-branch' (Ronald Holshausen, Fri Nov 12 11:17:53 2021 +1100)
  • 73a6db784 - chore: fix GH action config (Ronald Holshausen, Fri Nov 12 11:16:05 2021 +1100)
  • 57b1cc970 - chore: fix GH action config (Ronald Holshausen, Fri Nov 12 11:13:17 2021 +1100)
  • c83e6f9cc - chore: fix GH action config (Ronald Holshausen, Fri Nov 12 11:12:56 2021 +1100)
  • 48201d3f3 - chore: try fix Gradle dependency issue (Ronald Holshausen, Fri Nov 12 11:11:20 2021 +1100)
  • a01f9c379 - feat: Allow creating both the provider branch and tags when publishing results (Radek Koubsky, Thu Nov 11 13:16:45 2021 +0100)
  • e9f9b0d8c - feat: Publish verification results with provider branch (Radek Koubsky, Tue Nov 9 16:39:45 2021 +0100)
  • 8a98a417c - Merge pull request #1473 from waikontse/Add-support-for-TestClient-as-test-target (Ronald Holshausen, Sat Oct 30 19:39:27 2021 +1100)
  • 4012acd13 - feat: Add WebTestClient as a test target. (Wai kon Tse, Fri Oct 29 15:04:10 2021 +0200)
  • 76f33b1ea - Merge pull request #1471 from RadekKoubsky/feat/1465-consumer-selectors-with-branches (Ronald Holshausen, Sat Oct 30 13:06:15 2021 +1100)
  • 3fb3b987d - Merge branch 'master' into v4.3.x (Ronald Holshausen, Sat Oct 30 12:58:38 2021 +1100)
  • 599cadca0 - chore: add regex matcher test (Ronald Holshausen, Sat Oct 30 12:57:31 2021 +1100)
  • 93dd5e78e - fix: capture the interaction markdown from the plugins (after reverting prev commit) (Ronald Holshausen, Thu Oct 28 14:47:40 2021 +1100)
  • b4f6c0959 - Revert "fix: capture the interaction markdown from the plugins" (Ronald Holshausen, Wed Oct 27 10:07:38 2021 +1100)
  • 2d0ab3e10 - feat: Add support for configuring consumer version selectors from cli as raw json (Radek Koubsky, Mon Oct 25 16:48:18 2021 +0200)
  • 39fa134df - fix: capture the interaction markdown from the plugins (Ronald Holshausen, Tue Oct 26 16:38:18 2021 +1100)
  • 362695583 - Update README.md (Ronald Holshausen, Thu Oct 21 17:27:21 2021 +1100)
  • 54df7cf6a - feat(plugins): Update the provider readmes with verifying pacts with plugins (Ronald Holshausen, Thu Oct 21 16:53:03 2021 +1100)
  • 66e286418 - feat(plugins): Update JUnit 5 readme with using plugin details (Ronald Holshausen, Thu Oct 21 16:45:30 2021 +1100)
  • 22db44032 - feat(V4): Add support V4 sync message tests with JUnit 5 (Ronald Holshausen, Thu Oct 21 16:23:36 2021 +1100)
  • ce69e1208 - feat(V4): Update V4 async message test (Ronald Holshausen, Thu Oct 21 14:37:12 2021 +1100)
  • f636440cb - Merge branch 'master' into v4.3.x (Ronald Holshausen, Thu Oct 21 12:59:48 2021 +1100)
  • f2681843c - chore: add note to readmes about setting test JVM system properties (Ronald Holshausen, Thu Oct 21 12:56:39 2021 +1100)
  • cde68cd2d - Merge pull request #1467 from saeltz/patch-1 (Ronald Holshausen, Mon Oct 18 12:55:33 2021 +1100)
  • 80c4e974b - Merge pull request #1464 from mikrethor/commons-io-cve (Ronald Holshausen, Mon Oct 18 12:32:35 2021 +1100)
  • 505f11e5b - bump version to 4.3.0-beta.7 (Ronald Holshausen, Mon Oct 18 12:30:46 2021 +1100)
  • 3aef7f9fb - Update scala-java9-compat to 1.0.0 (Bendix Sältz, Fri Oct 15 15:09:52 2021 +0200)
  • 5fcadf9ce - Upgrade commons-io linked to https://www.cvedetails.com/cve/CVE-2021-29425/ (mikrethor, Tue Oct 12 14:14:13 2021 -0400)
  • 18bef0a46 - chore: update JUnit 5 spring docs (Ronald Holshausen, Thu Oct 7 12:17:57 2021 +1100)
  • 8dbff8c0c - chore: add the type of the request class to the JUnit docs (Ronald Holshausen, Thu Oct 7 11:51:18 2021 +1100)

4.3.0-beta.6 - Update plugin driver to latest

  • 867021e1b - chore: set the plugin driver version to be the same across modules (Ronald Holshausen, Mon Oct 18 11:56:08 2021 +1100)
  • 6ce48abb3 - bump version to 4.3.0-beta.6 (Ronald Holshausen, Mon Oct 11 10:39:50 2021 +1100)

4.3.0-beta.5 - Support using synchrounous messages with JUnit 5 (Protobuf plugin)

... (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/DiUS/pact-jvm) from 4.1.10 to 4.3.1.
- [Release notes](https://github.com/DiUS/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DiUS/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 Nov 17, 2021
@dependabot @github

dependabot Bot commented on behalf of github Dec 9, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #166.

@dependabot dependabot Bot closed this Dec 9, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.3.1 branch December 9, 2021 23:11
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