Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 (
Browse files Browse the repository at this point in the history
#995)

Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 2.44.1 to 2.44.2.
<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.44.2</h2>
<ul>
<li>Eclipse-based tasks can now handle parallel configuration (<a
href="https://redirect.github.com/diffplug/spotless/issues/2389">#2389</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/6d03aed509e72e167d04978a72a66ab4e9aa248b"><code>6d03aed</code></a>
Published maven/2.44.2</li>
<li><a
href="https://github.com/diffplug/spotless/commit/20e2f5a218a216abe108889fb1a75621b92eecc1"><code>20e2f5a</code></a>
Published gradle/7.0.2</li>
<li><a
href="https://github.com/diffplug/spotless/commit/37c85b8b76de434625e70b4ac194f9483c35d572"><code>37c85b8</code></a>
Published lib/3.0.2</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b8b4efcd5f5c80f80d489ed46ab7e05a6839deda"><code>b8b4efc</code></a>
Fix eclipse-based parallel downloads (<a
href="https://redirect.github.com/diffplug/spotless/issues/2396">#2396</a>
fixes <a
href="https://redirect.github.com/diffplug/spotless/issues/2389">#2389</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b401228e2bb7286f03eed7509f6ef358982018a8"><code>b401228</code></a>
Update changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/3727dfae92d22b806b4525622061b012b34a8151"><code>3727dfa</code></a>
Fix deprecations in the Spotless build.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/77c480e8844ceb44e8801ffff67553b4adb161f5"><code>77c480e</code></a>
Bump equo versions to latest, which fixes parallel downloads.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b50fcaff5367543bbdd96ac6bc8321c077bb9b78"><code>b50fcaf</code></a>
fix: workaround for NPM configuration cache (<a
href="https://redirect.github.com/diffplug/spotless/issues/2390">#2390</a>
fixes <a
href="https://redirect.github.com/diffplug/spotless/issues/2372">#2372</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/f77aeadc249d0f1b7b87249c169bfb9b2d44bbb1"><code>f77aead</code></a>
Update plugin com.github.spotbugs to v6.1.0 (<a
href="https://redirect.github.com/diffplug/spotless/issues/2393">#2393</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4c9e39a10b388286684f849db45a455232f74362"><code>4c9e39a</code></a>
Update plugin com.github.spotbugs to v6.1.0</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/maven/2.44.1...maven/2.44.2">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=2.44.1&new-version=2.44.2)](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>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b48823d commit 55d71ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.1</version>
<version>2.44.2</version>
<configuration>
<java>
<removeUnusedImports/>
Expand Down

0 comments on commit 55d71ac

Please sign in to comment.