Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2022

Bumps junit from 4.1.10 to 4.3.10.

Release notes

Sourced from junit's releases.

4.3.10

Supports branches and releases with Gradle plugin

  • ba88e3019 - feat: add Gradle DSL functions for deprecated tag forms of selectors
  • f927119bf - Feat: Implement new Gradle DSL for consumer version selectors
  • 5acf7d226 - refactor(Gradle): use delegation instead of inheritance to allow supporting Gradle 8 changes
  • 832718413 - feat(Gradle): Add auth option for no auth
  • de753fc2f - feat: allow consumer version selector JSON to be provided with an environment variable
  • 0fa5b5eae - fix: make the use of content type overrides consistent #1569
  • 7a2a77b56 - docs: link to 'Using provider states effectively' #1571 (Édouard Lopez)
  • 0e411319e - chore: add example tests with attributes that contain slashes #1556

4.3.1

Fix regressions in JUnit support

  • fix: support HttpRequest in JUnit 5 tests #1481
  • fix: Use MessageInteraction instead of Message in MessageTestTarget (Jere Teittinen)

4.3.0-beta.6

Update plugin driver to latest

  • chore: set the plugin driver version to be the same across modules

4.3.0-beta.5

Support using synchronous messages with JUnit 5 (for Protobuf plugin)

  • feat(plugins): Support V4 synchronous messages in JUnit 5 tests
  • fix: notEmpty matching rule defintion should be applied to any primitive value
  • chore: add docs about the matching rule definition language

4.3.0-beta.4

Fixes from master + updated matching rule expressions and plugin support

  • chore: correctly sort the interactions before writing
  • feat: add support for @​TestTarget annotation for junit tests written in scala (piotr.sliwa)
  • feat(plugins): support matching lists and maps via plugin
  • fix: Content type matcher was detecting JSON as text/plain
  • fix(PactBrokerClient): Send includePendingStatus=false when enablePending is set to false (Timothy Jones)
  • fix: correct the pact source description when using the URL option #1449
  • fix: org.apache.httpcomponents:httpmime needs to be defined as api for consumer lib #1446
  • feat: support setting can-i-deploy ignore values using -D command line #1444
  • chore: add example Java test with null value matchers
  • fix: support specifying both tags and consumers as system property list expressions #1447
  • fix: matching rule definition INTEGER_LITERAL was associated with the wrong type
  • feat(plugins): support plugins returning an error when configuring interactions fail
  • chore: move the matcherKey implementation to the models lib
  • feat(plugins): support references and type inference in matching expressions
  • chore: Upgrade Spring libraries to 5.3.9
  • feat: add support for non-file parts in the multipart requests (krzysztofmochocki)

... (truncated)

Changelog

Sourced from junit's changelog.

4.3.10 - Branches and releases with Gradle plugin

  • ba88e3019 - feat: add Gradle DSL functions for deprecated tag forms of selectors (Ronald Holshausen, Tue Jun 28 12:26:41 2022 +1000)
  • 60712c465 - fix: call the updated selector method from the Gradle plugin (Ronald Holshausen, Tue Jun 28 11:42:36 2022 +1000)
  • f927119bf - Feat: Implement new Gradle DSL for consumer version selectors (Ronald Holshausen, Mon Jun 27 17:03:09 2022 +1000)
  • 5acf7d226 - refactor(Gradle): use delegation instead of inheritance to allow supporting Gradle 8 changes (Ronald Holshausen, Fri Jun 24 17:12:46 2022 +1000)
  • 905ed6560 - fix: failing test on Windows (Ronald Holshausen, Fri Jun 24 16:14:25 2022 +1000)
  • 832718413 - feat(Gradle): Add auth option for no auth (Ronald Holshausen, Fri Jun 24 15:57:15 2022 +1000)
  • 7027f0955 - Update system-properties.md (Ronald Holshausen, Thu Jun 23 09:09:43 2022 +1000)
  • d8f7ee3f6 - docs: add raw JSON property description (Ronald Holshausen, Tue Jun 21 14:54:52 2022 +1000)
  • de753fc2f - feat: allow consumer version selector JSON to be provided with an environment variable (Ronald Holshausen, Tue Jun 21 14:05:48 2022 +1000)
  • 05309c11a - fix: correct codenarc violations #1569 (Ronald Holshausen, Wed Jun 15 17:32:29 2022 +1000)
  • 0fa5b5eae - fix: make the use of content type overrides consistent #1569 (Ronald Holshausen, Wed Jun 15 17:29:07 2022 +1000)
  • 87a06c8a9 - Merge pull request #1571 from edouard-lopez/patch-1 (Ronald Holshausen, Tue Jun 14 14:14:20 2022 +1000)
  • 7a2a77b56 - docs: link to 'Using provider states effectively' (Édouard Lopez, Fri Jun 10 11:21:21 2022 +0200)
  • 0e411319e - chore: add example tests with attributes that contain slashes #1556 (Ronald Holshausen, Thu Jun 9 11:45:10 2022 +1000)
  • c5077953b - Update README.md (Ronald Holshausen, Tue May 31 17:28:47 2022 +1000)
  • 9acc5c23f - bump version to 4.3.10 (Ronald Holshausen, Tue May 31 17:27:01 2022 +1000)

