Skip to content

chore(deps): bump com.diffplug.spotless from 6.25.0 to 8.4.0#73

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps com.diffplug.spotless from 6.25.0 to 8.4.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 bumps the com.diffplug.spotless Gradle plugin from 6.25.0 to 8.4.0 — a two-major-version jump that includes a number of documented breaking changes.

Key considerations checked:

  • Breaking: Java 17 minimum (8.0.0) — The project already targets Java 17 (javaTargetVersion = 17), so this requirement is satisfied.
  • Breaking: Gradle 7.3 minimum (8.0.0), raised to Gradle 8.1 (8.1.0) — The project uses Gradle 9.2.1 (via gradle-wrapper.properties), which satisfies both thresholds.
  • Breaking: removeWildcardImportsforbidWildcardImports rename (8.0.0) — This project's spotless configuration does not use removeWildcardImports, so no impact.
  • Breaking: spotlessInstallGitPrePushHook now root-project only (8.0.0) — Not used in this single-project build; no impact.
  • Breaking: LintSuppression.setPath now enforces unix-style paths (8.0.0) — Not used here; no impact.

The project's spotless configuration is intentionally minimal (trimTrailingWhitespace() and endWithNewline() for Java and misc targets), which sidesteps all documented API renames and behavioral breaking changes. The bump appears safe to merge.

Confidence Score: 5/5

  • This PR is safe to merge — the version bump satisfies all new minimum requirements and the project's minimal spotless configuration avoids all breaking API changes.
  • The only change is a single version string bump. All documented breaking changes in 7.x and 8.x either do not apply to this project's minimal spotless setup or are already satisfied by the project's existing Java 17 target and Gradle 9.2.1 wrapper. No functional code is modified.
  • No files require special attention.

Important Files Changed

Filename Overview
build.gradle.kts Bumps com.diffplug.spotless from 6.25.0 to 8.4.0; project's minimal spotless config is unaffected by all documented breaking changes, and the project's Java 17 target and Gradle 9.2.1 wrapper satisfy the new minimum requirements.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["`./gradlew check`"] --> B[spotlessCheck]
    B --> C{Spotless 8.4.0}
    C --> D["Java sources\nsrc/**/*.java\ntrimTrailingWhitespace\nendWithNewline"]
    C --> E["Misc sources\n*.gradle.kts / *.md\n.gitignore / Makefile\ntrimTrailingWhitespace\nendWithNewline"]
    D --> F{Violations?}
    E --> F
    F -- Yes --> G["Build FAILS\nRun ./gradlew spotlessApply"]
    F -- No --> H[Build PASSES]

    style C fill:#4a90d9,color:#fff
    style G fill:#e74c3c,color:#fff
    style H fill:#2ecc71,color:#fff
Loading

Last reviewed commit: "chore(deps): bump co..."

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
Bumps com.diffplug.spotless from 6.25.0 to 8.4.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added java Pull requests that update java code dependencies Pull requests that update a dependency file labels Mar 19, 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