Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.11.1 to 5.11.2 (#769)
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.1 to 5.11.2.
<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.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2</p>
<p>See <a
href="http://junit.org/junit5/docs/5.11.2/release-notes/">Release
Notes</a>.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2">https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junit-team/junit5/commit/5b1a6d1f2f32645449df3aae745684557aa2c524"><code>5b1a6d1</code></a>
Release 5.11.2</li>
<li><a
href="https://github.com/junit-team/junit5/commit/b7816b6e6aa1341d9ad5cb38b8eca95ac7a0cbb6"><code>b7816b6</code></a>
Finalize 5.11.2 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/f8e22c7a32a12ec05bba81a4e509f5138fc6ea8a"><code>f8e22c7</code></a>
Finalize 5.10.5 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/8e6393803f4df79023ccbeffbd756bc4cf0f9e62"><code>8e63938</code></a>
Remove reference to 5.10.4 in 5.11.2 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/7e9d728f8bcb27a9b8d2b330995bb217374aedc6"><code>7e9d728</code></a>
Document <a
href="https://redirect.github.com/junit-team/junit5/issues/4043">#4043</a>
in 5.10.5 release notes</li>
<li><a
href="https://github.com/junit-team/junit5/commit/c11f224f821dd50fba28eee561372d76f63480cd"><code>c11f224</code></a>
Create initial 5.10.5 release notes from template</li>
<li><a
href="https://github.com/junit-team/junit5/commit/ab941409706b7dabd578f1c87e48c484ba1b3182"><code>ab94140</code></a>
Fix global read-write lock handling when not declared on top level</li>
<li><a
href="https://github.com/junit-team/junit5/commit/9658fac066d818024939199985d49b57d6a37763"><code>9658fac</code></a>
Add initial 5.11.2 release notes from template</li>
<li><a
href="https://github.com/junit-team/junit5/commit/5f52ced83a5065db965cd6f5d30aef201356ce2f"><code>5f52ced</code></a>
Fix link to milestone page</li>
<li><a
href="https://github.com/junit-team/junit5/commit/558f480be534e0fd1e805b8d8612860bfec08b59"><code>558f480</code></a>
Back to snapshots for further development</li>
<li>See full diff in <a
href="https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2">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.11.1&new-version=5.11.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>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3c79e02 commit e443cf4
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 @@ -54,7 +54,7 @@
<vault-jdbc.version>1.3.10</vault-jdbc.version>

<!-- Test versions -->
<junit.version>5.11.1</junit.version>
<junit.version>5.11.2</junit.version>
<assertj.version>3.26.3</assertj.version>
<mockito.version>5.14.1</mockito.version>
<reflections.version>0.10.2</reflections.version>
Expand Down

0 comments on commit e443cf4

Please sign in to comment.