Skip to content

Bump junit5 from 4.1.10 to 4.2.12#135

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.2.12.

Release notes

Sourced from junit5's releases.

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
  • chore: make artefact signing disabled for non-release builds #1291
  • feat: update the expression markers when loading a pact file if overridden #1410
  • feat: restrict expression marker overrides to provider state expressions #1410
  • feat: allow the expression markers in expressions to be overridden #1410
  • chore: downgrade kotlin-result to 1.1.11
  • fix: min/max type matchers must not apply the limits when cascading #396
  • chore: correct example message JUnit tests #384
  • feat(V4): Implemented models for Synchronous Message interactions
  • chore: Upgrade kotlin-result and kotlin-logging
  • feat: support specifying multiple example values in Java DSL #379
  • chore: add a test to verify matching a number with a regular expression #330
  • chore: added test to verify empty body #298

4.2.1

Bugfix Release

  • cce1cfcdd - refactor: remove old wild-card matching logic in favour of using the ValueMatcher

... (truncated)

Changelog

Sourced from junit5's changelog.

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)
  • a8d989a88 - chore: add provider verification test with pact file from Pact-JS V3 #1434 (Ronald Holshausen, Sat Sep 18 14:01:25 2021 +1000)
  • 26d5ae965 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Sep 18 13:58:08 2021 +1000)
  • ea989c028 - chore: add provider verification test with pact file from Pact-JS V3 #1434 (Ronald Holshausen, Sat Sep 18 13:56:13 2021 +1000)
  • c2fd9f4d9 - feat: set accessible flag when calling test methods in case the class/method is not public #1431 (Ronald Holshausen, Sat Sep 18 11:56:21 2021 +1000)
  • b75661fb0 - fix: resolve Windows build problem when using Maven>=3.3.3 (Marvin Kienitz, Tue Sep 14 17:07:02 2021 +0200)
  • c04aab5a4 - feat: add and refactor handling for 404 responses in Maven plugin (Marvin Kienitz, Tue Sep 14 16:24:24 2021 +0200)
  • 589eb3f95 - Update README.md (Ronald Holshausen, Mon Sep 6 11:16:23 2021 +1000)
  • aae244a9a - bump version to 4.2.12 (Ronald Holshausen, Sat Sep 4 15:40:57 2021 +1000)

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

  • 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)
  • 122ced049 - chore: fix codenarc (Ronald Holshausen, Sat Sep 18 14:06:59 2021 +1000)
  • ea989c028 - chore: add provider verification test with pact file from Pact-JS V3 #1434 (Ronald Holshausen, Sat Sep 18 13:56:13 2021 +1000)
  • c2fd9f4d9 - feat: set accessible flag when calling test methods in case the class/method is not public #1431 (Ronald Holshausen, Sat Sep 18 11:56:21 2021 +1000)
  • fd4130c12 - bump version to 4.1.27 (Ronald Holshausen, Sat Sep 4 14:31:39 2021 +1000)

4.2.11 - Bugfix Release

  • c9b8ffae8 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Sep 4 14:47:19 2021 +1000)
  • fd4130c12 - bump version to 4.1.27 (Ronald Holshausen, Sat Sep 4 14:31:39 2021 +1000)
  • 005d3a715 - update changelog for release 4.1.26 (Ronald Holshausen, Sat Sep 4 14:18:01 2021 +1000)
  • 13f943d76 - chore: remove kotlinter from the project (Ronald Holshausen, Sat Sep 4 13:16:15 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.12.
- [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 Sep 20, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 27, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #142.

@dependabot dependabot Bot closed this Sep 27, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.2.12 branch September 27, 2021 23:05
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