Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

Bumps java8 from 4.1.25 to 4.1.39.

Release notes

Sourced from java8's releases.

4.1.39

Back-ported fixes and consumer version selectors from v4.3.x

  • d7fccb6c5 - fix(Gradle): fixes gradle provider verification from pact file #1587
  • 77b79a2cd - fix(Gradle): Update methods on GradleProviderInfo to support calling hasPactsFromPactBroker without options #1586
  • 14a51438a - fix: for NoSuchMethodError: void kotlin.jvm.internal.FunctionReferenceImpl
  • 05dce3c05 - feat: Update Maven plugin readme with latest consumer version selectors
  • 34d19e3c7 - feat: Update Maven plugin with latest consumer version selectors
  • 7177bdcee - chore: remove deprecation annotation from selector tag methods
  • 1a5195785 - fix: annotation check was failing on JDK8
  • d23fcbe97 - refactor: rename ConsumerVersionSelectors annotation so it does not clash with the model class
  • 17e51e32f - refactor: Consumer Version Selectors method does not need a parameter
  • 743ac4baa - Feat: Support consumer version selectors DSL for JUnit 5
  • f54ee01df - feat(JUnit): allow pact loader to setup from the test class instead of just annotations
  • afeca4007 - chore: correct the GitHub URL in Gradle plugin
  • 957f3a3e2 - chore: upgrade Gradle project to use 1.0 of the plugin-publish plugin
  • f021ef1f9 - feat: add Gradle DSL functions for deprecated tag forms of selectors
  • fe643c961 - fix: call the updated selector method from the Gradle plugin
  • 0afc9543d - Feat: Implement new Gradle DSL for consumer version selectors
  • 01e45dcc8 - feat: allow consumer version selector JSON to be provided with an environment variable
  • 57533e350 - Update gradle.properties to fix Vulnerability
  • 33d659e1d - Added secondary constructor to FormPostBuilder to facilitate passing a ContentType.
  • 8a6095c06 - chore: correct offset expressions in date-time expressions
  • a36ce7740 - chore: correct message on warning log entry
  • e0b15ab24 - Update PactCanIDeployTask.groovy
  • 1a80e41ae - Adding support for Kafka Schema Registry JSON messages. Do not store magic bytes in broker: - use the content-type to add them to messages for Consumer Tests - remove first 5 bytes from provider tests before parsing as JSON
  • b48e37daf - feat: Add support for PactLoader path value expressions
  • 270808af6 - Adding support for Kafka Schema Registry JSON messages. Utilise the Content-Type to indicate KSR messages. Deal with the 5 "magic" bytes at the start of the JSON.
  • 8dc11bd4c - fix: make the use of content type overrides consistent #1569
  • 1f2cf91a1 - docs: link to 'Using provider states effectively'
  • 3e09e6c54 - feat: allow consumer version selector JSON to be provided with an environment variable
  • bec44aa39 - fix: make the use of content type overrides consistent #1569

4.1.38

Rename pactbroker.providerBranches to pactbroker.providerBranch [Breaking Change]

Breaking Change: This release renames providerBranches to providerBranch introduced in 4.1.37

  • a37409b23 - fix: providerVersionBranch for pending pacts (Praveen Erode Mohanasundaram)
  • d68690790 - Updating build.gradle to fix Vulnerability CVE-2022-22970 (Colin)

4.1.37

Support providerVersionBranches in JUnit tests

  • 90f821f49 - Add support for providerVersionBranches #1554 (Ben Pilgrim)

4.1.36

Maintenance Release

... (truncated)

Changelog

Sourced from java8's changelog.

To generate the log, run git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD replacing TAGNAME and HEAD as appropriate.

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)
  • 0ccc32dd2 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL (Ronald Holshausen, Tue Jul 5 16:02:18 2022 +1000)
  • 79b0038c3 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL (Ronald Holshausen, Tue Jul 5 15:49:02 2022 +1000)
  • d50014ce2 - feat: Update JUnit 5 readme with Consumer Version Selectors DSL (Ronald Holshausen, Tue Jul 5 15:43:00 2022 +1000)
  • 471c13e8f - refactor: Consumer Version Selectors method does not need a parameter (Ronald Holshausen, Tue Jul 5 15:42:29 2022 +1000)
  • f37c1379f - Feat: Support consumer version selectors DSL for JUnit 5 (Ronald Holshausen, Tue Jul 5 14:29:04 2022 +1000)
  • 3932b2456 - feat(JUnit): allow pact loader to setup from the test class instead of just annotations (Ronald Holshausen, Wed Jun 29 13:55:05 2022 +1000)
  • 7b739a19f - chore: correct the GitHub URL in Gradle plugin (Ronald Holshausen, Wed Jun 29 10:42:19 2022 +1000)
  • cb3d021f2 - docs: Update Gradle readme with branches and releases support (Ronald Holshausen, Tue Jun 28 15:17:44 2022 +1000)
  • 5da217cb0 - bump version to 4.3.11 (Ronald Holshausen, Tue Jun 28 14:04:15 2022 +1000)
  • 0c066254d - chore: upgrade Gradle project to use 1.0 of the plugin-publish plugin (Ronald Holshausen, Tue Jun 28 14:03:26 2022 +1000)

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)

... (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 [java8](https://github.com/DiUS/pact-jvm) from 4.1.25 to 4.1.39.
- [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:java8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2022

Superseded by #265.

@dependabot dependabot bot closed this Nov 25, 2022
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.39 branch November 25, 2022 23:01
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.

1 participant