Skip to content

Bump junit5 from 4.1.10 to 4.3.14#238

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 12, 2022

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.3.14.

Release notes

Sourced from junit5's releases.

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
  • 6c60109c3 - feat: Update Maven plugin readme with latest consumer version selectors
  • d46c317d3 - feat: Update Maven plugin with latest consumer version selectors
  • 84337cea7 - chore: remove deprecation annotation from selector tag methods

4.3.11

Support consumer version selectors DSL for JUnit 5

  • a47176118 - refactor: rename ConsumerVersionSelectors annotation so it does not clash with the model class
  • 8335063df - fix: correct publish config to work with Gradle 7
  • 0ccc32dd2 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL
  • 79b0038c3 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL
  • d50014ce2 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL
  • 471c13e8f - refactor: Consumer Version Selectors method does not need a parameter
  • f37c1379f - Feat: Support consumer version selectors DSL for JUnit 5
  • 3932b2456 - feat(JUnit): allow pact loader to setup from the test class instead of just annotations
  • cb3d021f2 - docs: Update Gradle readme with branches and releases support

... (truncated)

Changelog

Sourced from junit5's changelog.

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)
  • 76d846abf - bump version to 4.3.13 (Ronald Holshausen, Tue Jul 26 16:41:26 2022 +1000)

4.3.12 - Bugfixes + Update Maven plugin with latest consumer version selectors

  • ad812c438 - feat: add support for LocalDate to LambdaDslObject #1530 (Ronald Holshausen, Tue Jul 26 15:15:10 2022 +1000)
  • d914ff1d3 - fix: pass the value resolver on to the PactVerificationContext, fixes issues with Spring tests #1572 (Ronald Holshausen, Tue Jul 26 14:47:20 2022 +1000)
  • c085da667 - fix: pass consumer.pending through when validating an async message interaction #1573 (Ronald Holshausen, Tue Jul 26 14:17:13 2022 +1000)
  • fe762dc9c - fix: support multipart form posts with multiple parts #1574 (Ronald Holshausen, Tue Jul 26 13:45:48 2022 +1000)
  • 67b2a8c1e - chore: add example test with negative numbers #1575 (Ronald Holshausen, Tue Jul 26 11:45:36 2022 +1000)
  • 021c0c7e7 - fix: support multi-line matching with plain text matcher #1579 (Ronald Holshausen, Tue Jul 26 11:16:08 2022 +1000)
  • 27e9c3f3e - chore: Update JUnit 4 readme (Ronald Holshausen, Tue Jul 26 10:09:31 2022 +1000)
  • 2a0f97761 - fix: for NoSuchMethodError: void kotlin.jvm.internal.FunctionReferenceImpl (Ronald Holshausen, Mon Jul 25 16:40:42 2022 +1000)
  • 6c60109c3 - feat: Update Maven plugin readme with latest consumer version selectors (Ronald Holshausen, Mon Jul 25 15:02:39 2022 +1000)
  • d46c317d3 - feat: Update Maven plugin with latest consumer version selectors (Ronald Holshausen, Mon Jul 25 14:16:02 2022 +1000)
  • 884f6ff38 - Merge pull request #1560 from turrisxyz/Dependabot-GitHub-Actions (Ronald Holshausen, Mon Jul 25 11:07:37 2022 +1000)
  • e0d911e2d - chore: split the Maven Central and Gradle Portal releases into seperate steps (Ronald Holshausen, Thu Jul 7 10:39:43 2022 +1000)
  • 1ca0db917 - chore: correct JUnit 5 readme (Ronald Holshausen, Wed Jul 6 13:01:26 2022 +1000)
  • 84337cea7 - chore: remove deprecation anotation from selector tag methods (Ronald Holshausen, Wed Jul 6 12:53:50 2022 +1000)
  • 04974aa97 - bump version to 4.3.12 (Ronald Holshausen, Wed Jul 6 11:11:39 2022 +1000)
  • 601d49f76 - chore: Included githubactions in the dependabot config (nathannaveen, Wed May 25 00:35:12 2022 +0000)

4.3.11 - Support consumer version selectors DSL for JUnit 5

  • a47176118 - refactor: rename ConsumerVersionSelectors annotation so it does not clash with the model class (Ronald Holshausen, Tue Jul 5 17:04:10 2022 +1000)
  • 8335063df - fix: correct publish config to work with Gradle 7 (Ronald Holshausen, Tue Jul 5 16:19:56 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.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 Aug 12, 2022
@dependabot @github

dependabot Bot commented on behalf of github Sep 30, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #249.

@dependabot dependabot Bot closed this Sep 30, 2022
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.3.14 branch September 30, 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