Skip to content

Commit b688082

Browse files
build(deps): bump me.fabriciorby:maven-surefire-junit5-tree-reporter from 1.2.1 to 1.5.1 (#288)
Bumps [me.fabriciorby:maven-surefire-junit5-tree-reporter](https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter) from 1.2.1 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/releases">me.fabriciorby:maven-surefire-junit5-tree-reporter's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <h2>What's Changed</h2> <ul> <li>Still not compatible with maven-surefire 3.5.4</li> </ul> <ul> <li>Fix: Node traversal nullpointers during printing phase by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/70">fabriciorby/maven-surefire-junit5-tree-reporter#70</a></li> <li>Fix: Out of bounds by checking if nested test starts with the parent's name before cleaning it by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/71">fabriciorby/maven-surefire-junit5-tree-reporter#71</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.5.0...v1.5.1">https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.5.0...v1.5.1</a></p> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Refactor the code to print the tests while traversing a tree by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/63">fabriciorby/maven-surefire-junit5-tree-reporter#63</a></p> <ul> <li>Improvements in the unit tests to copy maven surefire behaviour</li> <li>Improvements in printing the name of the methods correctly</li> <li>Improvements in making the tree reporter a bit nicer for nested classes and more fixes</li> <li>Improvements in the SurefireEmulator</li> <li>Fixes <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/62">fabriciorby/maven-surefire-junit5-tree-reporter#62</a></li> <li>Fixes <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/46">fabriciorby/maven-surefire-junit5-tree-reporter#46</a></li> </ul> </li> <li> <p>Add Emoji Theme and delete deprecated <code>JUnit5StatelessTestsetInfoTreeReporterUnicode</code> by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/67">fabriciorby/maven-surefire-junit5-tree-reporter#67</a></p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.4.0...v1.5.0">https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.4.0...v1.5.0</a></p> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Refactoring of TestReportHandler and TreePrinter for Improved Code Quality and performance optimization by <a href="https://github.com/neewrobert"><code>@​neewrobert</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/57">fabriciorby/maven-surefire-junit5-tree-reporter#57</a></li> <li>Fixes <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/59">#59</a> - Include hide-succes-tests option by <a href="https://github.com/rsantirso"><code>@​rsantirso</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/60">fabriciorby/maven-surefire-junit5-tree-reporter#60</a></li> <li>Beginning of Surefire Emulator by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/61">fabriciorby/maven-surefire-junit5-tree-reporter#61</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/neewrobert"><code>@​neewrobert</code></a> made their first contribution in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/57">fabriciorby/maven-surefire-junit5-tree-reporter#57</a></li> <li><a href="https://github.com/rsantirso"><code>@​rsantirso</code></a> made their first contribution in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/60">fabriciorby/maven-surefire-junit5-tree-reporter#60</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.3.0...v1.4.0">https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.3.0...v1.4.0</a></p> <h2>Release v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo? by <a href="https://github.com/stephprat"><code>@​stephprat</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/45">fabriciorby/maven-surefire-junit5-tree-reporter#45</a></li> <li>Use newer Surefire, don't append <code>s</code> to elapsed times by <a href="https://github.com/hho"><code>@​hho</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/51">fabriciorby/maven-surefire-junit5-tree-reporter#51</a></li> <li>Clean up dependencies as reported by dependency:analyze by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/54">fabriciorby/maven-surefire-junit5-tree-reporter#54</a></li> <li>Update version and surefire by <a href="https://github.com/fabriciorby"><code>@​fabriciorby</code></a> in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/55">fabriciorby/maven-surefire-junit5-tree-reporter#55</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stephprat"><code>@​stephprat</code></a> made their first contribution in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/45">fabriciorby/maven-surefire-junit5-tree-reporter#45</a></li> <li><a href="https://github.com/hho"><code>@​hho</code></a> made their first contribution in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/51">fabriciorby/maven-surefire-junit5-tree-reporter#51</a></li> <li><a href="https://github.com/michael-o"><code>@​michael-o</code></a> made their first contribution in <a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/pull/54">fabriciorby/maven-surefire-junit5-tree-reporter#54</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.2.1...v1.3.0">https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.2.1...v1.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/87a29adae8c4349f97693bd57c617222feb5c9a1"><code>87a29ad</code></a> bump version to 1.5.1</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/ac3676c86a6dae13567844b68f99f1ac8aaf08cc"><code>ac3676c</code></a> check if nested test starts with the parent's name before cleaning it (<a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/71">#71</a>)</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/29593ec70e9c8bf800a33f60f05f65b200d074d4"><code>29593ec</code></a> Fix Node traversal and cleanup during printing phase (<a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/70">#70</a>)</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/cdae8bbd01f18145a5927e8826bed1749c0a0604"><code>cdae8bb</code></a> Enable maven-gpg-plugin</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/4565faf35c9d7d2ddbd5ae6f8f7c8f53d232f2e2"><code>4565faf</code></a> Update deploy action</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/d72b36afcee8ea6c1baed7b912bf94915fac242e"><code>d72b36a</code></a> Donwgrade JUnit to 5.14.0</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/b2fb76968eed84cb0cea7a9964599a3fc4dd859a"><code>b2fb769</code></a> Maven Build on CI (<a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/66">#66</a>)</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/7f9f9d56ab91bc9aa79ac0facb4877cab73cb4f2"><code>7f9f9d5</code></a> Add Emoji Theme and remove deprecated JUnit5StatelessTestsetInfoTreeReporterU...</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/964e2d7e056b092ddb9034ab05026dac3cbf2e65"><code>964e2d7</code></a> cleanup and version bump (<a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/65">#65</a>)</li> <li><a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/commit/ab9b17a2c67dca8301cc3e9189c8fe9b284811ea"><code>ab9b17a</code></a> Print the tests while traversing an actual tree (<a href="https://redirect.github.com/fabriciorby/maven-surefire-junit5-tree-reporter/issues/63">#63</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter/compare/v1.2.1...v1.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=me.fabriciorby:maven-surefire-junit5-tree-reporter&package-manager=maven&previous-version=1.2.1&new-version=1.5.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 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 1f48d6b commit b688082

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
@@ -557,7 +557,7 @@ limitations under the License.]]>
557557
<dependency>
558558
<groupId>me.fabriciorby</groupId>
559559
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
560-
<version>1.2.1</version>
560+
<version>1.5.1</version>
561561
</dependency>
562562
</dependencies>
563563
</plugin>

0 commit comments

Comments
 (0)