Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps junit5 from 4.1.10 to 4.3.15.

Release notes

Sourced from junit5's releases.

4.3.15

Bugfix Release

  • 3d9bcedf2 - chore: Update the HAL client to return the current navigated document
  • 205bbd341 - chore: fix for 'compileTestJava' task (current target is 18) and 'compileTestKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version
  • 6a53c7f68 - chore: Bump Antlr4 to 4.11.1 (Alex Miller)
  • 873b0e5b3 - Use Thread Context ClassLoader to find test resources (Holly Cummins)
  • 50863b9f6 - Bump version of Kotlin Result to work around Unresolved reference build failures (Holly Cummins)
  • db962337e - Fix issue with base classes (Stefano Lucka)
  • d31b3e6f4 - feat: update docs on providing raw selector JSON
  • 416b19d23 - feat: add capability to the selector builder DSL to add raw JSON snippets
  • fa7d27065 - fix(Gradle): publishing pacts - default to the consumer version system property if it is set #1601
  • 67204596b - chore: fix publishing Gradle plugin to Maven Central #1588
  • 08bb852a3 - feat: add matching functions to consumer DSL to matcher numbers with a regex #1600
  • 7580b4599 - Adding Lambda DSL variants for request/response (Zabuzard)

4.3.14

Bugfix Release

  • ddf7d794b - feat: add example JUnit4 Spring test using new consumer version selector method
  • 09d907b79 - feat: Add docs for using consumer version selector methods with JUnit4
  • 1a7952908 - chore: Update readme with updated Kotlin version
  • cfc6e3893 - fix: support consumer version selector methods on Kotlin test classes #1594
  • d56079c0d - fix: raise an exception when the consumerVersionSelectors method has the wrong signature #1594
  • 4ee099dae - Updated kotlin version from 1.5.31 to 1.6.21 (Jaswanth)
  • 561f0428d - fix: allways apply the plugin-publish plugin to the Gradle plugin project #1588
  • 5ef6270da - chore: move PactBrokerLoaderSpec to provider test source
  • 510c48482 - chore: Correct JUnit 5 readme
  • 37de1f298 - Consumer version selector method must be public (Stefano Lucka)
  • 18832534b - Replace diff-utils with the latest actively maintained version 4.12 (Bernard Fugas)

4.3.13

Bugfix Release

  • b85250936 - fix(Gradle): fixes gradle provider verification from pact file #1587
  • d7ec72411 - fix(Gradle): Update methods on GradleProviderInfo to support calling hasPactsFromPactBroker without options #1586
  • 0bc7cdfe5 - chore: upgrade plugin-publish Gradle plugin to 1.0.0

4.3.12

Bugfixes + Update Maven plugin with latest consumer version selectors

  • ad812c438 - feat: add support for LocalDate to LambdaDslObject #1530
  • d914ff1d3 - fix: pass the value resolver on to the PactVerificationContext, fixes issues with Spring tests #1572
  • c085da667 - fix: pass consumer.pending through when validating an async message interaction #1573
  • fe762dc9c - fix: support multipart form posts with multiple parts #1574
  • 67b2a8c1e - chore: add example test with negative numbers #1575
  • 021c0c7e7 - fix: support multi-line matching with plain text matcher #1579
  • 2a0f97761 - fix: for NoSuchMethodError: void kotlin.jvm.internal.FunctionReferenceImpl

... (truncated)

Changelog

Sourced from junit5's changelog.

4.3.15 - Bugfix Release

  • 3d9bcedf2 - chore: Update the HAL client to return the current navigated document (Ronald Holshausen, Fri Sep 30 15:16:18 2022 +1000)
  • 8d1bb0565 - chore: fix build after upgrading Antlr (Ronald Holshausen, Mon Sep 26 15:19:13 2022 +1000)
  • 205bbd341 - chore: fix for 'compileTestJava' task (current target is 18) and 'compileTestKotlin' task (current target is 11) jvm target compatibility should be set to the same Java version (Ronald Holshausen, Mon Sep 26 14:35:36 2022 +1000)
  • 6f8a347b3 - Merge pull request #1609 from Codex-/bump_antlr (Ronald Holshausen, Mon Sep 26 14:01:01 2022 +1000)
  • 6a53c7f68 - chore: Bump Antlr4 to 4.11.1 (Alex Miller, Wed Sep 21 17:27:21 2022 +1200)
  • 7258f435e - Merge pull request #1607 from holly-cummins/use-tccl-in-loader (Ronald Holshausen, Mon Sep 19 12:18:27 2022 +1000)
  • 03a8b3deb - Merge pull request #1606 from holly-cummins/bump-kotlinresult (Ronald Holshausen, Mon Sep 19 11:50:17 2022 +1000)
  • bfa1a4ca3 - Merge branch 'stefano-lucka-fix/cvs' (Ronald Holshausen, Mon Sep 19 10:43:02 2022 +1000)
  • ca37bdb8b - chore: correct static code issues and failing tests from PR #1605 (Ronald Holshausen, Mon Sep 19 10:42:49 2022 +1000)
  • 873b0e5b3 - Use Thread Context ClassLoader to find test resources (Holly Cummins, Sat Sep 17 12:36:48 2022 +0100)
  • 50863b9f6 - Bump version of Kotlin Result to work around Unresolved reference build failures (Holly Cummins, Fri Sep 16 20:10:55 2022 +0100)
  • db962337e - Fix issue with base classes (Stefano Lucka, Fri Sep 16 20:08:34 2022 +0200)
  • ef2fc842a - Merge pull request #1602 from pact-foundation/feat/raw-selector-json (Ronald Holshausen, Thu Sep 1 13:31:41 2022 +1000)
  • d31b3e6f4 - feat: update docs on providing raw selector JSON (Ronald Holshausen, Thu Sep 1 12:10:14 2022 +1000)
  • 416b19d23 - feat: add capability to the selector builder DSL to add raw JSON snippets (Ronald Holshausen, Wed Aug 31 16:54:53 2022 +1000)
  • fa7d27065 - fix(Gradle): publishing pacts - default to the consumer version system property if it is set #1601 (Ronald Holshausen, Wed Aug 31 14:14:01 2022 +1000)
  • 488d1fc01 - Merge branch 'release/gradle-plugin' (Ronald Holshausen, Tue Aug 30 15:18:22 2022 +1000)
  • 67204596b - chore: fix publishing Gradle plugin to Maven Central #1588 (Ronald Holshausen, Tue Aug 30 15:18:04 2022 +1000)
  • 08bb852a3 - feat: add matching functions to consumer DSL to matcher numbers with a regex #1600 (Ronald Holshausen, Tue Aug 30 14:15:39 2022 +1000)
  • a9e81689b - Merge pull request #1598 from Zabuzard/lambda_dsl_pact_request_response (Ronald Holshausen, Tue Aug 23 09:41:31 2022 +1000)
  • 7580b4599 - Adding Lambda DSL variants for request/response (Zabuzard, Fri Aug 19 14:57:09 2022 +0200)
  • d0947165c - bump version to 4.3.15 (Ronald Holshausen, Fri Aug 12 12:52:03 2022 +1000)

