Skip to content

Commit 53b47df

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 (#3059)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit.jupiter:junit-jupiter's releases</a>.</em></p> <blockquote> <p>JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4</p> <p>See <a href="https://docs.junit.org/5.13.4/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4">https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/8a21048605e61dc388c1c83cbecf9dd5097a595d"><code>8a21048</code></a> Release 5.13.4</li> <li><a href="https://github.com/junit-team/junit-framework/commit/9a3878926aef5f41012bb898993d3bf78752fbb2"><code>9a38789</code></a> Finalize 5.13.4 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/458325cf2467640898d1d91b37089c4ef4157e5a"><code>458325c</code></a> Log only once per implementation type for <code>CloseableResource</code> types</li> <li><a href="https://github.com/junit-team/junit-framework/commit/976a1101804c6c465adbd01db1eb8a9880ecf754"><code>976a110</code></a> Protect against potential problems when converting file-based selectors</li> <li><a href="https://github.com/junit-team/junit-framework/commit/e94f72824d7e599f910d18c293f580b68c86db15"><code>e94f728</code></a> Allow default package for <code>PackageSource</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/b60fecfd0a1a2e03a70d44b3d1a28be90f92d5b1"><code>b60fecf</code></a> Fail on classpath resource names that are blank after removing leading /</li> <li><a href="https://github.com/junit-team/junit-framework/commit/6378c886d3ffd154b18fc91258ee358ad0738850"><code>6378c88</code></a> Remove <code>java.*</code> packages from <code>Import-Package</code> headers in all jars (<a href="https://redirect.github.com/junit-team/junit-framework/issues/4738">#4738</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/1a360f34b0ee37bb3bb0ae65ed7b92f0a580a973"><code>1a360f3</code></a> Create initial 5.13.4 release notes from template</li> <li><a href="https://github.com/junit-team/junit-framework/commit/806fc9abec3a1e645f406402c40b47cedfa0191d"><code>806fc9a</code></a> Document <a href="https://redirect.github.com/junit-team/junit-framework/issues/4689">#4689</a> in release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/16538390da75133b814bd54451518a52659c6e20"><code>1653839</code></a> Document <a href="https://redirect.github.com/junit-team/junit-framework/issues/4686">#4686</a> in release notes</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4">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.3&new-version=5.13.4)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bb1d0b commit 53b47df

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.3</junit.version>
44+
<junit.version>5.13.4</junit.version>
4545
<maven.enforcer.version>3.6.1</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)