Skip to content

Commit dae204e

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 (#23)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) 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'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 &quot;junit-framework&quot;</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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.jupiter:junit-jupiter&package-manager=gradle&previous-version=5.13.1&new-version=5.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
1 parent 85a05ac commit dae204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
1717
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
1818
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
1919

0 commit comments

Comments
 (0)