Skip to content

Bump junit5 from 4.1.10 to 4.2.6#113

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.2.6.

Release notes

Sourced from junit5's releases.

4.2.6

Bugfix Release

  • chore: upgrade classgraph to 4.8.105
  • chore: upgrade gradle to 6.8.3
  • chore: add test for array contains matcher with simple values #1367
  • fix: arrayContaining matcher was failing if the variants have no matching rules #1367
  • fix: Fallback to env vars for pact.provider.version property #1365
  • fix: Format the error correctly when publishing results fail [Gradle/Maven] #1364
  • fix: HAL client must return an error if the post request fails #1364
  • fix: fail the verification if publishing verification results fails [Maven/Gradle] #1364
  • fix: fail the test if publishing verification results fails [JUNIT5] #1364
  • fix: fail the test if publishing verification results fails #1364
  • chore: upgrade Spock to 2.0
  • fix: allow verifying v4-interactions with junit5 (Gregor Tudan)
  • Updated JUnit 5 README to include a link to a message pact example that uses JUnit 5 and Pact V4. (Thackery Archuletta)

4.2.5

Bugfixes + small enhancements

  • feat: support multiple providers in a JUnit 5 consumer test #1342
  • refactor: support multiple providerinfo in JUnit 5 tests #1342
  • Update README.md (Akash Agarwal)
  • README updates (humbled)
  • fix: use source by loadV4Pact (Fei Xie)
  • fix: values matcher must not cascade #1347
  • feat(V4): added a boolean matcher #1346
  • refactor: update Groovy builder to support V4 Pacts
  • fix typo in provider/junit/README.md (JapuDCret)
  • feat: add support for java LocalDate matching method in pact dsl (Radek Koubsky)
  • fixed content type for request body when content type is application/xthrift #1330 (ankur)
  • test case added with expression in body #1330 (ankur)

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

... (truncated)

Changelog

Sourced from junit5's changelog.

4.2.6 - Bugfix Release

  • 62751e7da - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 15:31:36 2021 +1000)
  • 6fb78d046 - chore: upgrade classgraph to 4.8.105 (Ronald Holshausen, Sun May 23 15:31:07 2021 +1000)
  • e38fe1349 - Merge pull request #1369 from gtudan/pact-1368 (Ronald Holshausen, Sun May 23 15:04:35 2021 +1000)
  • 1745eec1c - fix: codenarc violation #1367 (Ronald Holshausen, Sun May 23 15:00:47 2021 +1000)
  • ddb48f619 - chore: upgrade gradle to 6.8.3 (Ronald Holshausen, Sun May 23 14:39:31 2021 +1000)
  • 95b2efe2f - chore: add test for array contains matcher with simple values #1367 (Ronald Holshausen, Sun May 23 14:38:41 2021 +1000)
  • 004be0434 - fix: arrayContaining matcher was failing if the variants have no matching rules #1367 (Ronald Holshausen, Sun May 23 13:56:36 2021 +1000)
  • 6d7763bd6 - Merge pull request #1366 from colossatr0n/junit5-consumer-message-pact-example (Ronald Holshausen, Sun May 23 13:40:18 2021 +1000)
  • 4be5092a5 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 13:38:57 2021 +1000)
  • 49d975b2d - fix: Fallbck to env vars for pact.provider.version property #1365 (Ronald Holshausen, Sun May 23 13:38:27 2021 +1000)
  • b5da12bf6 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 12:50:33 2021 +1000)
  • a5c455275 - fix: Format the error correctly when publishing results fail [Gradle/Maven] #1364 (Ronald Holshausen, Sun May 23 11:52:11 2021 +1000)
  • f92fcb66e - fix: HAL client must return an error if the post request fails #1364 (Ronald Holshausen, Sun May 23 10:58:43 2021 +1000)
  • 0fd9c6b1f - fix: codenarc violations (Ronald Holshausen, Sun May 23 10:05:39 2021 +1000)
  • b54305351 - fix: fail the verification if publishing verification results fails [Maven/Gradle] #1364 (Ronald Holshausen, Sat May 22 17:51:34 2021 +1000)
  • ea9c49de7 - fix: fail the test if publishing verification results fails [JUNIT5] #1364 (Ronald Holshausen, Sat May 22 17:19:18 2021 +1000)
  • 76f91643f - fix: fail the test if publishing verification results fails #1364 (Ronald Holshausen, Sat May 22 17:04:26 2021 +1000)
  • 80fc25367 - chore: upgrade Spock to 2.0 (Ronald Holshausen, Sat May 22 12:32:24 2021 +1000)
  • c21a1ec27 - fix: allow verifying v4-interactions with junit5 (Gregor Tudan, Wed May 19 10:13:37 2021 +0200)
  • d60d7325a - Updated JUnit 5 README to include a link to a message pact example that uses JUnit 5 and Pact V4. (Thackery Archuletta, Mon May 17 14:13:26 2021 -0600)
  • d8c8f2c3e - chore: update readmes (Ronald Holshausen, Sun May 9 12:21:38 2021 +1000)
  • a0a77ef91 - bump version to 4.2.6 (Ronald Holshausen, Sun May 9 12:20:37 2021 +1000)
  • e3f52dc53 - fix: backported fix from v4.2.x #1345 (Ronald Holshausen, Wed Apr 21 16:19:39 2021 +1000)
  • b5fee030a - bump version to 4.1.21 (Ronald Holshausen, Sun Apr 11 15:49:59 2021 +1000)
  • 5cd33d36e - update changelog for release 4.1.20 (Ronald Holshausen, Sun Apr 11 15:31:27 2021 +1000)

