Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2021

Bumps junit5 from 4.1.10 to 4.2.10.

Release notes

Sourced from junit5's releases.

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
  • 20f53c684 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
  • 672e85384 - added check for Null JsonValue for regex matcher (Ryan Levell)
  • e954d801a - fix(JUnit 4): do not fire the test finished event for pending pacts #1310
  • b782ccca0 - feat: deprecate pact broker host, port and scheme in favour of an URL #1300
  • cd446eef8 - chore: upgrade Kotlin to 1.4.30

4.2.0-beta.3

Mock server URL generator + Support for using generators with array contains matcher + bug fixes from master

  • refactor: converted the remaining Java DSL body classes to Kotlin
  • refactor: converted PactDslJsonBody to Kotlin
  • refactor: converted PactDslJsonArray to Kotlin
  • refactor: converted DslPart to Kotlin
  • feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • feat: add PactDslJsonBody eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • chore: split out more objects from large test - failing on JDK 10 #1286
  • chore: add large body test to DSL #1286
  • feat: implemented support for using generators with array contains matcher
  • feat: Hyper media test working with array contains matcher + generators
  • refactor: phase 3 - added ArrayContainsJsonGenerator to the test execution context to break cycle deps
  • refactor: phase 2 - add example value to generator calls
  • refactor: first phase of supporting matchers that embed generators
  • feat: added MockServerURL generator

... (truncated)

Changelog

Sourced from junit5's changelog.

