Commit 1d545f6
Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (wala#292)
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 2.45.0 to 2.46.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 v2.46.1</h2>
<h3>Fixed</h3>
<ul>
<li><code>spotless:install-git-pre-push-hook</code> didn't work on
windows, now fixed. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2562">#2562</a>)</li>
</ul>
<h2>Maven Plugin v2.46.0</h2>
<h3>Added</h3>
<ul>
<li>Allow specifying path to Biome JSON config file directly in
<code>biome</code> step. Requires biome 2.x. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2548">#2548</a>)</li>
<li><code>spotless:install-git-pre-push-hook</code> goal, which installs
a Git <code>pre-push</code> hook to run <code>spotless:check</code> and
<code>spotless:apply</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2553">#2553</a>)</li>
</ul>
<h2>Changed</h2>
<ul>
<li>Bump default <code>gson</code> version to latest <code>2.11.0</code>
-> <code>2.13.1</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2414">#2414</a>)</li>
<li>Bump default <code>jackson</code> version to latest
<code>2.18.1</code> -> <code>2.19.2</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2558">#2558</a>)</li>
<li>Bump default <code>gherkin-utils</code> version to latest
<code>9.0.0</code> -> <code>9.2.0</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2408">#2408</a>)</li>
<li>Bump default <code>cleanthat</code> version to latest
<code>2.22</code> -> <code>2.23</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2556">#2556</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>
<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>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>
<li>Bump default <code>google-java-format</code> version to latest
<code>1.24.0</code> -> <code>1.28.0</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2345">#2345</a>)</li>
<li>Bump default <code>ktlint</code> version to latest
<code>1.5.0</code> -> <code>1.7.1</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2555">#2555</a>)</li>
</ul>
<h2>[3.3.1] - 2025-07-21</h2>
<h3>Fixed</h3>
<ul>
<li><code>GitPrePushHookInstaller</code> didn't work on windows, now
fixed. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2562">#2562</a>)</li>
</ul>
<h2>[3.3.0] - 2025-07-20</h2>
<h3>Added</h3>
<ul>
<li>Allow specifying path to Biome JSON config file directly in
<code>biome</code> step. Requires biome 2.x. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2548">#2548</a>)</li>
<li><code>GitPrePushHookInstaller</code>, a reusable library component
for installing a Git <code>pre-push</code> hook that runs formatter
checks. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2553">#2553</a>)</li>
<li>Allow setting Eclipse XML config from a string, not only from files
(<a
href="https://redirect.github.com/diffplug/spotless/pull/2361">#2361</a>)</li>
</ul>
<h2>Changed</h2>
<ul>
<li>Bump default <code>gson</code> version to latest <code>2.11.0</code>
-> <code>2.13.1</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2414">#2414</a>)</li>
<li>Bump default <code>jackson</code> version to latest
<code>2.18.1</code> -> <code>2.19.2</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2558">#2558</a>)</li>
<li>Bump default <code>gherkin-utils</code> version to latest
<code>9.0.0</code> -> <code>9.2.0</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2408">#2408</a>)</li>
<li>Bump default <code>cleanthat</code> version to latest
<code>2.22</code> -> <code>2.23</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2556">#2556</a>)</li>
</ul>
<h2>[3.2.0] - 2025-07-07</h2>
<h3>Added</h3>
<ul>
<li>Support for <code>idea</code> (<a
href="https://redirect.github.com/diffplug/spotless/pull/2020">#2020</a>,
<a
href="https://redirect.github.com/diffplug/spotless/pull/2535">#2535</a>)</li>
<li>Add support for removing wildcard imports via
<code>removeWildcardImports</code> step. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2517">#2517</a>)</li>
<li>scalafmt: enforce version consistency between the version configured
in Spotless and the version declared in Scalafmt config file (<a
href="https://redirect.github.com/diffplug/spotless/issues/2460">#2460</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li><code>SortPom</code> disable expandEmptyElements, to avoid empty
body warnings. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2520">#2520</a>)</li>
<li>Fix biome formatter for new major release 2.x of biome (<a
href="https://redirect.github.com/diffplug/spotless/pull/2537">#2537</a>)</li>
<li>Make sure npm-based formatters use the correct
<code>node_modules</code> directory when running in parallel. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2542">#2542</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump internal dependencies for npm-based formatters (<a
href="https://redirect.github.com/diffplug/spotless/pull/2542">#2542</a>)</li>
</ul>
<h2>[3.1.2] - 2025-05-27</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>UnsupportedOperationException</code> in the Gradle plugin
when using <code>targetExcludeContent[Pattern]</code> (<a
href="https://redirect.github.com/diffplug/spotless/pull/2487">#2487</a>)</li>
<li>pgp key had expired, this and future releases will be signed by new
key (<a
href="https://github.com/diffplug/spotless/discussions/2464">details</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/0572107174aad6709d12d64d4c875b53bb2042ed"><code>0572107</code></a>
Published maven/2.46.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/9e11c9d4a8411876b10d77d81aaf5b4ab312b455"><code>9e11c9d</code></a>
Published gradle/7.2.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/314418c2b9fa8210169826e52270e7cc5539531b"><code>314418c</code></a>
Published lib/3.3.1</li>
<li><a
href="https://github.com/diffplug/spotless/commit/5e9df11e2b1dde4d6d71ddac6f4f453bb9c8131d"><code>5e9df11</code></a>
Windows Compatibility Fix for Git Pre-push Hook (<a
href="https://redirect.github.com/diffplug/spotless/issues/2562">#2562</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/24ca3bcef169ba3b34f809196bcbaceb98798971"><code>24ca3bc</code></a>
We should run CI for PRs against <code>release</code> also.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/222085be8c9a336d9f2bbd6300ac0d818d04d2db"><code>222085b</code></a>
Update changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/776f7d15cc523af3db7cbc8b288abaf13dd54516"><code>776f7d1</code></a>
execute pre-push hook</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b8e80bcd369d7e68d9a7ace6434729aa4194daf7"><code>b8e80bc</code></a>
tests fix</li>
<li><a
href="https://github.com/diffplug/spotless/commit/1042742744e7f273a019dc4e21566244a5585306"><code>1042742</code></a>
spotlessApply</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4cf8137acb1fae06147e6d6dd7a7e127aae7de74"><code>4cf8137</code></a>
git pre push hook windows fix</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/lib/2.45.0...maven/2.46.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0c3ed3d commit 1d545f6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments