Skip to content

Bump junit5 from 4.1.10 to 4.1.16#71

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.1.16
Closed

Bump junit5 from 4.1.10 to 4.1.16#71
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.provider-junit5-4.1.16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 2, 2021

Copy link
Copy Markdown
Contributor

Bumps junit5 from 4.1.10 to 4.1.16.

Release notes

Sourced from junit5's releases.

4.1.16

Bugfix Release

  • chore: deprecate consumer PactFolder annotation in favour of PactDirectory
  • docs: Correctly set multiple state names (joklek)
  • fix: Don't split header values when loading from a pact file #1288
  • fix(Groovy DSL): allow provider states to be specified before and after the request #1287
  • docs: Add docs for LambdaDSL, with minor style fixes (joklek)

4.1.15

Consumer DSL update

  • feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • chore: split out more objects from large test - failing on JDK 11 #1286
  • feat: add PactDslJsonBody eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • chore: split out more objects from large test - failing on JDK 10 #1286
  • chore: add large body test to DSL #1286

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

... (truncated)

Changelog

Sourced from junit5's changelog.

4.1.16 - Bugfix Release

  • fec362567 - chore: correct git ignore file (Ronald Holshausen, Tue Feb 2 11:23:11 2021 +1100)
  • f1a4c34a1 - chore: deprecate consumer PactFolder annotation in favour of PactDirectory (Ronald Holshausen, Tue Feb 2 10:44:39 2021 +1100)
  • 9834f5c2b - Merge pull request #1299 from joklek/patch-1 (Ronald Holshausen, Mon Feb 1 08:55:46 2021 +1100)
  • 62c985547 - docs: Correctly set multiple state names (joklek, Sun Jan 31 16:40:51 2021 +0200)
  • 73c9053dc - fix: Don't split header values when loading from a pact file #1288 (Ronald Holshausen, Sun Jan 31 13:23:48 2021 +1100)
  • 071f5ee11 - fix(Groovy DSL): allow provider states to be specified before and after the request #1287 (Ronald Holshausen, Sun Jan 31 12:15:50 2021 +1100)
  • b960ace7c - Merge pull request #1297 from joklek/docs/add_docs_to_java8_dsl (Ronald Holshausen, Sun Jan 31 12:06:50 2021 +1100)
  • 22a312cb6 - docs: Add docs for LambdaDSL, with minor style fixes (joklek, Tue Jan 26 18:38:00 2021 +0200)
  • abaab1645 - Update README.md (Ronald Holshausen, Tue Jan 26 10:14:19 2021 +1100)
  • d13c182e1 - bump version to 4.1.16 (Ronald Holshausen, Wed Jan 20 16:26:44 2021 +1100)

4.1.15 - Consumer DSL update

  • 57a8541e0 - feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286 (Ronald Holshausen, Wed Jan 20 15:40:30 2021 +1100)
  • 37d483e5d - chore: split out more objects from large test - failing on JDK 11 #1286 (Ronald Holshausen, Wed Jan 20 15:16:25 2021 +1100)
  • cf4d9fd68 - fix: large body test failing on CI #1286 (Ronald Holshausen, Wed Jan 20 15:05:07 2021 +1100)
  • da795d148 - feat: add PactDslJsonBody eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286 (Ronald Holshausen, Wed Jan 20 14:46:24 2021 +1100)
  • 606d26ed2 - chore: split out more objects from large test - failing on JDK 10 #1286 (Ronald Holshausen, Wed Jan 20 13:43:05 2021 +1100)
  • dab6022da - chore: add large body test to DSL #1286 (Ronald Holshausen, Wed Jan 20 13:29:38 2021 +1100)
  • 637eda08d - Update README.md (Ronald Holshausen, Wed Jan 13 10:20:54 2021 +1100)
  • f36651b47 - bump version to 4.1.15 (Ronald Holshausen, Sun Jan 10 13:37:01 2021 +1100)

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)

... (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 [junit5](https://github.com/DiUS/pact-jvm) from 4.1.10 to 4.1.16.
- [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)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 2, 2021
@dependabot @github

dependabot Bot commented on behalf of github Feb 11, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #78.

@dependabot dependabot Bot closed this Feb 11, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.provider-junit5-4.1.16 branch February 11, 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