Skip to content

Bump junit5 from 4.1.10 to 4.2.4#102

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 15, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.2.4.

Release notes

Sourced from junit5's releases.

4.2.4

V4 features + Bugfixes

  • feat(V4): add the JUnit 5 test description to comments
  • feat(V4): display comments when verifying V4 pact files
  • fix(regression): IO Exceptions are now wrapped #1337
  • feat(V4): enable comment support with JUnit 5
  • feat(V4): support user provided comments with interactions in Junit 4 consumer tests
  • feat(V4): support user provided comments with interactions
  • chore: update readme on injecting request objects
  • fix: JUnit 5 Spring extension classes need to be open #1338
  • fix: compare decimal values using compareTo instead of equals #1335

4.2.3

Bugfix Release

  • feat(Junit5+Spring): support injecting MockHttpServletRequestBuilder when using MockMvc tests #1334
  • feat: support @​CookieValue with MockMvc tests #1333
  • fix(Gradle): do not fail when the pacts from the broker are not available and a non-pact verify task is run #1331
  • chore: add test for application/x-thrift with provider state injected values #1330
  • fix: use the raw URL path in the mock server as HttpExchange will decode the path #1326
  • fix: handle exceptions correctly when @​IgnoreNoPactsToVerify is present #1324
  • chore: add test for results with both a pending and non-pending pact #1266
  • fix: use the Pact URL to disambiguate Pacts when accumulating results #1266
  • lookup contents in v4 interaction with key contents instead of body (zara)
  • chore: add test for results with both a pending and non-pending pact #1266
  • feat: add a system property to enable redirect handling #1323
  • chore: add some tests around handling IO errors from Pact Broker #1322
  • chore: add example spring MVC test with CSV #1013
  • chore: add tests for json object attributes formated as dates #1220
  • feat: update content type overrides to allow setting the content type to json #1314
  • included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
  • fixed regex typo. added happy path json regex (Ryan Levell)
  • added check for Null JsonValue for regex matcher (Ryan Levell)

4.2.2

Bugfix Release

  • feat: add a system property to enable redirect handling #1323
  • chore: add some tests around handling IO errors from Pact Broker #1322
  • chore: add example spring MVC test with CSV #1013
  • feat(V4): implemented V4 specification tests
  • feat(V4): Update matching code to use matchingRules.content for V4 messages
  • feat(V4): Move message pact content matching rules from matchingRules.body to matchingRules.content
  • fix: add tests for array contains with simple values in Groovy DSL #1318
  • fix: array contains was not allocating generators to the correct variant #1318
  • fix: array contains matcher was not dealing with simple values #1318
  • chore: add tests for json object attributes formated as dates #1220
  • feat: update content type overrides to allow setting the content type to json #1314
  • chore: update Google Guava to 30.1-jre #1319

... (truncated)

Changelog

Sourced from junit5's changelog.

4.2.4 - V4 features + Bugfixes

  • a73015a6e - feat(V4): add the JUnit 5 test description to comments (Ronald Holshausen, Sun Apr 11 15:21:34 2021 +1000)
  • ea66d68d1 - feat(V4): display comments when verifying V4 pact files (Ronald Holshausen, Sun Apr 11 14:42:09 2021 +1000)
  • 5a91dd7ee - fix: merge from v4.1.x (Ronald Holshausen, Sun Apr 11 11:22:57 2021 +1000)
  • af50b2f58 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Apr 11 11:12:15 2021 +1000)
  • 30083b062 - fix(regression): IO Exceptions are now wrapped #1337 (Ronald Holshausen, Sun Apr 11 11:10:03 2021 +1000)
  • 6b7bc101b - feat(V4): enable comment support with JUnit 5 (Ronald Holshausen, Sun Apr 11 10:38:15 2021 +1000)
  • 1374973ca - feat(V4): support user provided comments with interactions in Junit 4 consumer tests (Ronald Holshausen, Sat Apr 10 18:14:15 2021 +1000)
  • 65b5b9ee5 - feat(V4): support user provided comments with interactions (Ronald Holshausen, Sat Apr 10 15:40:27 2021 +1000)
  • c8faad644 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Apr 10 13:41:18 2021 +1000)
  • 768e7684a - chore: update readme on injecting request objects (Ronald Holshausen, Sat Apr 10 13:08:09 2021 +1000)
  • 2e6ae47b1 - fix: JUnit 5 Spring extension classes need to be open #1338 (Ronald Holshausen, Sat Apr 10 12:43:09 2021 +1000)
  • 5614d0387 - fix: compare decimal values using compareTo instead of equals #1335 (Ronald Holshausen, Fri Apr 9 16:05:30 2021 +1000)
  • d88e8c02b - bump version to 4.2.4 (Ronald Holshausen, Sun Mar 28 16:26:53 2021 +1100)
  • 592122abb - bump version to 4.1.20 (Ronald Holshausen, Sun Mar 28 15:47:45 2021 +1100)
  • 799a8e8f0 - update changelog for release 4.1.19 (Ronald Holshausen, Sun Mar 28 15:27:29 2021 +1100)

