-
Notifications
You must be signed in to change notification settings - Fork 20
Commit cdd57eb
Bump junit5.version from 5.13.1 to 5.13.2 (#195)
Bumps `junit5.version` from 5.13.1 to 5.13.2.
Updates `org.junit.vintage:junit-vintage-engine` from 5.13.1 to 5.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit-framework/releases">org.junit.vintage:junit-vintage-engine's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2</p>
<p>See <a href="https://docs.junit.org/5.13.2/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e51deb24d2f45113952cec351ae207f9477d7792"><code>e51deb2</code></a>
Release 5.13.2</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d4fc834c8c1c0b3168cd030c13551d1d041f51bc"><code>d4fc834</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/deb3e7c6487c370fc69703d19fbe559a9e4a97f7"><code>deb3e7c</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/49e20356c5e08359ca6b045486ec735ed093b4ad"><code>49e2035</code></a>
Avoid reporting discovery warnings for abstract methods (<a
href="https://redirect.github.com/junit-team/junit-framework/issues/4668">#4668</a>)</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/90ce5a6d539265cbedd235e2fb86e8e3e70dd948"><code>90ce5a6</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d7ce21bbaad04002a282a9dbd3c4c922f08792da"><code>d7ce21b</code></a>
Avoid discovery errors for inner classes not annotated with
<code>@nested</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/0ce3a4827400cfa4f9bc15bdf98d683447059e36"><code>0ce3a48</code></a>
Fix <code>StackOverflowError</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e3db1d73cd3351c24c1da71d625bf923d75fbc5c"><code>e3db1d7</code></a>
Adjust docs and release process to renamed example projects</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/ee257bb2092943e8d11a635097de23b25f7d5041"><code>ee257bb</code></a>
Rename project to "junit-framework"</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/00e0fed273fef75c285774fa16d6568937479dc7"><code>00e0fed</code></a>
Update links to use junit5 logo</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit-framework/releases">org.junit:junit-bom's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2</p>
<p>See <a href="https://docs.junit.org/5.13.2/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e51deb24d2f45113952cec351ae207f9477d7792"><code>e51deb2</code></a>
Release 5.13.2</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d4fc834c8c1c0b3168cd030c13551d1d041f51bc"><code>d4fc834</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/deb3e7c6487c370fc69703d19fbe559a9e4a97f7"><code>deb3e7c</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/49e20356c5e08359ca6b045486ec735ed093b4ad"><code>49e2035</code></a>
Avoid reporting discovery warnings for abstract methods (<a
href="https://redirect.github.com/junit-team/junit-framework/issues/4668">#4668</a>)</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/90ce5a6d539265cbedd235e2fb86e8e3e70dd948"><code>90ce5a6</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d7ce21bbaad04002a282a9dbd3c4c922f08792da"><code>d7ce21b</code></a>
Avoid discovery errors for inner classes not annotated with
<code>@nested</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/0ce3a4827400cfa4f9bc15bdf98d683447059e36"><code>0ce3a48</code></a>
Fix <code>StackOverflowError</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e3db1d73cd3351c24c1da71d625bf923d75fbc5c"><code>e3db1d7</code></a>
Adjust docs and release process to renamed example projects</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/ee257bb2092943e8d11a635097de23b25f7d5041"><code>ee257bb</code></a>
Rename project to "junit-framework"</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/00e0fed273fef75c285774fa16d6568937479dc7"><code>00e0fed</code></a>
Update links to use junit5 logo</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.1 to 5.13.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter-engine's
releases</a>.</em></p>
<blockquote>
<p>JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2</p>
<p>See <a href="https://docs.junit.org/5.13.2/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e51deb24d2f45113952cec351ae207f9477d7792"><code>e51deb2</code></a>
Release 5.13.2</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d4fc834c8c1c0b3168cd030c13551d1d041f51bc"><code>d4fc834</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/deb3e7c6487c370fc69703d19fbe559a9e4a97f7"><code>deb3e7c</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/49e20356c5e08359ca6b045486ec735ed093b4ad"><code>49e2035</code></a>
Avoid reporting discovery warnings for abstract methods (<a
href="https://redirect.github.com/junit-team/junit-framework/issues/4668">#4668</a>)</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/90ce5a6d539265cbedd235e2fb86e8e3e70dd948"><code>90ce5a6</code></a>
Avoid reporting discovery warnings for abstract inner classes with
tests</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/d7ce21bbaad04002a282a9dbd3c4c922f08792da"><code>d7ce21b</code></a>
Avoid discovery errors for inner classes not annotated with
<code>@nested</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/0ce3a4827400cfa4f9bc15bdf98d683447059e36"><code>0ce3a48</code></a>
Fix <code>StackOverflowError</code></li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/e3db1d73cd3351c24c1da71d625bf923d75fbc5c"><code>e3db1d7</code></a>
Adjust docs and release process to renamed example projects</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/ee257bb2092943e8d11a635097de23b25f7d5041"><code>ee257bb</code></a>
Rename project to "junit-framework"</li>
<li><a
href="https://github.com/junit-team/junit-framework/commit/00e0fed273fef75c285774fa16d6568937479dc7"><code>00e0fed</code></a>
Update links to use junit5 logo</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2">compare
view</a></li>
</ul>
</details>
<br />
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Dangel <[email protected]>1 parent 655100b commit cdd57ebCopy full SHA for cdd57eb
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments