Skip to content

Bump junit5 from 4.1.10 to 4.2.14#145

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 5, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.2.14.

Release notes

Sourced from junit5's releases.

4.2.14

Disable enablePending fix + scala support

  • chore: correctly sort the interactions before writing
  • feat: add support for @​TestTarget annotation for junit tests written in scala #1460 (piotr.sliwa)
  • fix(PactBrokerClient): Send includePendingStatus=false when enablePending is set to false #1455 (Timothy Jones)
  • fix: correct the pact source description when using the URL option #1449

4.2.13

Bugfix + add ignore parameter to Maven can-i-deploy task

  • fix: org.apache.httpcomponents:httpmime needs to be defined as api for consumer lib #1446
  • feat: update readme with ignore options #1444
  • feat: support setting can-i-deploy ignore values using -D command line #1444
  • feat: add ignore parameter to Maven can-i-deploy mojo #1444
  • fix: support specifying both tags and consumers as system property list expressions #1447

4.2.12

Maintenance release + support of multiple parts in multipart request

  • 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
  • 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)

4.2.11

Bugfix Release

  • feat: force standalone="yes" when standalone is set to true on the XML builder #1414
  • feat(Maven): Add the ability to dynamically set the provider host/port from an expression #1412
  • refactor: allow expression parser to be extended to allow start and end markers to be changed #1412
  • Correcting definition for arrayMinLike. (darshna)
  • fix: Illegal cast of au.com.dius.pact.core.support.Auth to List #1422
  • chore: upgrade kotlin-result
  • feat: add handling for 404 responses in Maven plugin #1419 (Marvin Kienitz)

4.2.10

Bugfix Release

  • feat: add the authentication options to PactBrokerOptions #1415
  • chore: add tests for JSON keys with special characters #1416
  • feat: add method to ProviderInfo with better type safety #1415
  • feat: add standalone setting to the XML builder #1414
  • feat: add support for verification type RESPONSE_FACTORY. Fixes #1379 (Kyle Florence)
  • feat: allow insecure TLS when accessing the broker with Maven #1413
  • chore: update CONTRIBUTING.md #1291

... (truncated)

Changelog

Sourced from junit5's changelog.

4.2.14 - enablePending + scala support

  • d86e79d16 - fix: broken spec after merging #1455 (Ronald Holshausen, Tue Oct 5 10:08:10 2021 +1100)
  • 673689a6c - chore: correctly sort the interactions before writing (Ronald Holshausen, Tue Oct 5 08:57:31 2021 +1100)
  • 6da800794 - Merge pull request #1460 from psliwa/feature-support-for-TestTarget-annotation-for-junit-and-scala (Ronald Holshausen, Tue Oct 5 09:04:40 2021 +1100)
  • 25be84f20 - feat: add support for @​TestTarget annotation for junit tests written in scala (piotr.sliwa, Mon Oct 4 22:34:04 2021 +0200)
  • d014fb03b - Merge pull request #1455 from pact-foundation/TimothyJones-patch-1 (Ronald Holshausen, Thu Sep 30 11:50:40 2021 +1000)
  • ac6741897 - chore: Revert accidental change to interface (Timothy Jones, Thu Sep 30 11:34:34 2021 +1000)
  • 861001505 - test(PactBrokerClient): Update test for when include pending pacts is set to false (Timothy Jones, Thu Sep 30 11:30:40 2021 +1000)
  • 349231d8f - fix(PactBrokerClient): Send includePendingStatus=false when enablePending is set to false (Timothy Jones, Thu Sep 30 10:47:32 2021 +1000)
  • a36a51fda - Merge branch 'v4.1.x' (Ronald Holshausen, Wed Sep 29 09:13:56 2021 +1000)
  • 96521e3a2 - fix: codenarc violation #1449 (Ronald Holshausen, Wed Sep 29 09:13:23 2021 +1000)
  • 20a5d590b - Merge branch 'v4.1.x' (Ronald Holshausen, Wed Sep 29 09:03:23 2021 +1000)
  • bcc1d12c0 - fix: correct the pact source description when using the URL option #1449 (Ronald Holshausen, Wed Sep 29 09:01:21 2021 +1000)
  • daac53382 - bump version to 4.2.14 (Ronald Holshausen, Mon Sep 27 17:07:12 2021 +1000)
  • 5706c6034 - bump version to 4.1.29 (Ronald Holshausen, Mon Sep 27 16:36:14 2021 +1000)
  • 085c12735 - update changelog for release 4.1.28 (Ronald Holshausen, Mon Sep 27 16:21:44 2021 +1000)

