Skip to content

Commit 59cd0fa

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 8.8.0 to 8.9.0 (#508)
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 8.8.0 to 8.9.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 v8.9.0</h2> <h3>Added</h3> <ul> <li>Add support for Java formatting via <a href="https://github.com/agustafson/prince-of-space"><code>prince-of-space</code></a> with the new <code>princeOfSpace()</code> step. (<a href="https://redirect.github.com/diffplug/spotless/pull/2991">#2991</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Prevent parallel Gradle input fingerprinting from failing when <code>toggleOffOn()</code> wraps a slow lazy formatter step with no matching target files. (<a href="https://redirect.github.com/diffplug/spotless/pull/2994">#2994</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Bump default <code>greclipse</code> version to latest <code>4.39</code> -&gt; <code>4.40</code>. (<a href="https://redirect.github.com/diffplug/spotless/pull/2989">#2989</a>)</li> <li>Bump default <code>tabletest-formatter</code> version <code>1.1.1</code> -&gt; <code>1.1.2</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/diffplug/spotless/commit/cbd01c4e4b91cea538691d4fe6a8f929d75c27c6"><code>cbd01c4</code></a> Published gradle/8.9.0</li> <li><a href="https://github.com/diffplug/spotless/commit/c724e704341f4c7461c684a6570c42e61da20d80"><code>c724e70</code></a> Published lib/4.9.0</li> <li><a href="https://github.com/diffplug/spotless/commit/793638d9f9c45ffe11928c3de4bd4e3090978acc"><code>793638d</code></a> Replace de.atextor:turtle-formatter with cool.rdf:cool-rdf-formatter (<a href="https://redirect.github.com/diffplug/spotless/issues/2995">#2995</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/3cb7227bb7a9c2d1ce6fbdb9ca1d9a91585c7122"><code>3cb7227</code></a> Note Java 25+ requirement for RDF formatter; tidy changelogs</li> <li><a href="https://github.com/diffplug/spotless/commit/fd9eb96c8727a2fe136e496224ed4d62b763f7d0"><code>fd9eb96</code></a> Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter</li> <li><a href="https://github.com/diffplug/spotless/commit/d4071096081a7ad16ccfa5b0170c51b04a11c3e4"><code>d407109</code></a> Add support for prince-of-space Java formatter (<a href="https://redirect.github.com/diffplug/spotless/issues/2991">#2991</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/cb64859b1fe6a806f9ff390c02006013b8e9e8c8"><code>cb64859</code></a> Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatter</li> <li><a href="https://github.com/diffplug/spotless/commit/f88db438eda2eca45631ffac94ab55129c5efbc8"><code>f88db43</code></a> Bump tabletest-formatter to 1.1.2 (<a href="https://redirect.github.com/diffplug/spotless/issues/3001">#3001</a>)</li> <li><a href="https://github.com/diffplug/spotless/commit/ec7db39f76f37bdea4d41cac215424b722b08875"><code>ec7db39</code></a> Bump tabletest-formatter to 1.1.2</li> <li><a href="https://github.com/diffplug/spotless/commit/a0e59b6d302985e86cb7942cc7b8838bcffd4d14"><code>a0e59b6</code></a> Remove the round of tests for JRE 25 (breaks elsewhere)</li> <li>Additional commits viewable in <a href="https://github.com/diffplug/spotless/compare/gradle/8.8.0...gradle/8.9.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=8.8.0&new-version=8.9.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 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 bf880e8 commit 59cd0fa

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
@@ -21,7 +21,7 @@ maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.
2121
nullaway = { module = "com.uber.nullaway:nullaway", version = "0.13.8" }
2222
protobuf-java = { module = "com.google.protobuf:protobuf-java", version.ref = "protobuf" }
2323
re2j = { module = "com.google.re2j:re2j", version.ref = "re2j" }
24-
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.8.0" }
24+
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "8.9.0" }
2525

2626
[plugins]
2727
errorprone = { id = "net.ltgt.errorprone", version = "5.1.0" }

0 commit comments

Comments
 (0)