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

   Bumps 
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
 from 2.27.2 to 2.40.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/diffplug/spotless/blob/main/CHANGES.md";>com.diffplug.spotless:spotless-maven-plugin's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[2.40.0] - 2023-07-17</h2>
   <h3>Added</h3>
   <ul>
   <li>Added support for Protobuf formatting based on <a 
href="https://buf.build/";>Buf</a>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1208";>#1208</a>)</li>
   <li><code>enum OnMatch { INCLUDE, EXCLUDE }</code> so that 
<code>FormatterStep.filterByContent</code> can not only include based on the 
pattern but also exclude. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1749";>#1749</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Update documented default <code>semanticSort</code> to 
<code>false</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1728";>#1728</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.13</code> 
-&gt; <code>2.17</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1734";>#1734</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.49.1</code> 
-&gt; <code>0.50.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1741";>#1741</a>)
   <ul>
   <li>Dropped support for <code>ktlint 0.47.x</code> following our policy of 
supporting two breaking changes at a time.</li>
   <li>Dropped support for deprecated <code>useExperimental</code> parameter in 
favor of the <code>ktlint_experimental</code> property.</li>
   </ul>
   </li>
   </ul>
   <h2>[2.39.0] - 2023-05-24</h2>
   <h3>Added</h3>
   <ul>
   <li><code>Jvm.Support</code> now accepts <code>-SNAPSHOT</code> versions, 
treated as the non<code>-SNAPSHOT</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1583";>#1583</a>)</li>
   <li>Support Rome as a formatter for JavaScript and TypeScript code. Adds a 
