Skip to content

Bump com.diffplug.spotless from 8.6.0 to 8.7.0#145

Merged
yonatankarp merged 3 commits into
mainfrom
dependabot/gradle/com.diffplug.spotless-8.7.0
Jun 23, 2026
Merged

Bump com.diffplug.spotless from 8.6.0 to 8.7.0#145
yonatankarp merged 3 commits into
mainfrom
dependabot/gradle/com.diffplug.spotless-8.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: relates-to: build, type: dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from yonatankarp as a code owner June 22, 2026 11:33
@yonatankarp yonatankarp enabled auto-merge (rebase) June 22, 2026 11:33
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

Test Results (spring-skeleton)

2 tests   2 ✅  2s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit 9e65e6c.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

Test Results (KTOR-SKELETON)

2 tests   2 ✅  2s ⏱️
2 suites  0 💤
2 files    0 ❌

Results for commit 9e65e6c.

♻️ This comment has been updated with latest results.

Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/com.diffplug.spotless-8.7.0 branch from e01ee0a to db7498f Compare June 22, 2026 11:37
yonatankarp and others added 2 commits June 23, 2026 12:02
The Spotless plugin was applied in both build.gradle.kts and the init
script with mismatched versions (8.7.0 vs 8.6.0), loaded under different
classloaders. Both register the shared SpotlessTaskService build service,
which Gradle 9.6 rejects as a collision.

Add `apply false` to the root plugin so it no longer registers the
service (the root has no .kt and was never configured; the skeletons are
linted via the init script). Sync the init script to 8.7.0 to match.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yonatankarp yonatankarp merged commit def5893 into main Jun 23, 2026
10 checks passed
@yonatankarp yonatankarp deleted the dependabot/gradle/com.diffplug.spotless-8.7.0 branch June 23, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant