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 acb12adca ORC-2140: Upgrade `spotless-maven-plugin` to 3.4.0
acb12adca is described below
commit acb12adcad2e044d956b46bfff4e4604f2490c09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 23 14:04:45 2026 -0700
ORC-2140: Upgrade `spotless-maven-plugin` to 3.4.0
Bumps
[com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless)
from 3.3.0 to 3.4.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>Maven Plugin v3.4.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>tableTest</code> format type for standalone
<code>.table</code> files. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Bump default <code>tabletest-formatter</code> version
<code>1.0.1</code> -> <code>1.1.1</code>, now works with Java 17+. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li>
</ul>
<h2>Lib v3.3.1</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>
</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.5.0] - 2026-03-18</h2>
<h3>Added</h3>
<ul>
<li>Add <code>tableTest</code> format type for standalone
<code>.table</code> files. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Bump default <code>tabletest-formatter</code> version
<code>1.0.1</code> -> <code>1.1.1</code>, now works with Java 17+. (<a
href="https://redirect.github.com/diffplug/spotless/pull/2880">#2880</a>)</li>
</ul>
<h2>[4.4.0] - 2026-03-02</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>
<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>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/708a1b0e6383ad2dd34cf3def185bb085a786789"><code>708a1b0</code></a>
Published maven/3.4.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/1cc0163c25b52824cd57b56cdcb8c4cb0c7b4795"><code>1cc0163</code></a>
Published gradle/8.4.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/a4cd808f6092c6ed9371205de4af5285beea9533"><code>a4cd808</code></a>
Published lib/4.5.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/9066bf6ede907e913fbe30259de0763f1b0b55ea"><code>9066bf6</code></a>
Add links to the changelog.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/db8dc1cc8e83b18ef357a0e660f03556fd792247"><code>db8dc1c</code></a>
Fix for illegal mutation issue with <code>predeclareDeps</code> (<a
href="https://redirect.github.com/diffplug/spotless/issues/2892">#2892</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0eb98a9574304e362f0ca6ddbfb71617de46df75"><code>0eb98a9</code></a>
chore: Updated gradle plugin change</li>
<li><a
href="https://github.com/diffplug/spotless/commit/3f7f12e649b1085a7937b8730e6a7689a52ca6da"><code>3f7f12e</code></a>
chore: Removes check for predeclare as it's not needed anymore</li>
<li><a
href="https://github.com/diffplug/spotless/commit/55c0c5c081b83ad35e92911718e3069a64467c2a"><code>55c0c5c</code></a>
fix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually
supported...</li>
<li><a
href="https://github.com/diffplug/spotless/commit/47489afd92aa79f56372bd53e82d09a44f606a32"><code>47489af</code></a>
fix: avoid IllegalMutationException when root project uses predeclareDeps()
w...</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4010e8b42c32b8dfac31a988c6820b6b0ef499bd"><code>4010e8b</code></a>
test: Introduce a test harnessing predeclared deps</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/lib/3.3.0...maven/3.4.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 #2589 from
dependabot[bot]/dependabot/maven/java/com.diffplug.spotless-spotless-maven-plugin-3.4.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 3dc1d5a36..c02ae327a 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.3.0</version>
+ <version>3.4.0</version>
<configuration>
<pom>
<sortPom>