Skip to content

Commit

Permalink
Merge #750
Browse files Browse the repository at this point in the history
750: Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 r=curquiza a=dependabot[bot]

Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">org.junit.jupiter:junit-jupiter's releases</a>.</em></p>
<blockquote>
<p>JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3</p>
<p>See <a href="http://junit.org/junit5/docs/5.10.3/release-notes/">Release Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3">https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/junit-team/junit5/commit/55d12321315b11eaf6ed87e73c47bcdc39ade588"><code>55d1232</code></a> Release 5.10.3</li>
<li><a href="https://github.com/junit-team/junit5/commit/44550930ee3b2b64c6c05f9c992add33f15e312c"><code>4455093</code></a> Remove accidental heading</li>
<li><a href="https://github.com/junit-team/junit5/commit/b86a6810d99b18b7bf7367e935e67beb484b26d3"><code>b86a681</code></a> Remove JDK 21 as it's no longer available via Oracle's setup-java step</li>
<li><a href="https://github.com/junit-team/junit5/commit/bc1608c2769c26bf37282a5b4bd37b78f07291dc"><code>bc1608c</code></a> Clean up release notes</li>
<li><a href="https://github.com/junit-team/junit5/commit/316ed317e66206770b23c8a9e3259d2575dfa617"><code>316ed31</code></a> Use Liberica for JDK 8 for compatibility with Apple Silicon</li>
<li><a href="https://github.com/junit-team/junit5/commit/ad7c5dd54badee77804e835ce496126cef74ee4b"><code>ad7c5dd</code></a> Update copyright headers to 2024</li>
<li><a href="https://github.com/junit-team/junit5/commit/6c663b1bbd4168353e44d83d82801a76f66b5ef5"><code>6c663b1</code></a> Use same default seed for method and class ordering (<a href="https://redirect.github.com/junit-team/junit5/issues/3821">#3821</a>)</li>
<li><a href="https://github.com/junit-team/junit5/commit/d29e3eb3dc6ce8cb974555ac2df352395447df0d"><code>d29e3eb</code></a> Fix NPE when deserializing <code>TestIdentifier</code> (<a href="https://redirect.github.com/junit-team/junit5/issues/3820">#3820</a>)</li>
<li><a href="https://github.com/junit-team/junit5/commit/f936c014f408d7de2db217577819b4ce26014b63"><code>f936c01</code></a> Fix class-level execution conditions on GraalVM (<a href="https://redirect.github.com/junit-team/junit5/issues/3785">#3785</a>)</li>
<li><a href="https://github.com/junit-team/junit5/commit/76b7c050ed554df65ea75c1ed8a01d6ebe027e37"><code>76b7c05</code></a> Allow GraalVmStarterTests to run remotely on Test Distribution agents</li>
<li>Additional commits viewable in <a href="https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3">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.10.2&new-version=5.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and dependabot[bot] authored Jul 1, 2024
2 parents 3ba2b3c + b127ebc commit 36a10b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

// Use JUnit test framework
testImplementation(platform('org.junit:junit-bom:5.10.3'))
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.3')
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
Expand Down

0 comments on commit 36a10b9

Please sign in to comment.