Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.20.0 to 6.21…
Browse files Browse the repository at this point in the history
….0 (#29)

Bumps
[com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless)
from 6.20.0 to 6.21.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/diffplug/spotless/commit/f19cc96927fb50364cbc384ce5e8e2832f0f9ff8"><code>f19cc96</code></a>
Published gradle/6.21.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/7e574c6159954115ced357f0e5e1f0adcf9e3e24"><code>7e574c6</code></a>
Published lib/2.41.0</li>
<li><a
href="https://github.com/diffplug/spotless/commit/efe6734696ea20a6b7a6c60944eae4ef4c18c845"><code>efe6734</code></a>
Bump GrEclipse to latest (<a
href="https://redirect.github.com/diffplug/spotless/issues/1775">#1775</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/c23f89b5f01c2f8366ef127665351bc83bf10bd7"><code>c23f89b</code></a>
Update changelogs.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/130402a11da098e6e02fc920c8836cad3322348c"><code>130402a</code></a>
Merge branch 'main' into patch-2</li>
<li><a
href="https://github.com/diffplug/spotless/commit/4b1a75b60aa60659422175d9f2576867249319d9"><code>4b1a75b</code></a>
Fix changelog link formats (<a
href="https://redirect.github.com/diffplug/spotless/issues/1789">#1789</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/83aace9d39b7037a430945e152b72580797c2a8a"><code>83aace9</code></a>
Fix changelog link formats</li>
<li><a
href="https://github.com/diffplug/spotless/commit/5976175484aa374c4742c83759ee2a5c54a670a6"><code>5976175</code></a>
Check if EditorConfig file exist for Ktlint (<a
href="https://redirect.github.com/diffplug/spotless/issues/1788">#1788</a>
fixes <a
href="https://redirect.github.com/diffplug/spotless/issues/1785">#1785</a>)</li>
<li><a
href="https://github.com/diffplug/spotless/commit/62a957e51b723b3572bbe4beef9255e910d9c036"><code>62a957e</code></a>
Categorize as fix rather than new feature.</li>
<li><a
href="https://github.com/diffplug/spotless/commit/b3c59f7d4b9e214c3f4c14d9333b816e3a90a34b"><code>b3c59f7</code></a>
Fix on windows.</li>
<li>Additional commits viewable in <a
href="https://github.com/diffplug/spotless/compare/gradle/6.20.0...gradle/6.21.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.20.0&new-version=6.21.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 6fd73e4 commit 1d9f45f
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 @@ -17,7 +17,7 @@ mail = { module = "javax.mail:mail", version = "1.4.7"}
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.10.14" }
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
protobuf-java-util = { module = "com.google.protobuf:protobuf-java-util", version.ref = "protobuf" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.20.0" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.21.0" }

[plugins]
errorprone-plugin = { id = "net.ltgt.errorprone", version = "3.1.0" }

0 comments on commit 1d9f45f

Please sign in to comment.