Skip to content

Commit 4a31dcc

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.1.0 to 7.2.0 (#330)
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 7.1.0 to 7.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/diffplug/spotless/releases">com.diffplug.spotless:spotless-plugin-gradle's releases</a>.</em></p> <blockquote> <h2>Gradle Plugin v7.2.0</h2> <h3>Added</h3> <ul> <li>Allow specifying path to Biome JSON config file directly in <code>biome</code> step. Requires biome 2.x. (<a href="https://redirect.github.com/diffplug/spotless/pull/2548">#2548</a>)</li> <li><code>spotlessInstallGitPrePushHook</code> task, which installs a Git <code>pre-push</code> hook to run <code>spotlessCheck</code> and <code>spotlessApply</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2553">#2553</a>)</li> <li>Allow setting Eclipse XML config from a string, not only from files (<a href="https://redirect.github.com/diffplug/spotless/pull/2361">#2361</a>)</li> </ul> <h2>Changed</h2> <ul> <li>Bump default <code>gson</code> version to latest <code>2.11.0</code> -&gt; <code>2.13.1</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2414">#2414</a>)</li> <li>Bump default <code>jackson</code> version to latest <code>2.18.1</code> -&gt; <code>2.19.2</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2558">#2558</a>)</li> <li>Bump default <code>gherkin-utils</code> version to latest <code>9.0.0</code> -&gt; <code>9.2.0</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2408">#2408</a>)</li> <li>Bump default <code>cleanthat</code> version to latest <code>2.22</code> -&gt; <code>2.23</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2556">#2556</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/3ce3f7330daf819d7912a8a7e27523beb45a2801"><code>3ce3f73</code></a> Published gradle/7.2.0</li> <li><a href="https://github.com/diffplug/spotless/commit/015df60ea813ebf4d17f90d2e983248179501d5f"><code>015df60</code></a> Published lib/3.3.0</li> <li><a href="https://github.com/diffplug/spotless/commit/a7ea25221da3714069ebce4d5f35e75c5eb72778"><code>a7ea252</code></a> feat: supply eclipse formatter settings as XML content (<a href="https://redirect.github.com/diffplug/spotless/issues/2361">#2361</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/0d0192d39933831eb799e5bf830acc92caf86425"><code>0d0192d</code></a> Use try-with-resources to make sure we don't have dangling streams.</li> <li><a href="https://github.com/diffplug/spotless/commit/b12ff7c47f7afb65217f5b1d917c10e221b61f58"><code>b12ff7c</code></a> More changelog fixup.</li> <li><a href="https://github.com/diffplug/spotless/commit/b26c800afef0fb61561f85f6ff27b33705004953"><code>b26c800</code></a> Update changelogs.</li> <li><a href="https://github.com/diffplug/spotless/commit/979825135a2b89aff154c713ba7305004b58ae78"><code>9798251</code></a> Merge branch 'main' into feature/eclipse-config-without-file-xml</li> <li><a href="https://github.com/diffplug/spotless/commit/af4018349c31520d739fef28712acd970a3fd29e"><code>af40183</code></a> add git pre push hook (<a href="https://redirect.github.com/diffplug/spotless/issues/2553">#2553</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cee700945d4c5aa50af52d5739fb68de53f7753f"><code>cee7009</code></a> fix(deps): update jackson monorepo to v2.19.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/2558">#2558</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/2dadeb609c02b26930a30086a277a14d0d0466b7"><code>2dadeb6</code></a> uninstall fix</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/gradle/7.1.0...gradle/7.2.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=7.1.0&new-version=7.2.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 17b113c commit 4a31dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
1919
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
2020
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.12.7" }
2121
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
22-
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.1.0" }
22+
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "7.2.0" }
2323

2424
[plugins]
2525
errorprone = { id = "net.ltgt.errorprone", version = "4.3.0" }

0 commit comments

Comments
 (0)