Skip to content

Commit 85159c5

Browse files
dependabot[bot]dongjoon-hyun
authored andcommitted
ORC-1860: Upgrade spotless-maven-plugin to 2.44.3
Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.2 to 2.44.3. <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.44.3</h2> <ul> <li>Support for <code>clang-format</code> (<a href="https://redirect.github.com/diffplug/spotless/pull/2406">#2406</a>)</li> <li>Adopt new version of <code>maven-plugin-development</code> from GradleX (<a href="https://redirect.github.com/diffplug/spotless/pull/2395">#2395</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/4dd0095437906713fc6bad3a2e160646e11b419a"><code>4dd0095</code></a> Published maven/2.44.3</li> <li><a href="https://github.com/diffplug/spotless/commit/62eff174ee9faa4ce5ccbb52332085b0fa525323"><code>62eff17</code></a> Published lib/3.1.0</li> <li><a href="https://github.com/diffplug/spotless/commit/d88a76eb183b9af4e0060ad74a8153e57547bc0c"><code>d88a76e</code></a> feat: allow overriding JarSate classloader (to enable cli) (<a href="https://redirect.github.com/diffplug/spotless/issues/2427">#2427</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/06c6ca8ba332472c41a92dffcc2b436b3d4b5a6e"><code>06c6ca8</code></a> chore: insert created PR#</li> <li><a href="https://github.com/diffplug/spotless/commit/8ee1dfe45e3ca426ed82376c61be5f7af7144352"><code>8ee1dfe</code></a> chore: provide test to make sure overriding classloader works</li> <li><a href="https://github.com/diffplug/spotless/commit/88d3c318a06a48e20e5d843930a638ff75ae7a27"><code>88d3c31</code></a> chore: update changelog for reflecting overridable classLoader in JarState</li> <li><a href="https://github.com/diffplug/spotless/commit/f519ed36a2c5ad5d90976e9b93697b2fe5dde914"><code>f519ed3</code></a> feat: allow overriding classLoader for jarstate</li> <li><a href="https://github.com/diffplug/spotless/commit/a410e9f63576abbd68b943f34eab68816c9c53d9"><code>a410e9f</code></a> adopt maven plugin development from gradle x (<a href="https://redirect.github.com/diffplug/spotless/issues/2423">#2423</a> closes <a href="https://redirect.github.com/diffplug/spotless/issues/2395">#2395</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/fd5970c17f51b88d1644db275ac4d3991174b3b5"><code>fd5970c</code></a> chore(deps): update plugin com.gradle.develocity to v3.19.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/2425">#2425</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cdb609ea190bb3203800829e8ccbcb0eadfd900b"><code>cdb609e</code></a> added changelog info in the right place</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/maven/2.44.2...maven/2.44.3">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.2&new-version=2.44.3)](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 #2143 from dependabot[bot]/dependabot/maven/java/com.diffplug.spotless-spotless-maven-plugin-2.44.3. Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d9d9ff2 commit 85159c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
<plugin>
336336
<groupId>com.diffplug.spotless</groupId>
337337
<artifactId>spotless-maven-plugin</artifactId>
338-
<version>2.44.2</version>
338+
<version>2.44.3</version>
339339
<configuration>
340340
<pom>
341341
<sortPom>

0 commit comments

Comments
 (0)