4.2.13 - Bugfix + add ignore parameter to Maven can-i-deploy task

  • 70ebaa38f - fix: org.apache.httpcomponents:httpmime needs to be defined as api for consumer lib #1446 (Ronald Holshausen, Mon Sep 27 16:04:51 2021 +1000)
  • e1afb3415 - fix: build after merge from v4.1.x (Ronald Holshausen, Mon Sep 27 16:03:55 2021 +1000)
  • 6ef8fc119 - Merge branch 'v4.1.x' (Ronald Holshausen, Mon Sep 27 15:52:21 2021 +1000)
  • 6bd425fe9 - feat: update readme with ignore options #1444 (Ronald Holshausen, Mon Sep 27 15:51:16 2021 +1000)
  • b9dfa76dd - feat: support setting can-i-deploy ignore values using -D command line #1444 (Ronald Holshausen, Mon Sep 27 15:33:41 2021 +1000)
  • e21f0f05f - feat: add ignore parameter to Maven can-i-deploy mojo #1444 (Ronald Holshausen, Mon Sep 27 14:23:49 2021 +1000)
  • 7b956c1d3 - chore: add example Java test with null value matchers (Ronald Holshausen, Mon Sep 27 11:10:46 2021 +1000)
  • 7c556ea51 - fix: support specifying both tags and consumers as system property list expressions #1447 (Ronald Holshausen, Fri Sep 24 12:53:27 2021 +1000)
  • ed6e82c93 - bump version to 4.2.13 (Ronald Holshausen, Sun Sep 19 12:17:26 2021 +1000)

4.2.12 - Maintenance release + support of multiple parts in multipart request

  • bca15036b - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Sep 19 11:53:00 2021 +1000)
  • 4b461d809 - bump version to 4.1.28 (Ronald Holshausen, Sun Sep 19 11:35:46 2021 +1000)
  • 37e73ce67 - update changelog for release 4.1.27 (Ronald Holshausen, Sun Sep 19 11:22:18 2021 +1000)
  • 793ed5c1d - Merge branch 'kmochocki-feature/non-file_parts_in_multipart' into v4.1.x (Ronald Holshausen, Sun Sep 19 10:46:38 2021 +1000)
  • 10a968214 - chore: fix missing import (Ronald Holshausen, Sun Sep 19 10:46:00 2021 +1000)
  • 8fe5f8cbd - Merge branch 'feature/non-file_parts_in_multipart' of https://github.com/kmochocki/pact-jvm into kmochocki-feature/non-file_parts_in_multipart (Ronald Holshausen, Sun Sep 19 10:43:00 2021 +1000)
  • 1b31c75fd - Update provider/junit5spring/src/main/kotlin/au/com/dius/pact/provider/spring/junit5/MockMvcTestTarget.kt (Ronald Holshausen, Sun Sep 19 10:28:39 2021 +1000)
  • e708f45a8 - chore: Upgarde Spring libraries to 5.3.9 (Ronald Holshausen, Sun Sep 19 10:28:13 2021 +1000)
  • 3fcbf92d4 - Merge pull request #1442 from kmochocki/feature/multiple_parts_for_multipart (Ronald Holshausen, Sun Sep 19 10:18:29 2021 +1000)
  • 757903466 - feat: add support for non-file parts in the multipart requests (krzysztofmochocki, Sat Sep 18 11:17:47 2021 +0200)
  • 3777d5528 - feat: add support of multiple parts in multipart request (krzysztofmochocki, Sat Sep 18 10:43:28 2021 +0200)
  • 066c5adb1 - fix: PactDslRootValue should return the value as a String, not JSON (Ronald Holshausen, Sat Sep 18 15:06:26 2021 +1000)
  • a78ae7bb1 - Merge pull request #1438 from JapuDCret/bugfix/issue-1436-windows-compilation-maven-plugin (Ronald Holshausen, Sat Sep 18 14:35:47 2021 +1000)
  • 59ed393df - Merge branch 'JapuDCret-bugfix/issue-1419-fix-error-when-notfoundhalresponse' (Ronald Holshausen, Sat Sep 18 14:34:16 2021 +1000)
  • 70d3f7eb3 - chore: fix failing test and codenarc violations (Ronald Holshausen, Sat Sep 18 14:34:00 2021 +1000)
  • 1a19fffb1 - Merge branch 'bugfix/issue-1419-fix-error-when-notfoundhalresponse' of https://github.com/JapuDCret/pact-jvm into JapuDCret-bugfix/issue-1419-fix-error-when-notfoundhalresponse (Ronald Holshausen, Sat Sep 18 14:25:47 2021 +1000)
  • 24f46afbd - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Sep 18 14:07:56 2021 +1000)
  • 122ced049 - chore: fix codenarc (Ronald Holshausen, Sat Sep 18 14:06:59 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)

Bumps [junit5](https://github.com/DiUS/pact-jvm) from 4.1.10 to 4.2.14.
- [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 Oct 5, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 12, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #153.

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