Skip to content

Commit

Permalink
ORC-1606: Upgrade spotless-maven-plugin to 2.43.0
Browse files Browse the repository at this point in the history
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.42.0 to 2.43.0.
<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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/diffplug/spotless/commit/23972d3fa9c9950bc34eb653f0e598cc968b2620"><code>23972d3</code></a> Published lib/2.43.0</li>
<li><a href="https://github.com/diffplug/spotless/commit/c4511b680a0938a7417c48660ecbf04861b9ea6e"><code>c4511b6</code></a> SpotBugs plugin 5.2.3 (<a href="https://redirect.github.com/diffplug/spotless/issues/1905">#1905</a>)</li>
<li><a href="https://github.com/diffplug/spotless/commit/b9db264cfdc56e3a65fcd9a26ef2261ac26074a2"><code>b9db264</code></a> Sign task is now CC compatible (<a href="https://redirect.github.com/diffplug/spotless/issues/1906">#1906</a>)</li>
<li><a href="https://github.com/diffplug/spotless/commit/c4f8a88cf964d51fe092f49bf945fc0ddec67fe3"><code>c4f8a88</code></a> Polish GradleExtension tests (<a href="https://redirect.github.com/diffplug/spotless/issues/1908">#1908</a>)</li>
<li><a href="https://github.com/diffplug/spotless/commit/2b05af19a3eadd8490d7bb5002c34d6ee2da877f"><code>2b05af1</code></a> Add a step to remove semicolons in Groovy files (<a href="https://redirect.github.com/diffplug/spotless/issues/1900">#1900</a>)</li>
<li><a href="https://github.com/diffplug/spotless/commit/f183b61485616b8c2eb2c5946e03759d5ecc5228"><code>f183b61</code></a> Bump Kotlin to 1.6.21 in integration tests</li>
<li><a href="https://github.com/diffplug/spotless/commit/4775485957c5cafcf5c6c65dab4f3203c5471b06"><code>4775485</code></a> Polish GroovyGradleExtensionTest</li>
<li><a href="https://github.com/diffplug/spotless/commit/53fe1e0bb2c063e6f9bbbea80bab52306975a1db"><code>53fe1e0</code></a> Polish KotlinGradleExtensionTest</li>
<li><a href="https://github.com/diffplug/spotless/commit/1031d15db96d159e42614532883d5f1319ffc206"><code>1031d15</code></a> Defer Jar task configuration</li>
<li><a href="https://github.com/diffplug/spotless/commit/997ae051d3b4e3386ccf3d1b8e0229cc6756422e"><code>997ae05</code></a> Sign task is now CC compatible</li>
<li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/lib/2.42.0...lib/2.43.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.42.0&new-version=2.43.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>

Closes #1773 from dependabot[bot]/dependabot/maven/java/com.diffplug.spotless-spotless-maven-plugin-2.43.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Jan 31, 2024
1 parent e5ab9ed commit 8dae4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.42.0</version>
<version>2.43.0</version>
<configuration>
<pom>
<sortPom>
Expand Down

0 comments on commit 8dae4ff

Please sign in to comment.