chore(deps): bump detekt 1.23.7→1.23.8 + ksp api 2.3.7→2.3.9#159
Merged
Conversation
Supersedes Dependabot #147 (detekt-test), #148 (symbol-processing-api), #150 (detekt-api) — each failed CI because the project pins versions via dependencyLocking AND verifies artifacts via gradle/verification-metadata.xml (sha256), and Dependabot updated neither. This regenerates both. - detekt: plugin + toolVersion + detekt-api + detekt-test all -> 1.23.8 (kept aligned; bumping api/test alone would skew against the 1.23.7 plugin). No new findings — detekt baseline steady at 415. - ksp symbol-processing-api -> 2.3.9 (agents-kt-ksp processor module). - Regenerated gradle.lockfile + agents-kt-ksp/gradle.lockfile; added sha256 checksums to gradle/verification-metadata.xml. Stale 1.23.7 entries left in place (harmless; --write-verification-metadata only adds). Full ./gradlew build green; all tests pass. Held (NOT here, need more than a version bump): - #146 kotlin-reflect 2.3.21 -> 2.4.0: mismatches the Kotlin compiler (plugin 2.3.21); needs a whole-toolchain upgrade. - #149 jline 3.27.1 -> 4.1.3: major version, breaking API; needs porting of the LiveShow line editor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the mergeable Dependabot JVM bumps, done properly. All five JVM Dependabot PRs (#146–#150) failed CI because the project pins versions via
dependencyLockingand verifies artifacts viagradle/verification-metadata.xml(sha256) — Dependabot updated neither. This regenerates both.Bumped (supersedes #147 / #148 / #150):
1.23.7 → 1.23.8— plugin +toolVersion+detekt-api+detekt-test, kept aligned. No new findings; detekt baseline steady at 415.symbol-processing-api 2.3.7 → 2.3.9(theagents-kt-kspprocessor module).gradle.lockfile+agents-kt-ksp/gradle.lockfile; added sha256 checksums togradle/verification-metadata.xml.Held (not here — need more than a version bump):
kotlin-reflect 2.3.21 → 2.4.0— mismatches the Kotlin compiler (plugin is 2.3.21);kotlin-reflectmust equal the compiler version. Needs a dedicated whole-toolchain upgrade (Kotlin 2.4.0 + matching KSP), not an isolated bump.jline 3.27.1 → 4.1.3— major version with breaking API; would need porting theLiveShowline editor. Separate migration.(#145 actions/checkout 6.0.3 was already merged — it was the only green one.)
Full
./gradlew buildgreen; all tests pass.🤖 Generated with Claude Code