Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.11.2 to 5.11.3 (#3624)
Browse files Browse the repository at this point in the history
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from
5.11.2 to 5.11.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.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3</p>
<p>See <a
href="http://junit.org/junit5/docs/5.11.3/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3">https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit5/commit/b20991e3760b3053d5b71846ce5950de90650ab9"><code>b20991e</code></a>
Release 5.11.3</li>
<li><a
href="https://github.com/junit-team/junit5/commit/e57b508692765e0e4c869d96d889f3d82216dd5e"><code>e57b508</code></a>
Finalize 5.11.3 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/fb1254cb132135221852e7d048c906a6ce13ea4e"><code>fb1254c</code></a>
Allow repeating <code>ExtendWith</code> annotation on fields and
parameters</li>
<li><a
href="https://github.com/junit-team/junit5/commit/a3192bd97fa13adb6c2aa1fe9207a4de18dcc002"><code>a3192bd</code></a>
Fix package name comparison on Java 8 (<a
href="https://redirect.github.com/junit-team/junit5/issues/4077">#4077</a>)</li>
<li><a
href="https://github.com/junit-team/junit5/commit/fcb7b0197ec1569396253e257dce0b5fd2a02211"><code>fcb7b01</code></a>
Remove useless <code>Order</code> annotation</li>
<li><a
href="https://github.com/junit-team/junit5/commit/57dfcb515f98289aefe9d318ba970a3149b235dc"><code>57dfcb5</code></a>
Allow repeating <code>@…Source</code> annotations when used as meta
annotations</li>
<li><a
href="https://github.com/junit-team/junit5/commit/09cd8b35982a1890285d09cae18828f4c967fcf2"><code>09cd8b3</code></a>
Add ArchUnit test for consistency of repeatable annotations</li>
<li><a
href="https://github.com/junit-team/junit5/commit/fa46a92fc5b31139ae84660c74160eea95de4c85"><code>fa46a92</code></a>
Hard-wrap at 90 characters</li>
<li><a
href="https://github.com/junit-team/junit5/commit/8f45eeab5662706facaa327902dd02639ffe02e7"><code>8f45eea</code></a>
Find repeatable @⁠ExtendWith meta-annotations on fields again</li>
<li><a
href="https://github.com/junit-team/junit5/commit/b451122115c398b29e8d97363bf47725484a7bac"><code>b451122</code></a>
Introduce release notes for 5.11.3</li>
<li>Additional commits viewable in <a
href="https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.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=gradle&previous-version=5.11.2&new-version=5.11.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>
  • Loading branch information
brostk authored Oct 23, 2024
2 parents 759a50c + d2a235a commit 07d924e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rabbitmq/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
}

Expand Down
2 changes: 1 addition & 1 deletion shared/lib-metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies {
// Datadog API
implementation 'com.datadoghq:datadog-api-client:2.28.0'

testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
}

0 comments on commit 07d924e

Please sign in to comment.