Bump maven-invoker-plugin from 3.5.1 to 3.6.0 #180

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.6.0 into main 2023-07-02 14:40:16 +02:00
dependabot[bot] commented 2023-07-02 14:37:57 +02:00 (Migrated from github.com)

Bumps maven-invoker-plugin from 3.5.1 to 3.6.0.

Release notes

Sourced from maven-invoker-plugin's releases.

3.6.0

Release Notes

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Commits
  • d612eb6 [maven-release-plugin] prepare release maven-invoker-plugin-3.6.0
  • 14ffae6 [MINVOKER-347] Document upcoming report file name change
  • 3df7c38 [MINVOKER-345] Use ChoiceFormat to selectively render percentage and elapsed ...
  • a154e5b [MINVOKER-344] Move reporting rendering logic into a ReportRenderer class
  • 3dff59f [MINVOKER-342] Use ChoiceFormat to selectively render elapsed time in Abstrac...
  • 26f2dcf [MINVOKER-341] Make elapsed time field type consistent with Maven Surefire
  • 6c0c181 Bump maven-shared-utils from 3.3.4 to 3.4.1
  • 401c229 [MNG-6829] Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (#189)
  • 4afec1d [MINVOKER-338] Bump groovy-bom from 4.0.10 to 4.0.12 (#188)
  • 9c3e913 configure notifications
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.5.1 to 3.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-invoker-plugin/releases">maven-invoker-plugin's releases</a>.</em></p> <blockquote> <h2>3.6.0</h2> <!-- raw HTML omitted --> <h2><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&amp;version=12353076">Release Notes</a></h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-345">[MINVOKER-345]</a> - Use ChoiceFormat to selectively render percentage and … (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/194">#194</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-342">[MINVOKER-342]</a> - Use ChoiceFormat to selectively render elapsed time in AbstractInvokerMojo (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/192">#192</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-341">[MINVOKER-341]</a> - Make elapsed time field type consistent with Maven Sur… (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/191">#191</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump maven-shared-utils from 3.3.4 to 3.4.1 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/186">#186</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MINVOKER-338">[MINVOKER-338]</a> - Bump groovy-bom from 4.0.10 to 4.0.12 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/188">#188</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MNG-6829">[MNG-6829]</a> - Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/189">#189</a>) <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNG-6825">[MNG-6825]</a> - Replace StringUtils with Commons Lang3 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/pull/185">#185</a>) <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/d612eb63f2e5797728c29fec9ce7cef62541a87a"><code>d612eb6</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.6.0</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/14ffae65a9f0db6cf623da820e7444a9d9cd0501"><code>14ffae6</code></a> [MINVOKER-347] Document upcoming report file name change</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/3df7c384accf3489122a7f17995c778755d7ba88"><code>3df7c38</code></a> [MINVOKER-345] Use ChoiceFormat to selectively render percentage and elapsed ...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/a154e5b13dd7d900829d1d951efff50c41f25738"><code>a154e5b</code></a> [MINVOKER-344] Move reporting rendering logic into a ReportRenderer class</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/3dff59f19ab1b810a4a300a7f06ee8d90b605782"><code>3dff59f</code></a> [MINVOKER-342] Use ChoiceFormat to selectively render elapsed time in Abstrac...</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/26f2dcfcb76b8e23f986954f4670c189f3ead153"><code>26f2dcf</code></a> [MINVOKER-341] Make elapsed time field type consistent with Maven Surefire</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/6c0c181e09c45c0d1e02c8ccfa51f503ad7751f7"><code>6c0c181</code></a> Bump maven-shared-utils from 3.3.4 to 3.4.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/401c229952bce1842756fb72963ae9b343c2517f"><code>401c229</code></a> [MNG-6829] Replace StringUtils#isEmpty(String) and #isNotEmpty(String) (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/189">#189</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/4afec1d322e912b188982255de9801dcaf793186"><code>4afec1d</code></a> [MINVOKER-338] Bump groovy-bom from 4.0.10 to 4.0.12 (<a href="https://redirect.github.com/apache/maven-invoker-plugin/issues/188">#188</a>)</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/9c3e913e04cbf3b930c537a07ee5946e3251c24e"><code>9c3e913</code></a> configure notifications</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.5.1...maven-invoker-plugin-3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-invoker-plugin&package-manager=maven&previous-version=3.5.1&new-version=3.6.0)](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 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>
sschnabe (Migrated from github.com) reviewed 2023-07-02 14:37:57 +02:00
rpahli (Migrated from github.com) reviewed 2023-07-02 14:37:57 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2023-07-02 14:37:57 +02:00
wistefan (Migrated from github.com) reviewed 2023-07-02 14:37:57 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2023-07-02 14:38:36 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#180
No description provided.