Skip to content

Commit bceb54e

Browse files
Bump org.junit.platform:junit-platform-launcher from 6.0.1 to 6.0.2 (#38)
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.platform:junit-platform-launcher's releases</a>.</em></p> <blockquote> <p>JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2</p> <p>See <a href="https://docs.junit.org/6.0.2/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2">https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/c5c5de517ebf170bbf7b90d184e833ea17f787b7"><code>c5c5de5</code></a> Release 6.0.2</li> <li><a href="https://github.com/junit-team/junit-framework/commit/98b6f78ca33f4560d7561a7fe757974c47d6aad9"><code>98b6f78</code></a> Add missing checkout step</li> <li><a href="https://github.com/junit-team/junit-framework/commit/732dc278b6a6169f0fc688148e1e02637c9f67a3"><code>732dc27</code></a> Finalize 6.0.2 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/6a2573667b9750e86213cbc7213872a208549325"><code>6a25736</code></a> Finalize 5.14.2 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/33e66bf2e3f8a405c6770ceef54e36d5f1b1315a"><code>33e66bf</code></a> Move release notes for <a href="https://redirect.github.com/junit-team/junit-framework/issues/5238">#5238</a> entry to 6.1.0-M2</li> <li><a href="https://github.com/junit-team/junit-framework/commit/11f0f82c5a58cf0db20ccede62ee86c3bf801e3b"><code>11f0f82</code></a> Update copyright headers</li> <li><a href="https://github.com/junit-team/junit-framework/commit/6ce1265bb41f60a59b1c1ed7d03e249493218453"><code>6ce1265</code></a> Consistently add license header to all java source files</li> <li><a href="https://github.com/junit-team/junit-framework/commit/4d454eef0e87337982125fb4ba27299adedc32ea"><code>4d454ee</code></a> Update dependency <code>@​antora/lunr-extension</code> to v1.0.0-alpha.12</li> <li><a href="https://github.com/junit-team/junit-framework/commit/faf4a58aeda247f8e7930db7daecc4b692ab6e10"><code>faf4a58</code></a> Use <code>--since</code> feature of Javadoc</li> <li><a href="https://github.com/junit-team/junit-framework/commit/5cc8b05f47f3169db5fb3e22eb5f2dd26a631889"><code>5cc8b05</code></a> Mark new recommended APIs as &quot;maintained&quot; rather than &quot;experimental&quot;</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit.platform:junit-platform-launcher&package-manager=gradle&previous-version=6.0.1&new-version=6.0.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 8dbb366 commit bceb54e

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
@@ -15,7 +15,7 @@ dependencies {
1515
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
1616
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
1717
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
1919

2020
// https://mvnrepository.com/artifact/org.mockito/mockito-core
2121
testImplementation 'org.mockito:mockito-core:5.20.0'

0 commit comments

Comments
 (0)