new <code>rome</code> step to <code>javascript</code> and 
<code>typescript</code> formatter configurations. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1663";>#1663</a>)</li>
   <li>Add semantics-aware Java import ordering (i.e. sort by package, then 
class, then member). (<a 
href="https://redirect.github.com/diffplug/spotless/issues/522";>#522</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed a regression which changed the import sorting order in 
<code>googleJavaFormat</code> introduced in <code>2.38.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1680";>#1680</a>)</li>
   <li>Equo-based formatters now work on platforms unsupported by Eclipse such 
as PowerPC (fixes <a 
href="https://redirect.github.com/diffplug/durian-swt/issues/20";>durian-swt#20</a>)</li>
   <li>When P2 download fails, indicate the responsible formatter. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1698";>#1698</a>)</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li>Equo-based formatters now download metadata to 
<code>~/.m2/repository/dev/equo/p2-data</code> rather than 
<code>~/.equo</code>, and for CI machines without a home directory the p2 data 
goes to <code>$GRADLE_USER_HOME/caches/p2-data</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1714";>#1714</a>)</li>
   <li>Bump default <code>googleJavaFormat</code> version to latest 
<code>1.16.0</code> -&gt; <code>1.17.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1710";>#1710</a>)</li>
   <li>Bump default <code>ktfmt</code> version to latest <code>0.43</code> 
-&gt; <code>0.44</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1691";>#1691</a>)</li>
   <li>Bump default <code>ktlint</code> version to latest <code>0.48.2</code> 
-&gt; <code>0.49.1</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1696";>#1696</a>)
   <ul>
   <li>Dropped support for <code>ktlint 0.46.x</code> following our policy of 
supporting two breaking changes at a time.</li>
   </ul>
   </li>
   <li>Bump default <code>sortpom</code> version to latest <code>3.0.0</code> 
-&gt; <code>3.2.1</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1675";>#1675</a>)</li>
   </ul>
   <h2>[2.38.0] - 2023-04-06</h2>
   <h3>Added</h3>
   <ul>
   <li>Support configuration of mirrors for P2 repositories in 
<code>EquoBasedStepBuilder</code> (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1629";>#1629</a>).</li>
   <li>The <code>style</code> option in Palantir Java Format (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1654";>#1654</a>).</li>
   <li>Added formatter for Gherkin feature files (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1649";>#1649</a>).</li>
   </ul>
   <h3>Changes</h3>
   <ul>
   <li><strong>POTENTIALLY BREAKING</strong> Converted 
<code>googleJavaFormat</code> to a compile-only dependency and drop support for 
versions &lt; <code>1.8</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1630";>#1630</a>)</li>
   <li>Bump default <code>cleanthat</code> version to latest <code>2.6</code> 
-&gt; <code>2.13</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1589";>#1589</a> and <a 
href="https://redirect.github.com/diffplug/spotless/pull/1661";>#1661</a>)</li>
   <li>Bump default <code>diktat</code> version <code>1.2.4.2</code> -&gt; 
<code>1.2.5</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1631";>#1631</a>)</li>
   <li>Bump default <code>flexmark</code> version <code>0.62.2</code> -&gt; 
<code>0.64.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1302";>#1302</a>)</li>
   <li>Bump default <code>googleJavaFormat</code> version <code>1.15.0</code> 
-&gt; <code>1.16.0</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1630";>#1630</a>)</li>
   <li>Bump default <code>scalafmt</code> version <code>3.7.1</code> -&gt; 
<code>3.7.3</code>. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1584";>#1584</a>)</li>
   <li>Bump default Eclipse formatters for the 2023-03 release. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1662";>#1662</a>)
   <ul>
   <li>JDT and GrEclipse <code>4.26</code> -&gt; <code>4.27</code>
   <ul>
   <li>Improve GrEclipse error reporting. (<a 
href="https://redirect.github.com/diffplug/spotless/pull/1660";>#1660</a>)</li>
   </ul>
   </li>
   <li>CDT <code>11.0</code> -&gt; <code>11.1</code></li>
   </ul>
   </li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/diffplug/spotless/commit/7be3ce04ad22517ad741c17cc02ba68a2fb5df9b";><code>7be3ce0</code></a>
 Published lib/2.40.0</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/78a6dbc0b09a30270827b1dc94740c2124299fbd";><code>78a6dbc</code></a>
 Implement <code>buf format</code> Gradle step (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1208";>#1208</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0fc9036455f1b5090e484c3f7b34e69bdb86c80d";><code>0fc9036</code></a>
 Add warnings that buf must be the first step.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0943a81bec7b3327b9b3e706d928af00cf49b4ed";><code>0943a81</code></a>
 Fix BufStepTest for the changes we've had in test infrastructure.</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/6e7556f527e8c4bedaa82367c6f24164d91722d5";><code>6e7556f</code></a>
 spotlessApply</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/57fc5c89a8b2c2ed5fb8f9cd8aa52726fc85748d";><code>57fc5c8</code></a>
 Merge branch 'main' into add-buf-format</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3d2d2b86adee71213521d8953b7e4b0e05ed6fce";><code>3d2d2b8</code></a>
 update default version</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/1b24f485de30bccb590df76e9fc309060ee092a9";><code>1b24f48</code></a>
 fix(deps): update dependency io.github.solven-eu.cleanthat:java to v2.17 (<a 
href="https://redirect.github.com/diffplug/spotless/issues/1734";>#1734</a>)</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/3c1bb4c186021ba9a35dc893622cf93a9f76ab65";><code>3c1bb4c</code></a>
 update link</li>
   <li><a 
href="https://github.com/diffplug/spotless/commit/0e3be7dc7eec2f967adc709f1834955296df6be8";><code>0e3be7d</code></a>
 update link</li>
   <li>Additional commits viewable in <a 
href="https://github.com/diffplug/spotless/compare/maven/2.27.2...lib/2.40.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.diffplug.spotless:spotless-maven-plugin | [>= 2.37.a, < 2.38] |
   | com.diffplug.spotless:spotless-maven-plugin | [>= 2.38.a, < 2.39] |
   </details>
   
   
   [![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.40.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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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: dev-unsubscr...@avro.apache.org

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

Reply via email to