Commit 1186238
authored
chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 (#675)
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 3.2.0 to 3.2.1.
<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>Maven Plugin v3.2.1</h2>
<h3>Fixed</h3>
<ul>
<li><code>removeSemicolons()</code> should not be applied to multiline
strings in groovy <a
href="https://redirect.github.com/diffplug/spotless/issues/2780">#2780</a>
(<a
href="https://redirect.github.com/diffplug/spotless/issues/2792">#2792</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>
<h1>spotless-lib and spotless-lib-extra releases</h1>
<p>If you are a Spotless user (as opposed to developer), then you are
probably looking for:</p>
<ul>
<li><a
href="https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md</a></li>
<li><a
href="https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md">https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md</a></li>
</ul>
<p>This document is intended for Spotless developers.</p>
<p>We adhere to the <a
href="https://keepachangelog.com/en/1.0.0/">keepachangelog</a> format
(starting after version <code>1.27.0</code>).</p>
<h2>[Unreleased]</h2>
<h2>[4.3.0] - 2026-01-27</h2>
<h3>Added</h3>
<ul>
<li>Add <code>P2Provisioner</code> interface in lib-extra to enable
build-tool-specific caching strategies for Eclipse P2 dependencies,
fixing OutOfMemoryError in large multi-project builds. (<a
href="https://redirect.github.com/diffplug/spotless/issues/2788">#2788</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>removeSemicolons()</code> should not be applied to multiline
strings in groovy <a
href="https://redirect.github.com/diffplug/spotless/issues/2780">#2780</a>
(<a
href="https://redirect.github.com/diffplug/spotless/issues/2792">#2792</a>)</li>
</ul>
<h2>[4.2.0] - 2026-01-22</h2>
<h3>Added</h3>
<ul>
<li>Add a <code>expandWildcardImports</code> API for java (<a
href="https://redirect.github.com/diffplug/spotless/issues/2594">#2679</a>)</li>
<li>Add the ability to specify a wildcard version (<code>*</code>) for
external formatter executables. (<a
href="https://redirect.github.com/diffplug/spotless/issues/2757">#2757</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Prevent race conditions when multiple npm-based formatters launch
the server process simultaneously while sharing the same
<code>node_modules</code> directory. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2786">#2786</a>)</li>
<li>Git ratchet no longer throws an error with Git worktrees. (<a
href="https://redirect.github.com/diffplug/spotless/issues/2779">#2779</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Bump default <code>ktfmt</code> version to latest <code>0.59</code>
-> <code>0.61</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2804">2804</a>)</li>
<li>Bump default <code>ktlint</code> version to latest
<code>1.7.1</code> -> <code>1.8.0</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2763">2763</a>)</li>
<li>Bump default <code>gherkin-utils</code> version to latest
<code>9.2.0</code> -> <code>10.0.0</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2619">#2619</a>)</li>
</ul>
<h2>[4.1.0] - 2025-11-18</h2>
<h3>Changes</h3>
<ul>
<li>Bump default <code>ktfmt</code> version to latest <code>0.58</code>
-> <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> -> <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> -> <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>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>Add a <code>forbidModuleImports</code> API for java (<a
href="https://redirect.github.com/diffplug/spotless/issues/2679">#2679</a>)</li>
<li>new options to customize Flexmark, e.g. to allow YAML front matter
(<a
href="https://redirect.github.com/diffplug/spotless/issues/2616">#2616</a>)</li>
</ul>
<h2>[4.0.0] - 2025-09-24</h2>
<h3>Changes</h3>
<ul>
<li><strong>BREAKING</strong> Bump the required Java to <code>17</code>.
(<a
href="https://redirect.github.com/diffplug/spotless/issues/2375">#2375</a>,
<a
href="https://redirect.github.com/diffplug/spotless/pull/2540">#2540</a>)</li>
<li><strong>BREAKING</strong> Renamed
<code>RemoveWildcardImportsStep</code> to
<code>ForbidWildcardImportsStep</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2633">#2633</a>)</li>
<li>Bump JGit from <code>6.10.1</code> to <code>7.3.0</code> (<a
href="https://redirect.github.com/diffplug/spotless/pull/2257">#2257</a>)
<ul>
<li>Adds support for worktrees (fixes <a
href="https://redirect.github.com/diffplug/spotless/issues/1765">#1765</a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/d0f4c3d940025c7cb850fb01cb3f2968a79491c7"><code>d0f4c3d</code></a>
Published maven/3.2.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/2b7f9de321fc332be56a02d3cd0b73e72d3c1fec"><code>2b7f9de</code></a>
Published gradle/8.2.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/78e26e9a3e07a23a99f0e4b4ef2c7503cc8fed1f"><code>78e26e9</code></a>
Published lib/4.3.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/33692c2d957c07eda497aed93cc4e410289c3d6f"><code>33692c2</code></a>
[fix] <code>removeSemicolons()</code> should not be applied to multiline
strings in groo...</li>
<li><a
href="https://github.com/diffplug/spotless/commit/90628d8e829dbeff10e11d5b018045102367c046"><code>90628d8</code></a>
Update changelog.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/61864a2a38ee3d41c3027c28f5182be6f2dc78a3"><code>61864a2</code></a>
Merge branch 'main' into fix-removeSemicolons</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4864bc887a9b783feafa2908be5e17ab6a505aad"><code>4864bc8</code></a>
Fix Gradle Cache performance issue by supporting cached P2 provisionning
via ...</li>
<li><a
href="https://github.com/diffplug/spotless/commit/075895cb3b16fdd1884a22342607655f4f996d2a"><code>075895c</code></a>
docs: Mention P2 caching for gradle plugin caching</li>
<li><a
href="https://github.com/diffplug/spotless/commit/57214bf3eacc1aee293c95871b1fe41d28cf13ec"><code>57214bf</code></a>
feat: Supports P2 in predeclare</li>
<li><a
href="https://github.com/diffplug/spotless/commit/8aee8accdc070ee14fa85314d55c184c4c0e97df"><code>8aee8ac</code></a>
chore: Adds a GradleProvisioner test</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/lib/3.2.0...maven/3.2.1">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 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 4c8f548 commit 1186238
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments