You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/10 20:09:07 UTC

[GitHub] [logging-log4j-transform] dependabot[bot] opened a new pull request, #15: Bump spotless-maven-plugin from 2.32.0 to 2.33.0

dependabot[bot] opened a new pull request, #15:
URL: https://github.com/apache/logging-log4j-transform/pull/15

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.32.0 to 2.33.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/diffplug/spotless/blob/main/CHANGES.md">spotless-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2>[2.33.0] - 2023-01-26</h2>
   <h3>Added</h3>
   <ul>
   <li><code>ProcessRunner</code> has added some convenience methods so it can be used for maven testing. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1496">#1496</a>)</li>
   <li><code>ProcessRunner</code> allows to limit captured output to a certain number of bytes. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1511">#1511</a>)</li>
   <li><code>ProcessRunner</code> is now capable of handling long-running tasks where waiting for exit is delegated to the caller. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1511">#1511</a>)</li>
   <li>Allow to specify node executable for node-based formatters using <code>nodeExecutable</code> parameter (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1500">#1500</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>The default list of type annotations used by <code>formatAnnotations</code> has had 8 more annotations from the Checker Framework added <a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1494">#1494</a></li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Bump minimum JRE from 8 to 11, next release likely to bump bytecode to Java 11 (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1514">#1514</a> part 1 of <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1337">#1337</a>)</li>
   <li>Rename <code>YamlJacksonStep</code> into <code>JacksonYamlStep</code> while normalizing Jackson usage (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1492">#1492</a>)</li>
   <li>Convert <code>gson</code> integration to use a compile-only source set (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1510">#1510</a>).</li>
   <li>** POTENTIALLY BREAKING** Removed support for KtLint 0.3x and 0.45.2 (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1475">#1475</a>)
   <ul>
   <li><code>KtLint</code> does not maintain a stable API - before this PR, we supported every breaking change in the API since 2019.</li>
   <li>From now on, we will support no more than 2 breaking changes at a time.</li>
   </ul>
   </li>
   <li>NpmFormatterStepStateBase delays <code>npm install</code> call until the formatter is first used. This enables better integration
   with <code>gradle-node-plugin</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1522">#1522</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.48.1</code> -&gt; <code>0.48.2</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1529">#1529</a>)</li>
   <li>Bump default <code>scalafmt</code> version to latest <code>3.6.1</code> -&gt; <code>3.7.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1529">#1529</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/diffplug/spotless/commit/8804eb1041c1cc75f20bc8d0e02a68cdeaee5c30"><code>8804eb1</code></a> Published lib/2.33.0</li>
   <li><a href="https://github.com/diffplug/spotless/commit/f71b28658bf015b20d7b3a4dc084c8b4fa4f0c19"><code>f71b286</code></a> Fix bug in changelog publish setup.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/5c3411d00a120c59f301c6ea57f4e2aff2fb4164"><code>5c3411d</code></a> Add missing changelog links to root <code>settings.gradle</code></li>
   <li><a href="https://github.com/diffplug/spotless/commit/e3be8779f436d9bb1d7b72d1dc98a0eb14864488"><code>e3be877</code></a> Bump default versions to latest available (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1529">#1529</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/5d6714d5666194e3b418a23d3d2379b797fb31fc"><code>5d6714d</code></a> Update changelogs.</li>
   <li><a href="https://github.com/diffplug/spotless/commit/87b6dd8b8bd8a3848d02f612f38b1d547a95bcbe"><code>87b6dd8</code></a> Bump default scalafmt <code>3.6.1</code> -&gt; <code>3.7.1</code></li>
   <li><a href="https://github.com/diffplug/spotless/commit/87a168b877a216dd0c397e58aa37e5c319dd8c7c"><code>87a168b</code></a> Bump default KtLint <code>0.48.1</code> -&gt; <code>0.48.2</code></li>
   <li><a href="https://github.com/diffplug/spotless/commit/6b3ab241584f8f08e25d4d846e3bbddaa8df7aa5"><code>6b3ab24</code></a> Bump minimum JRE to 11 by yelling at JRE 8 users (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1514">#1514</a>)</li>
   <li><a href="https://github.com/diffplug/spotless/commit/fb03922888f9a1e3c3e987249c121df191fe3abd"><code>fb03922</code></a> The Kotlin gradle integration tests had tested every possible combination. A ...</li>
   <li><a href="https://github.com/diffplug/spotless/commit/56a6f7e3d1ccfcdb2fd385a5d06cc3e831c49b22"><code>56a6f7e</code></a> Improved KtLintStepTest.equality to not download so much.</li>
   <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.32.0...lib/2.33.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.diffplug.spotless:spotless-maven-plugin&package-manager=maven&previous-version=2.32.0&new-version=2.33.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4j-transform] github-actions[bot] merged pull request #15: Bump spotless-maven-plugin from 2.32.0 to 2.33.0

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] merged PR #15:
URL: https://github.com/apache/logging-log4j-transform/pull/15


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org