Skip to content

Bump java8 from 4.1.10 to 4.1.14#59

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.consumer-java8-4.1.14
Closed

Bump java8 from 4.1.10 to 4.1.14#59
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.consumer-java8-4.1.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 11, 2021

Copy link
Copy Markdown
Contributor

Bumps java8 from 4.1.10 to 4.1.14.

Release notes

Sourced from java8's releases.

4.1.14

Bugfix Release

  • chore: add test for updating markdown summary with a failed interaction #1128
  • fix(regression): previous change fails on JDK 8 #1281 (Ronald Holshausen, Sun Jan 10 12:28:41 2021 +1100)
  • fix(regression): support null example values with OR matcher #1281
  • chore: upgrade spock framework to 2.0-M4
  • feat: when using old pact broker endpoints, take fall back tag value into consideration #1264
  • fix: readme not rendering with docosaurus

4.1.13

Bugfix Release

  • refactor: extract interface from FormPostBuilder #1277
  • feat: add a DSL builder for x-www-form-urlencoded bodies #1277
  • fix: MessagePactBuilder was not including the generators #1278
  • chore: change the scope of deps to api #1280
  • fix: Update readme [JUnit + Spring + Maven] #1265
  • fix: previous change was failing on JDK 9+ [JUnit + Spring + Maven] #1265
  • fix: use the same classloader that the JUnit test class was loaded with [JUnit + Spring + Maven] #1265
  • fix: include the JUnit description in the test exception [JUNIT5] #1267
  • fix: include the JUnit description in the test exception [JUNIT4] #1267
  • docs: Add fully qualified name to PactFolder usage. (pendsley)
  • fix: missing failures when merging verification results (phil.hardwick)
  • Fixed vulnerability issue (gayatreemishra)

4.1.12

Bugfix Release

  • fix: include successful interaction results in the verification results #1266
  • refactor: verification OK data class only needs a single interaction id #1266
  • refactor: change verification OK result from a singleton to a data class #1266
  • feat: add @IgnoreMissingStateChange annotation to ignore missing state change methods #1260
  • fix: trim whitespace off list expressions #1262
  • add hint about specific junit5spring dependency (Michel @mf81bln)
  • docs: add groovyClasspath tip to avoid build failures when using Gradle (TM @zmot)
  • fix: correct the Maven documentation #1203
  • chore: set max JDK 13 on GH build
  • chore(HttpTarget): Configurable HttpClientFactory (@Sabartius)
  • feat: Creating PactCreateVersionTagMojo (@JoaoGFarias)
  • feat: XML message content (Wil @wilvdb)

4.1.11

Bugfix Release

  • fix: if Tika fails to initialise, catch the exception and disable content type detection #1245
  • fix: support consumerVersionSelectors with only a consumer name and no tag #1244
  • fix: do not log out pact source annotations, as they may have passwords
  • fix: consumer name from consumerVersionSelectors was being ignored #1244
  • fix: was retrying one less than the retry count #1241

... (truncated)

Changelog

Sourced from java8's changelog.

4.1.14 - Bugfix Release

  • 19c9d66f9 - chore: add test for updating markdown summary with a failed interaction #1128 (Ronald Holshausen, Sun Jan 10 12:44:00 2021 +1100)
  • 1c7af0efb - fix(regression): previous change fails on JDK 8 #1281 (Ronald Holshausen, Sun Jan 10 12:28:41 2021 +1100)
  • a2472c7a7 - fix(regression): aupport null example values with OR matcher #1281 (Ronald Holshausen, Sun Jan 10 12:10:57 2021 +1100)
  • a4d497dca - chore: upgrade spock framework to 2.0-M4 (Ronald Holshausen, Sun Jan 10 11:43:30 2021 +1100)
  • c64739185 - feat: when using old pact broker endpoints, take fall back tag value into consideration #1264 (Ronald Holshausen, Sun Jan 10 11:36:46 2021 +1100)
  • fe3ad3bdd - Update README.md (Ronald Holshausen, Mon Dec 28 18:46:50 2020 +1100)
  • d11e17428 - fix: readme not rendering with docosaurus (Ronald Holshausen, Mon Dec 28 14:40:32 2020 +1100)
  • 02fc3d3b9 - chore: update release script (Ronald Holshausen, Mon Dec 28 14:15:03 2020 +1100)
  • fd1b98ba8 - bump version to 4.1.14 (Ronald Holshausen, Mon Dec 28 14:14:22 2020 +1100)