4.3.9 - Rename providerBranches to providerBranch

  • e4523335e - Merge pull request #1565 from praveen-em/issue-1562 (Ronald Holshausen, Mon May 30 17:35:34 2022 +1000)
  • 12b0cbfa1 - Merge pull request #1559 from itstheceo/master (Ronald Holshausen, Mon May 30 10:59:02 2022 +1000)
  • 39d3739f1 - fix: providerVersionBranch for pending pacts (Praveen Erode Mohanasundaram, Fri May 27 22:15:52 2022 +0100)
  • 56c972491 - bump version to 4.3.9 (Ronald Holshausen, Thu May 26 11:51:11 2022 +1000)
  • 6e4b18002 - Updating build.gradle to fix Vulnerability CVE-2022-22970 (Colin, Tue May 24 13:45:25 2022 +1200)

4.3.8 - Support providerVersionBranches in JUnit tests

  • eeba50278 - Merge branch 'TGNThump-feature/providerVersionBranches' (Ronald Holshausen, Tue May 24 08:56:30 2022 +1000)
  • 1c3b69f6b - Merge pull request #1558 from pact-foundation/correct_provider_states_url (Yousaf Nabi, Mon May 23 12:59:53 2022 +0100)
  • 31f8d9ddd - docs: update gradle readme provider states link (Yousaf Nabi, Mon May 23 12:57:38 2022 +0100)
  • 5917d5169 - Merge pull request #1557 from TGNThump/feature/providerVersionBranches (Ronald Holshausen, Fri May 20 12:41:27 2022 +1000)
  • b985a6233 - chore: fix failing tests #1557 (Ronald Holshausen, Fri May 20 12:40:51 2022 +1000)
  • 968e69c7c - chore: fix static code check errros #1557 (Ronald Holshausen, Fri May 20 12:05:21 2022 +1000)
  • 936ac74c3 - Add support for providerVersionBranches #1554 (Ben Pilgrim, Thu May 19 11:15:28 2022 +0100)
  • 36788ed47 - chore: Update versions in readme (Ronald Holshausen, Fri May 13 16:50:02 2022 +1000)
  • 469511218 - bump version to 4.3.8 (Ronald Holshausen, Fri May 13 16:39:13 2022 +1000)

4.3.7 - Maintenance Release

  • 16e72b61b - Merge pull request #1550 from rejeeshg/patch-11 (Ronald Holshausen, Wed May 11 10:28:05 2022 +1000)
  • 1316da1b3 - Merge pull request #1546 from rejeeshg/patch-7 (Ronald Holshausen, Wed May 11 10:25:37 2022 +1000)
  • 37ba29941 - Updating build.gradle to fix vulnerability (rejeeshg, Tue May 10 23:01:39 2022 +0530)
  • c5df12d0e - Update gradle.properties to fix Vulnerability (rejeeshg, Tue May 10 18:59:13 2022 +0530)
  • bfd2586fb - Merge pull request #1544 from rejeeshg/patch-6 (Ronald Holshausen, Mon May 9 11:54:03 2022 +1000)
  • 099d6cf4b - Update build.gradle to mitigate Vuln CVE-2022-22965 (rejeeshg, Fri May 6 17:41:42 2022 +0530)
  • 4712d3257 - Merge pull request #1533 from pact-foundation/java-8-update-link (Ronald Holshausen, Tue Apr 12 09:11:16 2022 +1000)
  • 892f6c8e4 - docs: make jvm link relative (Yousaf Nabi, Mon Apr 11 15:24:51 2022 +0100)
  • de2662462 - docs: update link in main readme (Yousaf Nabi, Mon Apr 11 15:22:33 2022 +0100)

... (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 [junit](https://github.com/DiUS/pact-jvm) from 4.1.10 to 4.3.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.provider:junit
  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 Jun 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2022

Superseded by #204.

@dependabot dependabot bot closed this Jul 7, 2022
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.provider-junit-4.3.10 branch July 7, 2022 23:08
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