4.3.14 - Bugfix Release

  • ddf7d794b - feat: add example JUnit4 Spring test using new consumer version selector method (Ronald Holshausen, Thu Aug 11 14:18:30 2022 +1000)
  • 09d907b79 - feat: Add docs for using consumer version selector methods with JUnit4 (Ronald Holshausen, Thu Aug 11 14:05:42 2022 +1000)
  • 1a7952908 - chore: Update readme with updated Kotlin version (Ronald Holshausen, Thu Aug 11 13:40:26 2022 +1000)
  • 9be3a9bb7 - Merge pull request #1597 from jaswanthm/fix/CVE-2022-24329-upgrade-kotlin-jvm-to-1.6.21 (Ronald Holshausen, Thu Aug 11 13:37:25 2022 +1000)
  • cfc6e3893 - fix: support consumer version selector methods on Kotlin test classes #1594 (Ronald Holshausen, Thu Aug 11 13:21:40 2022 +1000)
  • d56079c0d - fix: raise an exception when the consumerVersionSelectors method has the wrong signature #1594 (Ronald Holshausen, Thu Aug 11 11:53:19 2022 +1000)
  • 4ee099dae - Updated kotlin version from 1.5.31 to 1.6.21 (Jaswanth, Thu Aug 11 11:51:00 2022 +1000)
  • 561f0428d - fix: allways apply the plugin-publish plugin to the Gradle plugin project #1588 (Ronald Holshausen, Wed Aug 10 16:17:49 2022 +1000)
  • 5ef6270da - chore: move PactBrokerLoaderSpec to provider test source (Ronald Holshausen, Wed Aug 10 15:49:04 2022 +1000)
  • 510c48482 - chore: Correct JUnit 5 readme (Ronald Holshausen, Wed Aug 10 09:43:52 2022 +1000)
  • 59498da32 - Merge pull request #1595 from stefano-lucka/consumerVersionSelectors-must-be-public (Ronald Holshausen, Wed Aug 10 09:20:03 2022 +1000)
  • 37de1f298 - Consumer version selector method must be public (Stefano Lucka, Tue Aug 9 19:30:32 2022 +0200)
  • 1217b6148 - Merge pull request #1590 from bfugas/diff-utils-upgrade (Ronald Holshausen, Mon Aug 8 10:59:12 2022 +1000)
  • 18832534b - Replace diff-utils with the latest actively maintained version 4.12 (Bernard Fugas, Fri Aug 5 08:38:11 2022 +0200)
  • 8c31b4f1d - bump version to 4.3.14 (Ronald Holshausen, Mon Aug 1 09:30:12 2022 +1000)

4.3.13 - Bugfix Release

  • b85250936 - fix(Gradle): fixes gradle provider verification from pact file #1587 (Ronald Holshausen, Fri Jul 29 14:29:50 2022 +1000)
  • d7ec72411 - fix(Gradle): Update methods on GradleProviderInfo to support calling hasPactsFromPactBroker without options #1586 (Ronald Holshausen, Fri Jul 29 13:20:09 2022 +1000)
  • 9e98f0b18 - Update README.md (Ronald Holshausen, Wed Jul 27 11:55:08 2022 +1000)
  • 0bc7cdfe5 - chore: upgrade plugin-publish Gradle plugin to 1.0.0 (Ronald Holshausen, Wed Jul 27 09:00:49 2022 +1000)
  • 84fa682ed - chore: correct publishing Gradle plugin (Ronald Holshausen, Tue Jul 26 16:42:06 2022 +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.3.15.
- [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 Sep 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2022

Superseded by #227.

@dependabot dependabot bot closed this Oct 28, 2022
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-junit5-4.3.15 branch October 28, 2022 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