Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2022

Bumps java8 from 4.1.10 to 4.1.36.

Release notes

Sourced from java8's releases.

4.1.36

Maintenance Release

  • a90d0e903 - Updating build.gradle to fix Vulnerability #1551 (rejeeshg)
  • 548012cb2 - Update gradle.properties to fix Vulnerability #1548 (rejeeshg)
  • d67ab750f - Update build.gradle #1542 (rejeeshg)

4.1.35

Bugfix Release

  • fdf0a5e90 - fix: PactCanIDeployTask needs to have internal fields maked @​Internal for Gradle 7 #1430
  • c3ea56917 - feat: Add support for enabling insecure TLS to the PactBrokerLoader. (Colin Anderson)

4.1.34

Bugfix Release

  • fix(Gradle): Authentication needs to be propagated when using fromPactBroker #1483
  • fix(Gradle): Cannot connect to authenticated broker with token when verifying #1483
  • fix(canIDeploy): Plus signs in version numbers not correctly escaped #1511

4.1.33

Support branches when publishing Pacts

  • feat: Update readmes on setting branches when publishing #1453
  • feat: Update Maven publish task to support branches #1453
  • feat: Update Gradle publish task to support branches #1453
  • feat: Add pact tests for "all in one" endpoint to publish pacts #1452
  • feat: Use "all in one" endpoint to publish pacts #1452

4.1.32

Fix Analytics

  • fix(metrics): swap uid for cid
  • fix: add required event value to analytics call

4.1.31

Bugfix Release

  • fix: Metrics payload needs to be a classic FORM post

4.1.30

Bugfix Release

Test Analytics

Note that from this version we are tracking anonymous analytics to gather important usage statistics like JVM version and operating system. To disable tracking, you can set the pact_do_not_track system property or environment variable to true.

... (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.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)
  • dc02522f1 - chore: add NOTE: not :::note (Yousaf Nabi, Mon Apr 11 15:00:52 2022 +0100)
  • cd442d683 - docs: remove links to java8 guide (Yousaf Nabi, Mon Apr 11 14:59:11 2022 +0100)
  • ba271ad90 - chore: update readme (Ronald Holshausen, Mon Apr 11 17:13:24 2022 +1000)
  • 784f6502c - Merge pull request #1531 from cwanderson/allow-insecure-tls-when-verifying-against-pact-broker (Ronald Holshausen, Mon Apr 11 16:22:56 2022 +1000)
  • abee6c3e5 - feat: Add support for enabling insecure TLS to the PactBrokerLoader. (Colin Anderson, Thu Apr 7 22:06:23 2022 +0100)
  • 1e270c5c5 - chore: clojure tests fail on Windows with JDK 17 (Ronald Holshausen, Wed Mar 23 10:25:49 2022 +1100)
  • 3fc057b86 - chore: remove v4.2.x from CI, add v4.4.x (Ronald Holshausen, Tue Mar 22 17:34:21 2022 +1100)
  • f2f78a5f7 - chore: add JDK 17 to CI build (Ronald Holshausen, Tue Mar 22 17:22:21 2022 +1100)
  • f169bcba0 - chore: Update project to run on JDK 17 (Ronald Holshausen, Tue Mar 22 17:20:23 2022 +1100)
  • ea72cddc7 - chore: add 4.4.x to the version table (Ronald Holshausen, Tue Mar 22 16:48:44 2022 +1100)
  • 5835a5856 - chore: update version table in readme (Ronald Holshausen, Tue Mar 22 16:06:07 2022 +1100)
  • a3e2426a8 - bump version to 4.3.7 (Ronald Holshausen, Tue Mar 22 16:01:17 2022 +1100)

4.3.6 - Bugfix Release

  • 99316a311 - chore: fix codenarc violation after merging PR (Ronald Holshausen, Tue Mar 22 15:44:54 2022 +1100)
  • 4f4c0b296 - Merge pull request #1527 from kellychen103/verificationresults (Ronald Holshausen, Thu Mar 17 08:42:01 2022 +1100)
  • feb84a894 - Merge pull request #1526 from colossatr0n/overload-form-post-builder (Ronald Holshausen, Thu Mar 17 08:39:52 2022 +1100)
  • 0d62de13c - Added secondary constructor to FormPostBuilder to facilitate passing a ContentType. (Thackery Archuletta, Wed Mar 16 12:43:05 2022 -0600)
  • 8745a241d - put issue number (kelly chen, Wed Mar 16 12:35:37 2022 -0600)
  • 22804543b - add printing verification results url to maven as well (kelly chen, Tue Mar 15 15:20:24 2022 -0600)
  • 22aa7bcce - added verification result url from client and printing in gradle can i deploy (kelly chen, Tue Mar 15 15:17:38 2022 -0600)
  • ef0feb82d - chore: correct offset expressions in date-time expressions (Ronald Holshausen, Fri Mar 11 14:49:58 2022 +1100)
  • 8868ac5ae - fix: WildcardKeysTest link on README is broken #1518 (Ronald Holshausen, Mon Feb 28 10:49:00 2022 +1100)
  • 0e3c0ff8a - Fix: WildcardKeysTest link on README is broken #1518 (Ronald Holshausen, Mon Feb 28 10:46:36 2022 +1100)
  • d0ed7496b - chore: update sys prop doc title (Ronald Holshausen, Fri Feb 11 14:50:11 2022 +1100)
  • d1c5e7f03 - chore: update doc on system properties used (Ronald Holshausen, Fri Feb 11 14:09:20 2022 +1100)
  • bfd6385b7 - chore: commit message in the changelog was breaking the doc sync process (Ronald Holshausen, Fri Feb 11 11:58:17 2022 +1100)
  • cc4498c33 - chore: correct message on warning log entry (Ronald Holshausen, Fri Feb 11 11:47:26 2022 +1100)
  • f3e82dd02 - chore: update doc on system properties used (Ronald Holshausen, Fri Feb 11 11:46:57 2022 +1100)
  • 3912c3896 - chore: add doc on system properties used (Ronald Holshausen, Thu Feb 10 17:02:21 2022 +1100)
  • 293563238 - bump version to 4.3.6 (Ronald Holshausen, Thu Feb 10 12:52:05 2022 +1100)

4.3.5 - Bugfix Release

  • 8cd69bef8 - Merge branch 'v4.2.x' (Ronald Holshausen, Thu Feb 10 11:50:15 2022 +1100)
  • c4926c432 - bump version to 4.2.21 (Ronald Holshausen, Thu Feb 10 11:31:08 2022 +1100)

... (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.10 to 4.1.36.
- [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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2022

Superseded by #188.

@dependabot dependabot bot closed this May 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.36 branch May 26, 2022 23:05
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