Skip to content

Bump junit5 from 4.1.10 to 4.3.0#153

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.3.0.

Release notes

Sourced from junit5's releases.

4.3.0

Bugfix release

  • chore: drop beta suffix from version
  • feat: Allow creating both the provider branch and tags when publishing results (Radek Koubsky)
  • feat: Publish verification results with provider branch (Radek Koubsky)
  • feat: Add WebTestClient as a test target. (Wai kon Tse)
  • fix: capture the interaction markdown from the plugins
  • feat: Add support for configuring consumer version selectors from cli as raw json (Radek Koubsky)
  • feat(plugins): Update the provider readmes with verifying pacts with plugins
  • feat(plugins): Update JUnit 5 readme with using plugin details
  • feat(V4): Add support V4 sync message tests with JUnit 5
  • feat(V4): Update V4 async message test
  • chore: add note to readmes about setting test JVM system properties
  • Update scala-java8-compat to 1.0.0 (Bendix Sältz)
  • Upgrade commons-io linked to https://www.cvedetails.com/cve/CVE-2021-29425/ (mikrethor)

4.2.9

Bugfix Release

  • fix: previous provider states must not be copied over to new interactions #497
  • feat: add a message metadata builder DSL #1409
  • chore: add test for pactbroker with path in the URL #1399
  • fix: header values need to be parsed when loaded from older spec pact files #1398
  • fix: retry condition for the pactbroker unknown response #1405 (Bryan Woodruff)
  • fix: don't encode URLs when making requests from HAL links #1388
  • chore: upgrade Tika to 1.27 #1392
  • chore: add debug logging to canIDeploy task
  • fix: retain previous summary state when updating markdown report #1128 (Daniel Grech)
  • feat: Ignore missing part content type headers with multipart bodies #1385
  • feat: add option to mock server to disable persistent HTTP/1.1 connections #1383 #342

4.2.8

Bugfix Release

  • fix: retry condition for the pactbroker unknown response #1405 (Bryan Woodruff)
  • feat: Enable HTTPS MockServer to use provided KeyStore (Javier Llorente)
  • chore: Remove support for scala.Function for request filters #1395
  • fix: don't encode URLs when making requests from HAL links #1388
  • chore: upgrade Tika to 1.27 #1392
  • chore: add debug logging to canIDeploy task
  • fix: retain previous summary state when updating markdown report #1128 (Daniel Grech)
  • feat: support generating UUIDs with different formats
  • chore: upgrade detekt to 1.17.1
  • chore: upgrade Dokka to 1.4.32

4.2.7

V4 features + bugfixes

  • feat: Ignore missing part content type headers with multipart bodies #1385

... (truncated)

Changelog

Sourced from junit5's changelog.

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)

  • 23df6e53b - feat(plugins): Support V4 synchrounous messages in JUnit 5 tests (Ronald Holshausen, Mon Oct 11 09:11:37 2021 +1100)
  • cc9a183b1 - fix: notEmpty matching rule defintion should be applied to any primitive value (Ronald Holshausen, Thu Oct 7 14:01:59 2021 +1100)
  • 591eb35ce - fix: notEmpty matching rule defintion should be applied to any primitive value (Ronald Holshausen, Thu Oct 7 13:50:08 2021 +1100)
  • 9ba102834 - chore: add docs about the matching rule definition language (Ronald Holshausen, Thu Oct 7 13:35:26 2021 +1100)
  • 63d35c3f7 - chore: update the matching readme (Ronald Holshausen, Thu Oct 7 10:51:54 2021 +1100)
  • f6966d126 - bump version to 4.3.0-beta.5 (Ronald Holshausen, Tue Oct 5 12:04:40 2021 +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/DiUS/pact-jvm) from 4.1.10 to 4.3.0.
- [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 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #154.

@dependabot dependabot Bot closed this Nov 17, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.3.0 branch November 17, 2021 23:03
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