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

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 
2.31.0 to 2.32.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.32.0] - 2023-01-13</h2>
   <h3>Added</h3>
   <ul>
   <li>Add option <code>editorConfigFile</code> for <code>ktLint</code> <a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/142";>#142</a>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> <code>ktlint</code> step now 
modifies license headers. Make sure to put <code>licenseHeader</code> 
<em>after</em> <code>ktlint</code>.</li>
   </ul>
   </li>
   <li>Added <code>skipLinesMatching</code> option to 
<code>licenseHeader</code> to support formats where license header cannot be 
immediately added to the top of the file (e.g. xml, sh). (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1441";>#1441</a>).</li>
   <li>Add YAML support through Jackson (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1478";>#1478</a>)</li>
   <li>Added support for npm-based <a 
href="https://eslint.org/";>ESLint</a>-formatter for javascript and typescript 
(<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1453";>#1453</a>)</li>
   <li>Better suggested messages when user's default is set by JVM limitation. 
(<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/995";>#995</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Support <code>ktlint</code> 0.48+ new rule disabling syntax (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1456";>#1456</a>)
 fixes (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1444";>#1444</a>)</li>
   <li>Fix subgroups leading catch all matcher.</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default version for <code>prettier</code> from <code>2.0.5</code> 
to <code>2.8.1</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1453";>#1453</a>)</li>
   <li>Bump the dev version of Gradle from <code>7.5.1</code> to 
<code>7.6</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1409";>#1409</a>)
   <ul>
   <li>We also removed the no-longer-required dependency 
<code>org.codehaus.groovy:groovy-xml</code></li>
   </ul>
   </li>
   <li>Breaking changes to Spotless' internal testing infrastructure 
<code>testlib</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1443";>#1443</a>)
   <ul>
   <li><code>ResourceHarness</code> no longer has any duplicated functionality 
which was also present in <code>StepHarness</code></li>
   <li><code>StepHarness</code> now operates on <code>Formatter</code> rather 
than a <code>FormatterStep</code></li>
   <li><code>StepHarnessWithFile</code> now takes a 
<code>ResourceHarness</code> in its constructor to handle the file manipulation 
parts</li>
   <li>Standardized that we test exception <em>messages</em>, not types, which 
will ease the transition to linting later on</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.47.1</code> 
-&gt; <code>0.48.1</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1456";>#1456</a>)</li>
   </ul>
   </li>
   <li>Switch our publishing infrastructure from CircleCI to GitHub Actions (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1462";>#1462</a>).
   <ul>
   <li>Help wanted for moving our tests too (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1472";>#1472</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>[2.31.1] - 2023-01-02</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Improve memory usage when using git ratchet (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1426";>#1426</a>)</li>
   <li>Support <code>ktlint</code> 0.48+ (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1432";>#1432</a>)
 fixes (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1430";>#1430</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>ktlint</code> version to latest <code>0.47.1</code> 
-&gt; <code>0.48.0</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1432";>#1432</a>)</li>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.41</code> 
-&gt; <code>0.42</code> (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1421";>#1421</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3996bcb51f7e09e4b7801ab7d98e04f211a9fcb4";><code>3996bcb</code></a>
 Published lib/2.32.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3adaa1c35d4b22f815405708274e85024d917299";><code>3adaa1c</code></a>
 Fix subgroups leading catch all matcher (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1485";>#1485</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/109ffa6b65e71027787e11c8f66187d8c7b888da";><code>109ffa6</code></a>
 spotlessApply</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/c59cadd6a0552d3a50f1cae8ae95be732f07024c";><code>c59cadd</code></a>
 Merge branch 'main' into subgroup-catch-all</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/6688e3f0a9c12b5d6b38c8991af00bc89fa72e27";><code>6688e3f</code></a>
 Update CHANGES files</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/c2d60ba1aa2e9076842c8a1cabc963be524a7297";><code>c2d60ba</code></a>
 Add sortImportsFromArrayWithSubgroupsLeadingCatchAll test case</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/e2f82c4ec56c422c501957b8e55468a81b815511";><code>e2f82c4</code></a>
 Fix subgroups leading catch all matcher</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/66b8dd27c2169cf8dd6a95136183c1568bec2566";><code>66b8dd2</code></a>
 Fix newlines in JvmTest.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/8de6dd574a9a85bb160dc9e0c078cd8bec994d4d";><code>8de6dd5</code></a>
 Fix JvmTest on other JVMs.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/45df861fe3406624595009e96b7c59144b7f3758";><code>45df861</code></a>
 Improve message when prompting user to upgrade their JVM (<a 
href="https://github-redirect.dependabot.com/diffplug/spotless/issues/995";>#995</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/lib/2.31.0...lib/2.32.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.31.0&new-version=2.32.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-unsubscr...@logging.apache.org

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

Reply via email to