Skip to content

Bump java8 from 4.1.10 to 4.1.13#57

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps java8 from 4.1.10 to 4.1.13.

Release notes

Sourced from java8's releases.

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
  • chore: add can I deploy section to Maven readme
  • feat: correct canIDeploy in Gradle readme #1241
  • feat: add canIDeploy section to the Gradle readme #1241
  • fix: obfuscate the password for PactPublish
  • feat: add retry when there are unknown results for canIDeploy #1241
  • refactor: converted some Groovy code to Kotlin
  • fix: pact-jvm-server was not including the dependencies in the published pom #1239
Changelog

Sourced from java8's changelog.

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)
  • 66f3496fc - Merge pull request #1256 from Sabartius/configurableHttpClientFactory (Ronald Holshausen, Sat Nov 28 14:38:40 2020 +1100)
  • dfc553f48 - Merge pull request #1250 from wilvdb/message_with_xml_content (Ronald Holshausen, Sat Nov 28 14:02:16 2020 +1100)
  • 6adcb51e1 - chore: setup build on Github (Ronald Holshausen, Sat Nov 28 13:59:46 2020 +1100)
  • e9da0c2ca - chore: setup build on Github (Ronald Holshausen, Sat Nov 28 13:48:31 2020 +1100)
  • 7a17b5a1f - fix: correct the Maven documentation #1203 (Ronald Holshausen, Sat Nov 28 13:48:18 2020 +1100)
  • 8f7fa9377 - chore: setup build on Github (Ronald Holshausen, Sat Nov 28 13:30:12 2020 +1100)
  • 8d6698370 - chore: dokka fails on CI and JDK 11+ (Ronald Holshausen, Sat Nov 28 13:25:16 2020 +1100)
  • 2f11563c5 - chore: update status badge (Ronald Holshausen, Sat Nov 28 13:13:30 2020 +1100)
  • 26e866311 - chore: update status badge (Ronald Holshausen, Sat Nov 28 13:12:03 2020 +1100)
  • b14c941a6 - chore: set max JDK 13 on GH build (Ronald Holshausen, Sat Nov 28 13:10:26 2020 +1100)
  • abda49b97 - chore: updated build name (Ronald Holshausen, Sat Nov 28 13:06:46 2020 +1100)
  • d190e2957 - chore: setup build on Github (Ronald Holshausen, Sat Nov 28 13:05:29 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 4, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jan 11, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #59.

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