4.1.13 - Bugfix Release

  • 1ac76719e - refactor: extract interface from FormPostBuilder #1277 (Ronald Holshausen, Mon Dec 28 12:43:12 2020 +1100)
  • 78d98738b - feat: add a DSL builder for x-www-form-urlencoded bodies #1277 (Ronald Holshausen, Mon Dec 28 11:46:35 2020 +1100)
  • bc73a74e3 - fix: MessagePactBuilder was not including the generators #1278 (Ronald Holshausen, Sun Dec 27 16:18:09 2020 +1100)
  • 0c1eef4cd - Merge pull request #1279 from pendsley/patch-1 (Ronald Holshausen, Sun Dec 27 16:03:21 2020 +1100)
  • 6a94e2c7a - chore: change the scope of deps to api #1280 (Ronald Holshausen, Sun Dec 27 16:02:14 2020 +1100)
  • b33264590 - fix: Update readme [JUnit + Spring + Maven] #1265 (Ronald Holshausen, Sun Dec 27 15:54:19 2020 +1100)
  • 47d2fd09e - fix: previous change was failing on JDK 9+ [JUnit + Spring + Maven] #1265 (Ronald Holshausen, Sun Dec 27 15:27:29 2020 +1100)
  • b923375c1 - fix: use the same classloader that the JUnit test class was loaded with [JUnit + Spring + Maven] #1265 (Ronald Holshausen, Sun Dec 27 14:54:45 2020 +1100)
  • 30293bf4b - fix: include the JUnit description in the test exception [JUNIT5] #1267 (Ronald Holshausen, Sun Dec 27 12:53:33 2020 +1100)
  • 0a19e9b11 - fix: include the JUnit description in the test exception [JUNIT4] #1267 (Ronald Holshausen, Sun Dec 27 11:53:02 2020 +1100)
  • f4e0479ee - chore: correct changelog (Ronald Holshausen, Sun Dec 27 09:53:03 2020 +1100)
  • 4e80e587c - docs: Add fully qualified name to PactFolder usage. (pendsley, Wed Dec 23 10:37:47 2020 -0600)
  • 28d86c4a4 - docs: Add fully qualified name to PactFolder usage. (pendsley, Wed Dec 23 10:35:04 2020 -0600)
  • 980937475 - Merge pull request #1272 from gayatreemishra/master (Ronald Holshausen, Thu Dec 17 10:07:15 2020 +1100)
  • bbae51701 - Merge pull request #1276 from PhilHardwick/fix/missing-failures-verification-result (Ronald Holshausen, Thu Dec 17 10:05:05 2020 +1100)
  • badcfd459 - fix: missing failures when merging verification results (phil.hardwick, Wed Dec 16 17:09:04 2020 +0000)
  • 102ecb93c - Fixed vulnerability issue (gayatreemishra, Mon Dec 14 16:13:43 2020 +0530)
  • 0e339932a - Update README.md (Ronald Holshausen, Sun Dec 13 15:26:58 2020 +1100)
  • d631332f9 - bump version to 4.1.13 (Ronald Holshausen, Sun Dec 13 15:18:03 2020 +1100)

4.1.12 - Bugfix Release

  • f4fabba71 - feat: add the implementation version to the verification results (Ronald Holshausen, Sun Dec 13 14:57:53 2020 +1100)
  • 88897b9eb - fix: successful verification results were being filtered out #1266 (Ronald Holshausen, Sun Dec 13 14:21:23 2020 +1100)
  • 7427a2c95 - fix: record successful verification results by interaction ID #1266 (Ronald Holshausen, Sun Dec 13 13:29:37 2020 +1100)
  • 59ef8ec8c - fix: when merging verification results, include the interaction ID from the success results #1266 (Ronald Holshausen, Sat Dec 12 17:24:11 2020 +1100)
  • a41a85e1a - refactor: include successful interaction results in the verification results #1266 (Ronald Holshausen, Sat Dec 12 16:54:57 2020 +1100)
  • f0fcf84ec - refactor: verification OK data class only needs a single interaction id #1266 (Ronald Holshausen, Sat Dec 12 16:04:18 2020 +1100)
  • dc5308622 - Merge pull request #1268 from mf81bln/patch-1 (Ronald Holshausen, Sat Dec 12 15:17:41 2020 +1100)
  • 479e71de1 - refactor: change verification OK result from a singleton to a data class #1266 (Ronald Holshausen, Sat Dec 12 15:14:32 2020 +1100)
  • 5330f7587 - feat: add @IgnoreMissingStateChange annotation to ignore missing state change methods #1260 (Ronald Holshausen, Sat Dec 12 13:29:48 2020 +1100)
  • e16322c2f - fix: trim whitespace off list expressions #1262 (Ronald Holshausen, Sat Dec 12 12:38:06 2020 +1100)
  • d39d18b76 - Merge pull request #1259 from zmot/documentation-groovy-classpath-tip (Ronald Holshausen, Sat Dec 12 12:04:40 2020 +1100)
  • c6969171e - add hint about specific junit5spring dependency (Michel, Wed Dec 9 13:57:50 2020 +0100)
  • 46a8c709f - docs: add groovyClasspath tip to avoid build failures when using Gradle (TM, Sun Nov 29 12:27:08 2020 +0100)
  • 0fc1cd98c - Merge pull request #1251 from JoaoGFarias/provider/create-version-tag_task (Ronald Holshausen, Sat Nov 28 14:43:30 2020 +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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 11, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jan 20, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #65.

@dependabot dependabot Bot closed this Jan 20, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.14 branch January 20, 2021 23:02
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