4.2.10 - Bugfix Release

  • 185061e9b - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Aug 22 18:23:38 2021 +1000)
  • 54d6ca8e6 - bump version to 4.1.26 (Ronald Holshausen, Sun Aug 22 18:21:26 2021 +1000)
  • 8f84d2b8d - update changelog for release 4.1.25 (Ronald Holshausen, Sun Aug 22 18:04:44 2021 +1000)
  • fd6372fcd - chore: ignore test failing on Windows (Ronald Holshausen, Sun Aug 22 17:47:10 2021 +1000)
  • 59f01081a - chore: codenarc (Ronald Holshausen, Sun Aug 22 17:35:15 2021 +1000)
  • db52a0abf - chore: ignore test failing on Windows (Ronald Holshausen, Sun Aug 22 17:30:20 2021 +1000)
  • 38a499d27 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Aug 22 17:21:35 2021 +1000)
  • 603b61266 - feat: add the authentication options to PactBrokerOptions #1415 (Ronald Holshausen, Sun Aug 22 17:21:06 2021 +1000)
  • eeb458af7 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Aug 21 16:53:58 2021 +1000)
  • 60e0bcb28 - chore: add tests for JSON keys with special characters #1416 (Ronald Holshausen, Sat Aug 21 16:53:37 2021 +1000)
  • dee01979e - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Aug 21 15:47:00 2021 +1000)
  • b44e8d4be - feat: add method to ProviderInfo with better type safety #1415 (Ronald Holshausen, Sat Aug 21 15:43:50 2021 +1000)
  • 956d9f17e - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Aug 21 15:04:18 2021 +1000)
  • 4db1f837f - feat: add standalone setting to the XML builder #1414 (Ronald Holshausen, Sat Aug 21 14:51:13 2021 +1000)
  • 883be2dac - chore: fix build after backport from master (Ronald Holshausen, Wed Aug 18 09:13:24 2021 +1000)
  • 8cc8ae7ec - chore: fix codenarc violation (Ronald Holshausen, Tue Aug 17 13:08:40 2021 +1000)
  • af9f4948d - feat: add support for verification type RESPONSE_FACTORY. Fixes #1379 (Kyle Florence, Sat Aug 7 20:42:12 2021 -0500)
  • c7e5f7de1 - Merge branch 'kflorence-message-handler-verification-1379' (Ronald Holshausen, Tue Aug 17 13:13:01 2021 +1000)
  • 892541921 - chore: fix codenarc violation (Ronald Holshausen, Tue Aug 17 13:08:40 2021 +1000)
  • 91d7823f7 - Merge branch 'message-handler-verification-1379' of https://github.com/kflorence/pact-jvm into kflorence-message-handler-verification-1379 (Ronald Holshausen, Tue Aug 17 12:48:43 2021 +1000)
  • 59493c370 - feat: add support for verification type RESPONSE_FACTORY. Fixes #1379 (Kyle Florence, Sat Aug 7 20:42:12 2021 -0500)
  • 8d2b3c8c9 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Aug 15 16:08:13 2021 +1000)
  • cf21bb87f - feat: allow insecure TLS when accessing the broker with Maven #1413 (Ronald Holshausen, Sun Aug 15 16:05:50 2021 +1000)
  • 48c52dbf1 - chore: update CONTRIBUTING.md #1291 (Ronald Holshausen, Sun Aug 15 14:09:54 2021 +1000)
  • 04a1e298f - chore: make artifact signing disabled for non-release builds #1291 (Ronald Holshausen, Sun Aug 15 13:58:51 2021 +1000)
  • 8a27dcb3a - chore: correct the build dependencies (Ronald Holshausen, Sun Aug 15 12:55:28 2021 +1000)
  • 8bd9fd65a - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Aug 15 12:39:49 2021 +1000)
  • 60a624334 - feat: update the expression markers when loading a pact file if overridden #1410 (Ronald Holshausen, Sun Aug 15 12:33:44 2021 +1000)
  • 837a80176 - feat: restrict expression marker overrides to provider state expressions #1410 (Ronald Holshausen, Sun Aug 15 12:33:00 2021 +1000)
  • 4b84e68ad - chore: update readmes with expression marker overrides #1410 (Ronald Holshausen, Sun Aug 15 12:05:42 2021 +1000)
  • e84e19c5e - feat: allow the expression markers in expressions to be overridden #1410 (Ronald Holshausen, Sun Aug 15 11:58:21 2021 +1000)
  • 8de8efd48 - chore: downgrade kotlin-result to 1.1.11 (Ronald Holshausen, Sun Aug 8 16:52:09 2021 +1000)
  • f8e452031 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Aug 8 16:47:23 2021 +1000)
  • ea12cdf30 - chore: update spec test case (Ronald Holshausen, Sun Aug 8 15:56:52 2021 +1000)
  • 2a12a3212 - fix: min/max type matchers must not apply the limits when cascading #396 (Ronald Holshausen, Sun Aug 8 13:29:49 2021 +1000)
  • 6c77eb5cf - chore: correct example message JUnit tests #384 (Ronald Holshausen, Sat Aug 7 16:34:31 2021 +1000)
  • ae0dd49b9 - chore: fix failing test on windows (Ronald Holshausen, Sat Aug 7 16:23:52 2021 +1000)
  • ad664ed5d - feat(V4): Implemented models for Synchronous Message interactions (Ronald Holshausen, Sat Aug 7 16:10:35 2021 +1000)
  • ada007d7e - chore: Upgrade kotlin-result and kotlin-logging (Ronald Holshausen, Sat Aug 7 14:44:12 2021 +1000)
  • 5bac92c96 - feat: support specifying multiple example values in Java DSL #379 (Ronald Holshausen, Sun Aug 1 18:18:07 2021 +1000)
  • 4cde881a3 - chore: add a test to verify matching a number with a regular expression #330 (Ronald Holshausen, Sun Aug 1 14:28:23 2021 +1000)
  • e2970f3bc - chore: added test to verify empty body #298 (Ronald Holshausen, Sun Aug 1 14:17:13 2021 +1000)
  • 331cbe804 - chore: update readmes (Ronald Holshausen, Sun Aug 1 11:51:33 2021 +1000)
  • 1e240f5c2 - bump version to 4.2.10 (Ronald Holshausen, Sun Aug 1 11:45:06 2021 +1000)

4.1.25 - Bugfix Release

  • fd6372fcd - chore: ignore test failing on Windows (Ronald Holshausen, Sun Aug 22 17:47:10 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.10.
- [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.consumer: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 Aug 23, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2021

Superseded by #99.

@dependabot dependabot bot closed this Sep 6, 2021
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-junit5-4.2.10 branch September 6, 2021 23:04
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