Skip to content

Commit 1d055c6

Browse files
Bump org.junit:junit-bom from 5.14.0 to 5.14.1 (#369)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit-framework/releases">org.junit:junit-bom's releases</a>.</em></p> <blockquote> <p>JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1</p> <p>See <a href="https://docs.junit.org/5.14.1/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1">https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/c7cde2d0667ee93f5079e75d6661585533cf424b"><code>c7cde2d</code></a> Release 5.14.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/f9fd4385102e317ff22477d1c599e26faecb6059"><code>f9fd438</code></a> Remove &quot;Latest Releases&quot; section</li> <li><a href="https://github.com/junit-team/junit-framework/commit/eae19b2e72820348f72246b6782882ef9d0991fa"><code>eae19b2</code></a> Finalize 5.14.1 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/da25e47fcf6973407e456964a79a4e73ec8641f2"><code>da25e47</code></a> Fix broken links in documentation</li> <li><a href="https://github.com/junit-team/junit-framework/commit/386bbf338e6435024c2a4130809e0a1920daab3f"><code>386bbf3</code></a> Fix since info for <code>JRE.JAVA_26</code></li> <li><a href="https://github.com/junit-team/junit-framework/commit/09a1609a08c45ba1cd58ddadc59b18a0f084c57b"><code>09a1609</code></a> Update since info for backported changes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ab33702c5d3d91447a57747d1e0d9ae799235ca"><code>2ab3370</code></a> Improve documentation for TestInstantiationAwareExtension</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0b9617e3ae6373cdb03a706e25e3e814f3805850"><code>0b9617e</code></a> Fix support for package-private test methods (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5100">#5100</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d43c3cae691e157b7c7ef3be22e513311e4870aa"><code>d43c3ca</code></a> Restore JDK 8 compatibility</li> <li><a href="https://github.com/junit-team/junit-framework/commit/9c0c7551ac6b6077b02d837ef31240a752fe5453"><code>9c0c755</code></a> Validate that there are enough arguments to inject <code>@parameter</code> fields</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.junit:junit-bom | [>= 6.a, < 7] | </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.junit:junit-bom&package-manager=gradle&previous-version=5.14.0&new-version=5.14.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e043931 commit 1d055c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ assertj = "3.27.6"
33
buf = "1.59.0"
44
cel = "0.11.1"
55
error-prone = "2.43.0"
6-
junit = "5.14.0"
6+
junit = "5.14.1"
77
maven-publish = "0.34.0"
88
protobuf = "4.33.0"
99

0 commit comments

Comments
 (0)