Skip to content

Commit d18d8aa

Browse files
Bump org.junit:junit-bom from 6.1.1 to 6.1.2 (#93)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.1 to 6.1.2. <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 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2</p> <p>See <a href="https://docs.junit.org/6.1.2/release-notes.html">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2">https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/b6854269eef188e6354dd6a7091fe7fde1e0f195"><code>b685426</code></a> Release 6.1.2</li> <li><a href="https://github.com/junit-team/junit-framework/commit/ae244a6936b750865b6e98299f4d6791bea44f97"><code>ae244a6</code></a> Remove blanket outputDirectoryCreator from SuiteEngineTests (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5793">#5793</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/43bd154163ef3dfcc553103d5d8e63c4ccbe8cee"><code>43bd154</code></a> Finalize 6.1.2 release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/0cd9510637ee792a3578dacddc04a7c9f2cad90e"><code>0cd9510</code></a> Fix order of release note sections</li> <li><a href="https://github.com/junit-team/junit-framework/commit/a1507cbaf409424898c6b7767a0fcfc5c08ecdef"><code>a1507cb</code></a> Add initial 6.1.2 release notes to release notes index</li> <li><a href="https://github.com/junit-team/junit-framework/commit/932664186b9c1b587c954d14c134fb05fec75538"><code>9326641</code></a> Fix NoTestsDiscoveredException for suites containing only dynamic tests (<a href="https://redirect.github.com/junit-team/junit-framework/issues/5839">#5839</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/2ef11234dc42ec8fcd744f03d8cbdce315c2a9b1"><code>2ef1123</code></a> Create initial 6.1.2 release notes from template</li> <li><a href="https://github.com/junit-team/junit-framework/commit/83fa9ab372a1b8894070a2e85f05820b773005c6"><code>83fa9ab</code></a> Back to snapshots for further development</li> <li>See full diff in <a href="https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.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=6.1.1&new-version=6.1.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 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 ae97f27 commit d18d8aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<properties>
4242
<assertj.version>3.27.7</assertj.version>
4343
<buf.version>1.57.2</buf.version>
44-
<junit.version>6.1.1</junit.version>
44+
<junit.version>6.1.2</junit.version>
4545
<kafka.version>3.9.2</kafka.version>
4646
<logback.version>1.5.38</logback.version>
4747
<mockito.version>5.23.0</mockito.version>

0 commit comments

Comments
 (0)