This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 41642e3a1 ORC-2127: Upgrade `spotless-maven-plugin` to 3.3.0
41642e3a1 is described below
commit 41642e3a1bdb71d9d6c6b057cab4cc73ae37e54b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 10:55:51 2026 -0700
ORC-2127: Upgrade `spotless-maven-plugin` to 3.3.0
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 3.2.1 to 3.3.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.3.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>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>Maven Plugin v3.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>tabletest-formatter</code> support for Java and Kotlin. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2860">#2860</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix the ability to specify a wildcard version (<code>*</code>) for
external formatter executables, which did not work. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2848">#2848</a>)</li>
<li>[fix] <code>ConcurrentModificationException</code> in
<code>expandWildcardImports</code> (<a
href="https://redirect.github.com/diffplug/spotless/issues/2830">#2830</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.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>
<h3>Changed</h3>
<ul>
<li>Bump default <code>eclipse</code> version to latest <code>4.34</code>
-> <code>4.35</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2458">#2458</a>)</li>
<li>Bump default <code>greclipse</code> version to latest <code>4.32</code>
-> <code>4.35</code>. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2458">#2458</a>)</li>
</ul>
<h2>[3.1.1] - 2025-04-07</h2>
<h3>Changed</h3>
<ul>
<li>Use palantir-java-format 2.57.0 on Java 21. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2447">#2447</a>)</li>
<li>Re-try <code>npm install</code> with <code>--prefer-online</code> after
<code>ERESOLVE</code> error. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2448">#2448</a>)</li>
<li>Allow multiple npm-based formatters having the same module
dependencies, to share a <code>node_modules</code> dir without race conditions.
<a
href="https://redirect.github.com/diffplug/spotless/pull/2462">#2462</a>)</li>
</ul>
<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>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/015df60ea813ebf4d17f90d2e983248179501d5f"><code>015df60</code></a>
Published lib/3.3.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/a7ea25221da3714069ebce4d5f35e75c5eb72778"><code>a7ea252</code></a>
feat: supply eclipse formatter settings as XML content (<a
href="https://redirect.github.com/diffplug/spotless/issues/2361">#2361</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0d0192d39933831eb799e5bf830acc92caf86425"><code>0d0192d</code></a>
Use try-with-resources to make sure we don't have dangling streams.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b12ff7c47f7afb65217f5b1d917c10e221b61f58"><code>b12ff7c</code></a>
More changelog fixup.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b26c800afef0fb61561f85f6ff27b33705004953"><code>b26c800</code></a>
Update changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/979825135a2b89aff154c713ba7305004b58ae78"><code>9798251</code></a>
Merge branch 'main' into feature/eclipse-config-without-file-xml</li>
<li><a
href="https://github.com/diffplug/spotless/commit/af4018349c31520d739fef28712acd970a3fd29e"><code>af40183</code></a>
add git pre push hook (<a
href="https://redirect.github.com/diffplug/spotless/issues/2553">#2553</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/cee700945d4c5aa50af52d5739fb68de53f7753f"><code>cee7009</code></a>
fix(deps): update jackson monorepo to v2.19.2 (<a
href="https://redirect.github.com/diffplug/spotless/issues/2558">#2558</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/2dadeb609c02b26930a30086a277a14d0d0466b7"><code>2dadeb6</code></a>
uninstall fix</li>
<li><a
href="https://github.com/diffplug/spotless/commit/259ec38f714178310e8625945ed74b83cb9a99ea"><code>259ec38</code></a>
Modify git-hook docs, with an eye towards a future where there is both a
pre-...</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/maven/3.2.1...lib/3.3.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 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>
Closes #2573 from
dependabot[bot]/dependabot/maven/java/com.diffplug.spotless-spotless-maven-plugin-3.3.0.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index f6ac0df2e..e15f25a83 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -361,7 +361,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
<configuration>
<pom>
<sortPom>