dependabot[bot] opened a new pull request, #9877: URL: https://github.com/apache/pinot/pull/9877
Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.9.0 to 2.28.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.28.0] - 2022-07-28</h2> <h3>Added</h3> <ul> <li>Clang and Black no longer break the build when the binary is unavailable, if they will not be run during that build (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1257">#1257</a>).</li> <li>License header support for Kotlin files without <code>package</code> or <code>@file</code> but do at least have <code>import</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1263">#1263</a>).</li> </ul> <h2>[2.27.0] - 2022-06-30</h2> <h3>Added</h3> <ul> <li>Support for <code>MAC_CLASSIC</code> (<code>\r</code>) line ending (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1243">#1243</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1196">#1196</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>ktlint</code> version to latest <code>0.45.2</code> -> <code>0.46.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1239">#1239</a>) <ul> <li>Minimum supported version also bumped to <code>0.46.0</code> (we have abandoned strong backward compatibility for <code>ktlint</code>, from here on out Spotless will only support the most-recent breaking change).</li> </ul> </li> <li>Bump default <code>diktat</code> version to latest <code>1.1.0</code> -> <code>1.2.1</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1246">#1246</a>) <ul> <li>Minimum supported version also bumped to <code>1.2.1</code> (diktat is based on ktlint and has the same backward compatibility issues).</li> </ul> </li> <li>Bump default <code>ktfmt</code> version to latest <code>0.37</code> -> <code>0.39</code> (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1240">#1240</a>)</li> </ul> <h2>[2.26.2] - 2022-06-11</h2> <h3>Fixed</h3> <ul> <li><code>PalantirJavaFormatStep</code> no longer needs the <code>--add-exports</code> calls in the <code>org.gradle.jvmargs</code> property in <code>gradle.properties</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1233">#1233</a>)</li> </ul> <h2>[2.26.1] - 2022-06-10</h2> <h3>Fixed</h3> <ul> <li>(Second try) <code>googleJavaFormat</code> and <code>removeUnusedImports</code> works on JDK16+ without jvm args workaround. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1228">#1228</a>)</li> </ul> <h2>[2.26.0] - 2022-06-05</h2> <h3>Added</h3> <ul> <li>Support for <code>editorConfigOverride</code> in <code>ktlint</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1218">#1218</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1193">#1193</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><code>google-java-format</code> and <code>RemoveUnusedImportsStep</code> works on JDK16+ without jvm args workaround. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1224">#1224</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/834">#834</a>)</li> </ul> <h2>[2.25.3] - 2022-05-10</h2> <h3>Fixed</h3> <ul> <li>Update the <code>black</code> version regex to fix <code>19.10b0</code> and earlier. (fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1195">#1195</a>, regression introduced in <code>2.25.0</code>)</li> <li><code>GitAttributesLineEndings$RelocatablePolicy</code> and <code>FormatterStepImpl</code> now null-out their initialization lambdas after their state has been calculated, which allows GC to collect variables which were incidentally captured but not needed in the calculated state. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1198">#1198</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.36</code> -> <code>0.37</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1200">#1200</a>)</li> </ul> <h2>[2.25.2] - 2022-05-03</h2> <h3>Changes</h3> <ul> <li>Bump default <code>diktat</code> version to latest <code>1.0.1</code> -> <code>1.1.0</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/pull/1190">#1190</a>) <ul> <li>Converted <code>diktat</code> integration to use a compile-only source set. (fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/524">#524</a>)</li> <li>Use the full path to a file in <code>diktat</code> integration. (fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1189">#1189</a>)</li> </ul> </li> </ul> <h2>[2.25.1] - 2022-04-27</h2> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.35</code> -> <code>0.36</code>. (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1183">#1183</a>)</li> <li>Bump default <code>google-java-format</code> version to latest <code>1.13.0</code> -> <code>1.15.0</code>. <ul> <li><del>This means it is no longer necessary to use the <code>--add-exports</code> workaround (fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/834">#834</a>).</del> <code>--add-exports</code> workaround is still needed.</li> </ul> </li> </ul> <h2>[2.25.0] - 2022-04-22</h2> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/a474435ae70036140d446644d641a682ae20672d"><code>a474435</code></a> Published lib/2.28.0</li> <li><a href="https://github.com/diffplug/spotless/commit/d6e767a2dfa91a0c24464a093d2827d7d1dd9ec0"><code>d6e767a</code></a> Adapt gradle plugin publishing for the new 1.0 plugin-publish plugin.</li> <li><a href="https://github.com/diffplug/spotless/commit/c229c19e48c2d30f0ffed3fe6ba061e6519899d9"><code>c229c19</code></a> Support adding license header for kotlin files without package name (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1263">#1263</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/6d6b09d2d3217e0d59aa5327035a4db5eb338e61"><code>6d6b09d</code></a> spotlessApply</li> <li><a href="https://github.com/diffplug/spotless/commit/8715f50537479e629df371679b2b1049ee66c9ea"><code>8715f50</code></a> Update changelogs.</li> <li><a href="https://github.com/diffplug/spotless/commit/efc0225ca647d35d53206972aeed145e3a2b017b"><code>efc0225</code></a> Merge branch 'main' into kotlin-default-license-header-delimiter</li> <li><a href="https://github.com/diffplug/spotless/commit/92ff11b6e68f6ef61b14b53e0559bef99710ec11"><code>92ff11b</code></a> Declare build service usages to fix Gradle 8.0 warning (<a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1262">#1262</a> fixes <a href="https://github-redirect.dependabot.com/diffplug/spotless/issues/1260">#1260</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/f6b85902308e46c0836c30df848526bf4ff0e57d"><code>f6b8590</code></a> The standard tests need the fix for the new Groovy too.</li> <li><a href="https://github.com/diffplug/spotless/commit/9831c5962a91a7d9eae08a9fea305c632c06bb3f"><code>9831c59</code></a> Support adding license header for classes without package name</li> <li><a href="https://github.com/diffplug/spotless/commit/6a786a2d46f562f84eb313919efe77494a453a6d"><code>6a786a2</code></a> Fix GradleVersion forced-upgrade for minimum required JRE.</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.9.0...lib/2.28.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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org