Skip to content

Commit edac805

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 (#3036)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. <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.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1</p> <p>See <a href="https://junit.org/junit5/docs/5.13.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1">https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit5/commit/b580aa90923f44aaa412ae32ba0915b06f96c697"><code>b580aa9</code></a> Release 5.13.1</li> <li><a href="https://github.com/junit-team/junit5/commit/97095e92bea117e52551066bd91d7b155b9d9aa5"><code>97095e9</code></a> Finalize 5.13.1 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/f0747f192d05dc9688b31eb6a4739e8a5164118d"><code>f0747f1</code></a> Use GraphQL API to list matching milestones to avoid pagination issues</li> <li><a href="https://github.com/junit-team/junit5/commit/af5e3bd975addecea38e831babb8187d3daa65c9"><code>af5e3bd</code></a> Fix support pre-5.13 <code>AnnotationBasedArgumentsProvider</code> implementations (<a href="https://redirect.github.com/junit-team/junit5/issues/4611">#4611</a>)</li> <li><a href="https://github.com/junit-team/junit5/commit/4170597350f414cc9e42cfc46e8dffaa93cb73cb"><code>4170597</code></a> Restore compatibility with Java 8</li> <li><a href="https://github.com/junit-team/junit5/commit/a866c0169d5254a67b561a652c757b24f45859f0"><code>a866c01</code></a> Ensure <code>@nested</code> classes are executed after sibling test methods (<a href="https://redirect.github.com/junit-team/junit5/issues/4603">#4603</a>)</li> <li><a href="https://github.com/junit-team/junit5/commit/2d58467d717c0e39fde9dc752ebd1682ec789d68"><code>2d58467</code></a> Create initial 5.13.1 release notes from template</li> <li><a href="https://github.com/junit-team/junit5/commit/3447d713ef2222a4942b082f66d76af393d4536d"><code>3447d71</code></a> Update supported versions</li> <li><a href="https://github.com/junit-team/junit5/commit/6a7998b136173a0bb89c00407cb7b6d78d0778f0"><code>6a7998b</code></a> Revert &quot;Don't error on already closed milestones&quot;</li> <li><a href="https://github.com/junit-team/junit5/commit/d7c82165dde2b58bdf2442f1824ae15010fcf297"><code>d7c8216</code></a> Back to snapshots for further development</li> <li>See full diff in <a href="https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1">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=maven&previous-version=5.13.0&new-version=5.13.1)](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 3e9c2d9 commit edac805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<eclipse.lifecycle.mapping.version>1.0.0</eclipse.lifecycle.mapping.version>
4242
<java.version>1.8</java.version>
4343
<jmh.version>1.37</jmh.version>
44-
<junit.version>5.13.0</junit.version>
44+
<junit.version>5.13.1</junit.version>
4545
<maven.enforcer.version>3.5.0</maven.enforcer.version>
4646
<maven.build-helper.version>3.6.1</maven.build-helper.version>
4747
<maven.bundle.version>5.1.9</maven.bundle.version>

0 commit comments

Comments
 (0)