Skip to content

chore(deps): bump com.diffplug.spotless from 6.25.0 to 8.3.0#63

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/com.diffplug.spotless-8.3.0
Open

chore(deps): bump com.diffplug.spotless from 6.25.0 to 8.3.0#63
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/gradle/com.diffplug.spotless-8.3.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps com.diffplug.spotless from 6.25.0 to 8.3.0.

Dependabot compatibility score

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 commands and options

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)

Greptile Summary

This PR is a Dependabot-automated bump of the com.diffplug.spotless Gradle plugin from 6.25.0 to 8.3.0, a jump of two major versions (skipping the entire 7.x line).

  • The only change is the version string on line 21 of build.gradle.kts.
  • The project's spotless configuration is minimal — it only uses trimTrailingWhitespace() and endWithNewline() for both the java and misc format blocks — meaning the risk of hitting a breaking API change is low.
  • The spotlessCheck task is wired into Gradle's check lifecycle, so any formatting regressions introduced by the new formatter version will cause CI to fail, providing a natural safety net.
  • No logic, source code, or other dependency is touched by this PR.

Confidence Score: 4/5

  • Low-risk dependency bump; spotless configuration is minimal and the two-major-version jump is unlikely to affect the basic formatting rules in use.
  • The change is a single-line version bump of a code-formatting plugin. The project's spotless configuration only uses primitive formatting steps (trimTrailingWhitespace, endWithNewline) that are stable across all major versions of spotless. The main risk is an undiscovered breaking change between the 6.x and 8.x APIs, but given the simplicity of the configuration, a CI run is sufficient to validate. Score of 4 rather than 5 reflects the two-major-version skip without an intermediate validation step.
  • No files require special attention.

Important Files Changed

Filename Overview
build.gradle.kts Bumps com.diffplug.spotless from 6.25.0 to 8.3.0 (two major versions), skipping the 7.x line entirely; the spotless configuration is minimal (trimTrailingWhitespace + endWithNewline only), which lowers the risk of breaking API changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[gradle check] --> B[spotlessCheck]
    B --> C{com.diffplug.spotless\n8.3.0}
    C --> D["java block\ntarget: src/**/*.java\ntrimTrailingWhitespace()\nendWithNewline()"]
    C --> E["misc block\ntarget: *.gradle.kts, *.md,\n.gitignore, Makefile\ntrimTrailingWhitespace()\nendWithNewline()"]
    D --> F{Format violations?}
    E --> F
    F -->|Yes| G[Build FAILS]
    F -->|No| H[Build PASSES]
Loading

Last reviewed commit: 7276d7b

Bumps com.diffplug.spotless from 6.25.0 to 8.3.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants