Skip to content

Commit 891f71d

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 in /cds-feature-advanced-event-mesh (#86)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. <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.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3</p> <p>See <a href="https://docs.junit.org/5.13.3/release-notes/">Release Notes</a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3">https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit-framework/commit/9e8abddfcf3f0eb960658fca6f5b27b4d148ebe6"><code>9e8abdd</code></a> Release 5.13.3</li> <li><a href="https://github.com/junit-team/junit-framework/commit/8a0be1322e14d08f0a69146b307b52ddefb94190"><code>8a0be13</code></a> Improve message of discovery issues for ineffective <code>@order</code> annotations (<a href="https://redirect.github.com/junit-team/junit-framework/issues/4718">#4718</a>)</li> <li><a href="https://github.com/junit-team/junit-framework/commit/59d562e17bd44d48b96f08942569bd9e027d6530"><code>59d562e</code></a> Fix Javadoc references</li> <li><a href="https://github.com/junit-team/junit-framework/commit/f4c202b52bc8e8eb350b5da742db09ed0942ebfa"><code>f4c202b</code></a> Strip reasons when concatenating them in ConditionEvaluationResult</li> <li><a href="https://github.com/junit-team/junit-framework/commit/e5d0e0bdb50d089346b6d222bcfdc60da0a2784c"><code>e5d0e0b</code></a> Fix multiple issues with ConditionEvaluationResult reason values</li> <li><a href="https://github.com/junit-team/junit-framework/commit/e5c9a56ab90f0324cf44e427778bf02e40a787ff"><code>e5c9a56</code></a> Improve display names in tests</li> <li><a href="https://github.com/junit-team/junit-framework/commit/cf19095977348922ef35f20472f821e18f231254"><code>cf19095</code></a> Polish release notes</li> <li><a href="https://github.com/junit-team/junit-framework/commit/aec59d2ddc609810749a31f919971e7ccb8b88a8"><code>aec59d2</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.26.1</li> <li><a href="https://github.com/junit-team/junit-framework/commit/7d8fe2abaa07476b07600fb26e96fb644c0e7a70"><code>7d8fe2a</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.26.0</li> <li><a href="https://github.com/junit-team/junit-framework/commit/d1ffa36650c83f6add87b8d9c31153c017e563f3"><code>d1ffa36</code></a> Update dependency com.puppycrawl.tools:checkstyle to v10.25.1</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3">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.2&new-version=5.13.3)](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 4a7549a commit 891f71d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cds-feature-advanced-event-mesh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.junit.jupiter</groupId>
7070
<artifactId>junit-jupiter</artifactId>
71-
<version>5.13.2</version>
71+
<version>5.13.3</version>
7272
<scope>test</scope>
7373
</dependency>
7474

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.junit.jupiter</groupId>
112112
<artifactId>junit-jupiter</artifactId>
113-
<version>5.13.2</version>
113+
<version>5.13.3</version>
114114
<scope>test</scope>
115115
</dependency>
116116

0 commit comments

Comments
 (0)