Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#358)
Browse files Browse the repository at this point in the history
Bumps [org.junit:junit-bom](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:junit-bom'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:junit-bom&package-manager=maven&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)

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>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 1c550d9 commit 056de0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 056de0b

Please sign in to comment.