4.2.3 - Bugfix Release

  • 02f5b72da - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Mar 28 15:06:06 2021 +1100)
  • 3038d357e - Merge pull request #1332 from zariye/fix/lookup_contents (Ronald Holshausen, Sun Mar 28 14:45:36 2021 +1100)
  • 3622c25ef - feat(Junit5+Spring): support injecting MockHttpServletRequestBuilder when using MockMvc tests #1334 (Ronald Holshausen, Sun Mar 28 14:42:19 2021 +1100)
  • bed5ba584 - feat: support @​CookieValue with MockMvc tests #1333 (Ronald Holshausen, Sun Mar 28 14:07:26 2021 +1100)
  • d698515d0 - fix(Gradle): do not fail when the pacts from the broker are not available and a non-pact verify task is run #1331 (Ronald Holshausen, Sun Mar 28 12:51:53 2021 +1100)
  • dde4af635 - chore: add test for application/x-thrift with provider state injected values #1330 (Ronald Holshausen, Sat Mar 27 18:03:03 2021 +1100)
  • 08d6518db - fix: use the raw URL path in the mock server as HttpExchange will decode the path #1326 (Ronald Holshausen, Sat Mar 27 17:11:58 2021 +1100)
  • 4f06881c0 - fix: handle exceptions correctly when @​IgnoreNoPactsToVerify is present #1324 (Ronald Holshausen, Sat Mar 27 16:32:38 2021 +1100)
  • 2a304a949 - fix: use the Pact URL to disambiguate Pacts when accumilating results #1266 (Ronald Holshausen, Sat Mar 27 14:51:36 2021 +1100)
  • 22cd267e7 - chore: add test for results with both a pending and non-pending pact #1266 (Ronald Holshausen, Sun Mar 21 14:27:30 2021 +1100)
  • 8239e4ca3 - fix: use the Pact URL to disambiguate Pacts when accumilating results #1266 (Ronald Holshausen, Sat Mar 27 14:51:36 2021 +1100)
  • 014ee3a7c - Update README.md (Ronald Holshausen, Sat Mar 27 12:48:22 2021 +1100)
  • b6323203f - lookup contents in v4 interaction with key contents instead of bodys (zara, Thu Mar 25 16:33:42 2021 +0100)
  • 9bcc878f7 - chore: add test for results with both a pending and non-pending pact #1266 (Ronald Holshausen, Sun Mar 21 14:27:30 2021 +1100)
  • 0edf6ec23 - bump version to 4.2.3 (Ronald Holshausen, Sat Mar 13 17:13:35 2021 +1100)
  • 809cf81c6 - bump version to 4.1.19 (Ronald Holshausen, Sat Mar 13 16:16:43 2021 +1100)
  • a646b3543 - update changelog for release 4.1.18 (Ronald Holshausen, Sat Mar 13 16:02:05 2021 +1100)
  • 273b9164d - feat: add a system property to enable redirect handling #1323 (Ronald Holshausen, Sat Mar 13 15:37:55 2021 +1100)
  • aadbde41d - chore: fix failing tests (Ronald Holshausen, Sat Mar 13 15:12:53 2021 +1100)
  • 275785837 - chore: add some tests around handling IO errors from Pact Broker #1322 (Ronald Holshausen, Sat Mar 13 14:56:52 2021 +1100)
  • 3a211ebc5 - chore: add example spring MVC test with CSV #1013 (Ronald Holshausen, Sat Mar 13 13:58:56 2021 +1100)
  • a80c5861b - fix: codenarc errors (Ronald Holshausen, Sat Mar 6 14:06:58 2021 +1100)
  • 85f0caa11 - chore: add tests for json object attributes formmated as dates #1220 (Ronald Holshausen, Sat Mar 6 14:01:35 2021 +1100)
  • 03fbfe060 - feat: update content type overrides to allow setting the content type to json #1314 (Ronald Holshausen, Sat Mar 6 12:59:06 2021 +1100)
  • 4e5c05bb2 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell, Sat Feb 27 19:27:56 2021 -0600)
  • c19ff1fab - fixed regex typo. added happy path json regex (Ryan Levell, Sat Feb 27 08:00:43 2021 -0600)
  • ba9ac502d - added check for Null JsonValue for regex matcher (Ryan Levell, Fri Feb 26 21:24:09 2021 -0600)

4.2.2 - Bugfix Release

... (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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 15, 2021
@dependabot @github

dependabot Bot commented on behalf of github May 10, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #107.

@dependabot dependabot Bot closed this May 10, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.2.4 branch May 10, 2021 23:02
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