dependabot[bot] opened a new pull request, #2181:
URL: https://github.com/apache/avro/pull/2181

   Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 
2.27.2 to 2.36.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.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> 
-&gt; <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> 
-&gt; <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> 
-&gt; <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>
   <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://redirect.github.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://redirect.github.com/diffplug/spotless/pull/1514";>#1514</a> part 1 
of <a 
href="https://redirect.github.com/diffplug/spotless/issues/1337";>#1337</a>)</li>
   <li>Rename <code>YamlJacksonStep</code> into <code>JacksonYamlStep</code> 
while normalizing Jackson usage (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1492";>#1492</a>)</li>
   <li>Convert <code>gson</code> integration to use a compile-only source set 
(<a 
href="https://redirect.github.com/diffplug/spotless/pull/1510";>#1510</a>).</li>
   <li>** POTENTIALLY BREAKING** Removed support for KtLint 0.3x and 0.45.2 (<a 
href="https://redirect.github.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://redirect.github.com/diffplug/spotless/pull/1522";>#1522</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/78e00498120b9dbce12510982995b2783d0b026c";><code>78e0049</code></a>
 Published lib/2.36.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/39c84f2852426d09bb61bc9edd4c5455e8f79447";><code>39c84f2</code></a>
 speedup npm install step for npm based formatters (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1590";>#1590</a> 
fixes <a 
href="https://redirect.github.com/diffplug/spotless/issues/1480";>#1480</a> and 
<a 
href="https://redirect.github.com/diffplug/spotless/issues/1582";>#1582</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/8ebb896075d6abd281692b7b8348db21cf9b5ee3";><code>8ebb896</code></a>
 Merge remote-tracking branch 'upstream/main' into 
1480-speedup-npm-install-st...</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/78ccbc9f4847c292eff3ed17350bee8e746b0f61";><code>78ccbc9</code></a>
 1480: make TimedLogger package-private (PR feedback)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/671622803e36bdf37d316449a83976652e0c7110";><code>6716228</code></a>
 Add <code>equoIde</code> task to make eclipse setup easier (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1523";>#1523</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/2a54d8475296baeaa6557e8d269ccb441b7f11f8";><code>2a54d84</code></a>
 Update changelogs.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/74f2ee85c5bf8bee81e306fa8dadd1d735073d42";><code>74f2ee8</code></a>
 Merge branch 'main' into feat/equo-ide</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/2872741126dcdd11e45e9bb9f49e05fa70f3a97c";><code>2872741</code></a>
 Handle JSON with Array as root (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1585";>#1585</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/e2f7f7670c6c8bbb138f706f8231e02a767be31f";><code>e2f7f76</code></a>
 Merge branch 'main' into JacksonJasonShouldHandleTopArray</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/c7e46d84cc7e81134d1b1df258ca9a51fd328dfb";><code>c7e46d8</code></a>
 Update plugin changelogs.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.36.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.27.2&new-version=2.36.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to