You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/12/05 18:25:49 UTC

(orc) branch main updated: ORC-1543: Bump `spotless-maven-plugin` to 2.41.1

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 78b83fd66 ORC-1543: Bump `spotless-maven-plugin` to 2.41.1
78b83fd66 is described below

commit 78b83fd6633502d8bb3220c710d0f9222edc9c00
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 5 10:25:41 2023 -0800

    ORC-1543: Bump `spotless-maven-plugin` to 2.41.1
    
    Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.0 to 2.41.1.
    <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>[2.43.1] - 2023-12-04</h2>
    <h3>Fixed</h3>
    <ul>
    <li>Eclipse-based steps which contained any jars with a <code>+</code> in their path were broken, now fixed. (<a href="https://redirect.github.com/diffplug/spotless/issues/1860#issuecomment-1826113332">#1860</a>)</li>
    </ul>
    <h3>Changes</h3>
    <ul>
    <li>Bump default <code>palantir-java-format</code> version to latest <code>2.28.0</code> -&gt; <code>2.38.0</code> on Java 21. (<a href="https://redirect.github.com/diffplug/spotless/pull/1920">#1920</a>)</li>
    <li>Bump default <code>googleJavaFormat</code> version to latest <code>1.17.0</code> -&gt; <code>1.18.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1920">#1920</a>)</li>
    <li>Bump default <code>ktfmt</code> version to latest <code>0.44</code> -&gt; <code>0.46</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1927">#1927</a>)</li>
    <li>Bump default <code>eclipse</code> version to latest <code>4.27</code> -&gt; <code>4.29</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1939">#1939</a>)</li>
    <li>Bump default <code>greclipse</code> version to latest <code>4.28</code> -&gt; <code>4.29</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1939">#1939</a>)</li>
    <li>Bump default <code>cdt</code> version to latest <code>11.1</code> -&gt; <code>11.3</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1939">#1939</a>)</li>
    </ul>
    <h2>[2.43.0] - 2023-11-27</h2>
    <h3>Added</h3>
    <ul>
    <li>Support custom rule sets for Ktlint. (<a href="https://redirect.github.com/diffplug/spotless/pull/1896">#1896</a>)</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix Eclipse JDT on some settings files. (<a href="https://redirect.github.com/diffplug/spotless/pull/1864">#1864</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1638">#1638</a>)</li>
    </ul>
    <h3>Changes</h3>
    <ul>
    <li>Bump default <code>ktlint</code> version to latest <code>1.0.0</code> -&gt; <code>1.0.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1855">#1855</a>)</li>
    <li>Add a Step to remove semicolons from Groovy files. (<a href="https://redirect.github.com/diffplug/spotless/pull/1881">#1881</a>)</li>
    </ul>
    <h2>[2.42.0] - 2023-09-28</h2>
    <h3>Added</h3>
    <ul>
    <li>Support for biome. The Rome project <a href="https://biomejs.dev/blog/annoucing-biome/">was renamed to Biome</a>.
    The configuration is still the same, but you should switch to the new <code>biome</code> tag / function and adjust
    the version accordingly. (<a href="https://redirect.github.com/diffplug/spotless/issues/1804">#1804</a>).</li>
    <li>Support for <code>google-java-format</code>'s <code>skip-javadoc-formatting</code> option. (<a href="https://redirect.github.com/diffplug/spotless/pull/1793">#1793</a>)</li>
    <li>Support configuration of mirrors for P2 repositories in Maven DSL (<a href="https://redirect.github.com/diffplug/spotless/issues/1697">#1697</a>).</li>
    <li>New line endings mode <code>GIT_ATTRIBUTES_FAST_ALLSAME</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1838">#1838</a>)</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix support for plugins when using Prettier version <code>3.0.0</code> and newer. (<a href="https://redirect.github.com/diffplug/spotless/pull/1802">#1802</a>)</li>
    <li>Fix configuration cache issue around <code>external process started '/usr/bin/git --version'</code>. (<a href="https://redirect.github.com/diffplug/spotless/issues/1806">#1806</a>)</li>
    </ul>
    <h3>Changes</h3>
    <ul>
    <li>Bump default <code>flexmark</code> version to latest <code>0.64.0</code> -&gt; <code>0.64.8</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1801">#1801</a>)</li>
    <li>Bump default <code>ktlint</code> version to latest <code>0.50.0</code> -&gt; <code>1.0.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1808">#1808</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/diffplug/spotless/commit/6de369e03b36ed96c190dccb122be55e7918553b"><code>6de369e</code></a> Published maven/2.41.1</li>
    <li><a href="https://github.com/diffplug/spotless/commit/29bb75cdb02677e276f4f2acbb961fbb4f290c07"><code>29bb75c</code></a> Published gradle/6.23.3</li>
    <li><a href="https://github.com/diffplug/spotless/commit/053c7aeb6a9c363dea6470e14d54058f513bffa3"><code>053c7ae</code></a> Published lib/2.43.1</li>
    <li><a href="https://github.com/diffplug/spotless/commit/ed88d337f34922f4383b35100f717c7876466680"><code>ed88d33</code></a> Update Equo steps (<a href="https://redirect.github.com/diffplug/spotless/issues/1939">#1939</a>)</li>
    <li><a href="https://github.com/diffplug/spotless/commit/c4da6c40089abe86bfbbd639acc70ae4795b1958"><code>c4da6c4</code></a> Update changelogs.</li>
    <li><a href="https://github.com/diffplug/spotless/commit/ee77877d2589bee50a4e8833663e976b5ac68963"><code>ee77877</code></a> Keep <code>eclipseWtp</code> step, remove the long-dormant <code>_ext/eclipse-wtp</code> project (#...</li>
    <li><a href="https://github.com/diffplug/spotless/commit/7468ace145e0e4350d955156d05de435b86d42f5"><code>7468ace</code></a> Update actions/setup-java action to v4 (<a href="https://redirect.github.com/diffplug/spotless/issues/1937">#1937</a>)</li>
    <li><a href="https://github.com/diffplug/spotless/commit/e655ef28c253577c360d96f5096475df0f676c8e"><code>e655ef2</code></a> Bump CDT to latest.</li>
    <li><a href="https://github.com/diffplug/spotless/commit/cde60a58fce8cc2b7c8231534dea8b1d03451dc7"><code>cde60a5</code></a> Bump GrEclipse to latest.</li>
    <li><a href="https://github.com/diffplug/spotless/commit/38021bf0c146e79e59fbf329b8ce56bbc6185f31"><code>38021bf</code></a> Bump JDT to latest.</li>
    <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.41.0...maven/2.41.1">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.41.0&new-version=2.41.1)](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>
    
    Closes #1680 from dependabot[bot]/dependabot/maven/java/com.diffplug.spotless-spotless-maven-plugin-2.41.1.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index b870f17a2..de6cc8385 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -320,7 +320,7 @@
         <plugin>
           <groupId>com.diffplug.spotless</groupId>
           <artifactId>spotless-maven-plugin</artifactId>
-          <version>2.41.0</version>
+          <version>2.41.1</version>
           <configuration>
             <pom>
               <sortPom>