Skip to content

Commit f2a9ea7

Browse files
Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#3044)
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.5 to 2.45.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 v2.45.0</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> </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> <h3>Changed</h3> <ul> <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> </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>[2.45.0] - 2024-01-23</h2> <h3>Added</h3> <ul> <li>Support for <code>gofmt</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/2001">#2001</a>)</li> <li>Support for formatting Java Docs for the Palantir formatter (<a href="https://redirect.github.com/diffplug/spotless/pull/2009">#2009</a>)</li> </ul> <h2>[2.44.0] - 2024-01-15</h2> <h3>Added</h3> <ul> <li>New static method to <code>DiffMessageFormatter</code> which allows to retrieve diffs with their line numbers (<a href="https://redirect.github.com/diffplug/spotless/issues/1960">#1960</a>)</li> <li>Gradle - Support for formatting shell scripts via <a href="https://github.com/mvdan/sh">shfmt</a>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1994">#1994</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix empty files with biome &gt;= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (<a href="https://redirect.github.com/diffplug/spotless/pull/1989">#1989</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1987">#1987</a>)</li> <li>Fix a regression in BufStep where the same arguments were being provided to every <code>buf</code> invocation. (<a href="https://redirect.github.com/diffplug/spotless/issues/1976">#1976</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Use palantir-java-format 2.39.0 on Java 21. (<a href="https://redirect.github.com/diffplug/spotless/pull/1948">#1948</a>)</li> <li>Bump default <code>ktlint</code> version to latest <code>1.0.1</code> -&gt; <code>1.1.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1973">#1973</a>)</li> <li>Bump default <code>googleJavaFormat</code> version to latest <code>1.18.1</code> -&gt; <code>1.19.2</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1971">#1971</a>)</li> <li>Bump default <code>diktat</code> version to latest <code>1.2.5</code> -&gt; <code>2.0.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/1972">#1972</a>)</li> </ul> <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>Changed</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>Changed</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>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/52654ef8c4a6191d983b10a2370d53b1ca023f7d"><code>52654ef</code></a> Published lib/2.45.0</li> <li><a href="https://github.com/diffplug/spotless/commit/e62f9cd05d6bbd162ea2353ea524e9e4faded083"><code>e62f9cd</code></a> Remove stale references to _ext (<a href="https://redirect.github.com/diffplug/spotless/issues/2016">#2016</a> closes <a href="https://redirect.github.com/diffplug/spotless/issues/1970">#1970</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/a48a91c92ddb3c6142ed895dcc1b37e17016fda5"><code>a48a91c</code></a> Remove <code>_ext</code> from <code>.gitignore</code>.</li> <li><a href="https://github.com/diffplug/spotless/commit/9d468eb752c064e5190343648597e0638bbaa9e2"><code>9d468eb</code></a> Remove <code>_ext</code> from <code>CONTRIBUTING.md</code>.</li> <li><a href="https://github.com/diffplug/spotless/commit/706f18ecf4b663feeffdf7638bd447f06506d67e"><code>706f18e</code></a> Add support for <code>gofmt</code> (<a href="https://redirect.github.com/diffplug/spotless/issues/2001">#2001</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/a145ac0ab46af9962724ae16e13b03cad2d434cd"><code>a145ac0</code></a> Merge branch 'main' into <a href="https://redirect.github.com/petertrr/add-gofmt/issues/861">petertrr/add-gofmt#861</a></li> <li><a href="https://github.com/diffplug/spotless/commit/13d962769ee8adeaf7cac31aad7f01c1f0f2ee77"><code>13d9627</code></a> flag to format JavaDoc for Palantir formatter (<a href="https://redirect.github.com/diffplug/spotless/issues/2009">#2009</a> fixes <a href="https://redirect.github.com/diffplug/spotless/issues/1995">#1995</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/6e349d49a5c10f5fcde7bb822215c6c920a1dd79"><code>6e349d4</code></a> Update README.md to increase readability of prettier plugin configuration (<a href="https://redirect.github.com/diffplug/spotless/issues/2">#2</a>...</li> <li><a href="https://github.com/diffplug/spotless/commit/d4b102ce1d06ce98886bbd4737cc9b3ca4dddafb"><code>d4b102c</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/diffplug/spotless/commit/56a019c78ba9b2ef2d6f59283b312821441a897a"><code>56a019c</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.44.5...lib/2.45.0">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.5&new-version=2.45.0)](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>
1 parent ee48bab commit f2a9ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<maven.release.version>3.1.1</maven.release.version>
5757
<maven.versions.version>2.18.0</maven.versions.version>
5858
<maven.surefire.version>3.5.3</maven.surefire.version>
59-
<spotless.version>2.44.5</spotless.version>
59+
<spotless.version>2.45.0</spotless.version>
6060
<maven.source.version>3.3.1</maven.source.version>
6161
<maven.exec.version>3.5.1</maven.exec.version>
6262
<moditect.version>1.2.2.Final</moditect.version>

0 commit comments

Comments
 (0)