4.1.20 - Bugfix Release

  • 30083b062 - fix(regression): IO Exceptions are now wrapped #1337 (Ronald Holshausen, Sun Apr 11 11:10:03 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)
  • 592122abb - bump version to 4.1.20 (Ronald Holshausen, Sun Mar 28 15:47:45 2021 +1100)

4.2.5 - Bugfix + small enhancements

  • 374be4495 - Merge pull request #1361 from akashagarwal7/patch-1 (Ronald Holshausen, Sun May 9 11:26:41 2021 +1000)
  • a813755ab - Merge pull request #1360 from humbled/patch-1 (Ronald Holshausen, Sun May 9 11:26:06 2021 +1000)
  • 1c0c0e381 - Merge pull request #1359 from feixie79/fixBugNotUsingSourceInLoadV4Pact (Ronald Holshausen, Sun May 9 11:25:15 2021 +1000)
  • 0c48b2e34 - Merge pull request #1348 from JapuDCret/patch-1 (Ronald Holshausen, Sun May 9 10:05:45 2021 +1000)
  • bd7625857 - feat: support multiple providers in a JUnit 5 consumer test #1342 (Ronald Holshausen, Sat May 8 16:41:53 2021 +1000)
  • 4a6c7dff1 - refactor: support multiple providerinfo in JUnit 5 tests #1342 (Ronald Holshausen, Sat May 8 14:39:52 2021 +1000)
  • 1c15fb111 - Update README.md (Akash Agarwal, Fri May 7 14:29:54 2021 +1000)
  • 5f76a3e20 - README updates (humbled, Fri May 7 15:02:56 2021 +1200)
  • 7d62150cb - fix: use source by loadV4Pact (Fei Xie, Thu May 6 16:56:03 2021 +0200)
  • 20da4aa46 - fix: values matcher must not cascade #1347 (Ronald Holshausen, Sat May 1 17:47:41 2021 +1000)
  • bbd09423a - feat(V4): added a boolean matcher #1346 (Ronald Holshausen, Sat May 1 16:34:20 2021 +1000)
  • 075996d64 - chore: fix failing tests after refactor (Ronald Holshausen, Sat May 1 15:43:43 2021 +1000)

... (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 May 24, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #123.

@dependabot dependabot Bot closed this Jun 28, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.2.6 branch June 28, 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