Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.24.0
Browse files Browse the repository at this point in the history
Bumps
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.22.0 to 6.24.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/1387d1beedfdd644db8fe4521c288176dddd989c"><code>1387d1b</code></a>
Published gradle/6.24.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/f82e0ffa350f457d5e622b5e10f91496152c67c3"><code>f82e0ff</code></a>
Published lib/2.44.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/e2e42e4eb358c43f980ffa7dfd6599f775cad74d"><code>e2e42e4</code></a>
Add shell script support via shfmt (<a
href="https://redirect.github.com/diffplug/spotless/issues/1994">#1994</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/886048d1d98a196e86fc1d9aa9a2bb7e5ebbfb98"><code>886048d</code></a>
Add Shfmt to the root README.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/85d21528a930bb189c293a29423f991c516d1dd1"><code>85d2152</code></a>
Mark <code>shfmt</code> as a test that needs a special dependency.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/0f36d0fa6639c0ee5d7ba7ff3d511795d930fcb7"><code>0f36d0f</code></a>
Merge branch 'main' into tylercrawford/issue-1567/support-sh-bash</li>
<li><a
href="https://github.com/diffplug/spotless/commit/350cf2e6ff74d7a5980d2e3bf9e9bd87e0cbd6a6"><code>350cf2e</code></a>
no empty files with biome when formatting ignored files (<a
href="https://redirect.github.com/diffplug/spotless/issues/1989">#1989</a>
fixes <a
href="https://redirect.github.com/diffplug/spotless/issues/1987">#1987</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/2b52f75d32cda116dd0392fee510bc797c7b52cd"><code>2b52f75</code></a>
Merge branch 'main' into fix-1987</li>
<li><a
href="https://github.com/diffplug/spotless/commit/a3ef63b6698db684b472df59e374ab354fd4c974"><code>a3ef63b</code></a>
Don't reuse BufStep args across invocations (<a
href="https://redirect.github.com/diffplug/spotless/issues/1976">#1976</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/d055d4f8a7ec561fa7636a28d6d1b5342f088ce9"><code>d055d4f</code></a>
spotlessApply</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.22.0...gradle/6.24.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-plugin-gradle&package-manager=gradle&previous-version=6.22.0&new-version=6.24.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>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent 1d19a93 commit 1004791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ asm = "9.6"

nexus = "1.3.0"
ktlint = "0.50.0"
spotless = "6.22.0"
spotless = "6.24.0"
protokt = "1.0.0-beta.1"
protobuf = "3.25.2"

Expand Down

0 comments on commit 1004791

Please sign in to comment.