dependabot[bot] opened a new pull request, #2258: URL: https://github.com/apache/avro/pull/2258
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.27.2 to 2.37.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.37.0] - 2023-03-13</h2> <h3>Added</h3> <ul> <li>You can now put the filename into a license header template with <code>$FILE</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1605">#1605</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1147">#1147</a>)</li> </ul> <h3>Changes</h3> <ul> <li>We are now opting in to Gradle's new stable configuration cache. (<a href="https://redirect.github.com/diffplug/spotless/pull/1591">#1591</a>)</li> <li>Adopt <a href="https://github.com/equodev/equo-ide/tree/main/solstice">Equo Solstice OSGi and p2 shim</a> to update all Eclipse-based plugins. (<a href="https://redirect.github.com/diffplug/spotless/pull/1524">#1524</a>) <ul> <li>Eclipse JDT now supports <code>4.9</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li> <li>Eclipse Groovy now supports <code>4.18</code> through <code>4.26</code>. Also we now recommend dropping the last <code>.0</code>, e.g. <code>4.26</code> instead of <code>4.26.0</code>, you'll get warnings to help you switch.</li> <li>Eclipse CDT now supports <code>10.6</code> through <code>11.0</code>.</li> <li>Eclipse WTP is still WIP at <a href="https://redirect.github.com/diffplug/spotless/pull/1622">#1622</a>.</li> </ul> </li> </ul> <h2>[2.36.0] - 2023-02-27</h2> <h3>Added</h3> <ul> <li><code>gradlew equoIde</code> opens a repeatable clean Spotless dev environment. (<a href="https://redirect.github.com/diffplug/spotless/pull/1523">#1523</a>)</li> <li><code>cleanthat</code> added <code>includeDraft</code> option, to include draft mutators from composite mutators. (<a href="https://redirect.github.com/diffplug/spotless/pull/1574">#1574</a>)</li> <li><code>npm</code>-based formatters now support caching of <code>node_modules</code> directory (<a href="https://redirect.github.com/diffplug/spotless/pull/1590">#1590</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>JacksonJsonFormatterFunc</code> handles json files with an Array as root. (<a href="https://redirect.github.com/diffplug/spotless/pull/1585">#1585</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>cleanthat</code> version to latest <code>2.1</code> -> <code>2.6</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1569">#1569</a> and <a href="https://redirect.github.com/diffplug/spotless/pull/1574">#1574</a>)</li> <li>Reduce logging-noise created by <code>npm</code>-based formatters (<a href="https://redirect.github.com/diffplug/spotless/pull/1590">#1590</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1582">#1582</a>)</li> </ul> <h2>[2.35.0] - 2023-02-10</h2> <h3>Added</h3> <ul> <li>CleanThat Java Refactorer. (<a href="https://redirect.github.com/diffplug/spotless/pull/1560">#1560</a>)</li> <li>Introduce <code>LazyArgLogger</code> to allow for lazy evaluation of log messages in slf4j logging. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Allow multiple instances of the same npm-based formatter to be used by separating their <code>node_modules</code> directories. (<a href="https://redirect.github.com/diffplug/spotless/pull/1565">#1565</a>)</li> <li><code>ktfmt</code> default style uses correct continuation indent. (<a href="https://redirect.github.com/diffplug/spotless/pull/1562">#1562</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.42</code> -> <code>0.43</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1561">#1561</a>)</li> <li>Bump default <code>jackson</code> version to latest <code>2.14.1</code> -> <code>2.14.2</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/1536">#1536</a>)</li> </ul> <h2>[2.34.1] - 2023-02-05</h2> <h3>Changes</h3> <ul> <li><strong>POTENTIALLY BREAKING</strong> Bump bytecode from Java 8 to 11 (<a href="https://redirect.github.com/diffplug/spotless/pull/1530">#1530</a> part 2 of <a href="https://redirect.github.com/diffplug/spotless/issues/1337">#1337</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>POTENTIALLY BREAKING</strong> <code>sortByKeys</code> for JSON formatting now takes into account objects inside arrays (<a href="https://redirect.github.com/diffplug/spotless/pull/1546">#1546</a>)</li> <li><code>freshmark</code> fixed on java 15+ (<a href="https://redirect.github.com/diffplug/spotless/pull/1304">#1304</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/803">#803</a>)</li> </ul> <h2>[2.34.0] - 2023-01-26</h2> <h3>Added</h3> <ul> <li><code>Formatter</code> now has a field <code>public static final File NO_FILE_SENTINEL</code> which can be used to pass string content to a Formatter or FormatterStep when there is no actual File to format. (<a href="https://redirect.github.com/diffplug/spotless/pull/1525">#1525</a>)</li> </ul> <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://redirect.github.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://redirect.github.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://redirect.github.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://redirect.github.com/diffplug/spotless/pull/1500">#1500</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/b7eacad78e4a480b6900a4a65e5ddc0f7b609f1b"><code>b7eacad</code></a> Published lib/2.37.0</li> <li><a href="https://github.com/diffplug/spotless/commit/a16b3a94c1fe85901267c7bb999115cc8cafcd24"><code>a16b3a9</code></a> Try to fix publishing.</li> <li><a href="https://github.com/diffplug/spotless/commit/328372011f2a0bbccbb40c2ced7450587917a387"><code>3283720</code></a> Use Equo Solstice to calculate and download eclipse dependencies (<a href="https://redirect.github.com/diffplug/spotless/issues/1524">#1524</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/d807cf7a60b78f4d23de89128239e5e281aef6f1"><code>d807cf7</code></a> Bump build plugins to latest.</li> <li><a href="https://github.com/diffplug/spotless/commit/cd2faeb0f70580a011972b052f174bf50cc9743c"><code>cd2faeb</code></a> Bump Solstice to 1.0</li> <li><a href="https://github.com/diffplug/spotless/commit/73d7ed2a2bfe9eebb0f5ea06be13c37e4f9fc925"><code>73d7ed2</code></a> Update plugin changelogs.</li> <li><a href="https://github.com/diffplug/spotless/commit/3ab4c97e36a056638ad8a4966bd1f1d727aa106f"><code>3ab4c97</code></a> Update changelog to reflect that WTP is still in-progress.</li> <li><a href="https://github.com/diffplug/spotless/commit/25fc723a6a2585c0fcfe8edf7e95fdfcedb7ea6f"><code>25fc723</code></a> Update readmes.</li> <li><a href="https://github.com/diffplug/spotless/commit/cdcfe14259e446f507cf1aad3ae512b6547c9b56"><code>cdcfe14</code></a> Merge branch 'main' into feat/equo-solstice</li> <li><a href="https://github.com/diffplug/spotless/commit/f2558fe72c696ebfde693224e690092c408aabd5"><code>f2558fe</code></a> fix(deps): update dependency org.eclipse.jgit:org.eclipse.jgit to v6.5.0.2023...</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.37.0">compare view</a></li> </ul> </details> <br /> [](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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
