Skip to content

Commit 85f2700

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 (#3101)
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.0.0 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-maven-plugin's releases</a>.</em></p> <blockquote> <h2>Lib v3.1.0</h2> <h3>Added</h3> <ul> <li>Support for<code>clang-format</code> on maven-plugin (<a href="https://redirect.github.com/diffplug/spotless/pull/2406">#2406</a>)</li> <li>Allow overriding classLoader for all <code>JarState</code>s to enable spotless-cli (<a href="https://redirect.github.com/diffplug/spotless/pull/2427">#2427</a>)</li> </ul> <h2>Maven Plugin v3.1.0</h2> <h3>Changes</h3> <ul> <li>Bump default <code>ktfmt</code> version to latest <code>0.58</code> -&gt; <code>0.59</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2681">#2681</a></li> <li>Bump default <code>jackson</code> version to latest <code>2.20.0</code> -&gt; <code>2.20.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2730">#2730</a>)</li> <li>Bump default <code>cleanthat</code> version to latest <code>2.23</code> -&gt; <code>2.24</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2620">#2620</a>)</li> <li><strong>POTENTIALLY BREAKING</strong> Removed support for <code>ktlint</code> versions below 1.0. (<a href="https://redirect.github.com/diffplug/spotless/pull/2711">#2711</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Use absolute path in the git pre push hook</li> <li>palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (<a href="https://redirect.github.com/diffplug/spotless/pull/2686">#2686</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/2685">#2685</a>)</li> </ul> <h3>Added</h3> <ul> <li><code>&lt;forbidModuleImports&gt;</code> API for java (<a href="https://redirect.github.com/diffplug/spotless/issues/2679">#2679</a>)</li> </ul> <h2>Lib v3.0.2</h2> <h3>Fixed</h3> <ul> <li>Node.JS-based tasks now work with the configuration cache (<a href="https://redirect.github.com/diffplug/spotless/issues/2372">#2372</a>)</li> <li>Eclipse-based tasks can now handle parallel configuration (<a href="https://redirect.github.com/diffplug/spotless/issues/2389">#2389</a>)</li> </ul> <h2>Lib v3.0.1</h2> <h3>Fixed</h3> <ul> <li>Deployment was missing part of the CDT formatter, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/issues/2384">#2384</a>)</li> </ul> </blockquote> </details> <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>[3.1.0] - 2025-02-20</h2> <h3>Added</h3> <ul> <li>Support for<code>clang-format</code> on maven-plugin (<a href="https://redirect.github.com/diffplug/spotless/pull/2406">#2406</a>)</li> <li>Allow overriding classLoader for all <code>JarState</code>s to enable spotless-cli (<a href="https://redirect.github.com/diffplug/spotless/pull/2427">#2427</a>)</li> </ul> <h2>[3.0.2] - 2025-01-14</h2> <h3>Fixed</h3> <ul> <li>Node.JS-based tasks now work with the configuration cache (<a href="https://redirect.github.com/diffplug/spotless/issues/2372">#2372</a>)</li> <li>Eclipse-based tasks can now handle parallel configuration (<a href="https://redirect.github.com/diffplug/spotless/issues/2389">#2389</a>)</li> </ul> <h2>[3.0.1] - 2025-01-07</h2> <h3>Fixed</h3> <ul> <li>Deployment was missing part of the CDT formatter, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/issues/2384">#2384</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/62eff174ee9faa4ce5ccbb52332085b0fa525323"><code>62eff17</code></a> Published lib/3.1.0</li> <li><a href="https://github.com/diffplug/spotless/commit/d88a76eb183b9af4e0060ad74a8153e57547bc0c"><code>d88a76e</code></a> feat: allow overriding JarSate classloader (to enable cli) (<a href="https://redirect.github.com/diffplug/spotless/issues/2427">#2427</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/06c6ca8ba332472c41a92dffcc2b436b3d4b5a6e"><code>06c6ca8</code></a> chore: insert created PR#</li> <li><a href="https://github.com/diffplug/spotless/commit/8ee1dfe45e3ca426ed82376c61be5f7af7144352"><code>8ee1dfe</code></a> chore: provide test to make sure overriding classloader works</li> <li><a href="https://github.com/diffplug/spotless/commit/88d3c318a06a48e20e5d843930a638ff75ae7a27"><code>88d3c31</code></a> chore: update changelog for reflecting overridable classLoader in JarState</li> <li><a href="https://github.com/diffplug/spotless/commit/f519ed36a2c5ad5d90976e9b93697b2fe5dde914"><code>f519ed3</code></a> feat: allow overriding classLoader for jarstate</li> <li><a href="https://github.com/diffplug/spotless/commit/a410e9f63576abbd68b943f34eab68816c9c53d9"><code>a410e9f</code></a> adopt maven plugin development from gradle x (<a href="https://redirect.github.com/diffplug/spotless/issues/2423">#2423</a> closes <a href="https://redirect.github.com/diffplug/spotless/issues/2395">#2395</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/fd5970c17f51b88d1644db275ac4d3991174b3b5"><code>fd5970c</code></a> chore(deps): update plugin com.gradle.develocity to v3.19.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/2425">#2425</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cdb609ea190bb3203800829e8ccbcb0eadfd900b"><code>cdb609e</code></a> added changelog info in the right place</li> <li><a href="https://github.com/diffplug/spotless/commit/d6154e3fd1af0cd17c0f7013ef15f2f3003092b6"><code>d6154e3</code></a> added changelog info</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/3.0.0...lib/3.1.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=3.0.0&new-version=3.1.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7311d6b commit 85f2700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.release.version>3.2.0</maven.release.version>
5757
<maven.versions.version>2.20.1</maven.versions.version>
5858
<maven.surefire.version>3.5.4</maven.surefire.version>
59-
<spotless.version>3.0.0</spotless.version>
59+
<spotless.version>3.1.0</spotless.version>
6060
<maven.source.version>3.3.1</maven.source.version>
6161
<maven.exec.version>3.6.2</maven.exec.version>
6262
<moditect.version>1.3.0.Final</moditect.version>

0 commit comments

Comments
 (0)