Skip to content

chore: update dependencies and document spotbugs findings - #209

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/clever-archimedes-3o1am3
Sep 20, 2026
Merged

bernardladenthin merged 1 commit into
mainfrom
claude/clever-archimedes-3o1am3

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • Document a latent SpotBugs issue in srcmorph that will surface once the llama 5.2.0 dependency pin resolves, with guidance on remediation
  • Update osv-scanner-action from v2.5.1 to v2.6.0
  • Update palantir-java-format from 2.97.0 to 2.98.0 across all modules
  • Update exec-maven-plugin from 3.6.3 to 3.6.4
  • Update SLF4J documentation from 2.0.18 to 2.0.19

Test plan

  • CI is green on this branch

Related issues / PRs

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes (if there are, I have notified the maintainer privately per SECURITY.md)

https://claude.ai/code/session_01FbGmAZY9bwxox72iU13HvJ

…v-scanner-action v2.6.0

Cross-repo dependency sweep of 2026-09-20.

  palantir-java-format       2.97.0 -> 2.98.0  all three modules (spotless formatter;
                                                bumped in all four sibling repos together)
  exec-maven-plugin          3.6.3  -> 3.6.4   srcmorph-maven-plugin (closes drift: BAF
                                                and streambuffer already carried 3.6.4)
  google/osv-scanner-action  v2.5.1 -> v2.6.0  the reusable workflows

CLAUDE.md's dependency table said slf4j 2.0.18 while the parent has converged on
2.0.19 since #205; synced.

Deliberately NOT bumped: jqwik 1.9.3 (workspace policy), slf4j 2.0.19 (2.1.0 is
alpha-only), maven-plugin-api / maven-plugin-tools (only Maven-4 betas/RCs on offer).
The unresolvable `<llama.version>5.2.0</llama.version>` pin is unchanged — that is
a java-llama.cpp release decision tracked in TODO.md, not a version bump.

Verified as far as this repo currently allows: `mvn -pl srcmorph,srcmorph-cli,
srcmorph-maven-plugin spotless:apply` under palantir 2.98.0 changes no Java file;
with `-Dllama.version=5.2.0-SNAPSHOT` (java-llama.cpp's current main installed
locally) all three modules compile and the reactor reaches spotbugs:check. That
step then fails on 4 pre-existing findsecbugs findings in
LlamaCppJniProviderSupport — reproduced identically on the unmodified origin/main
tree, so not caused here. Recorded in TODO.md next to the 5.2.0 blocker it hides
behind, because it will be the next red the moment that pin resolves.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FbGmAZY9bwxox72iU13HvJ
@bernardladenthin
bernardladenthin merged commit 65cb7e5 into main Sep 20, 2026
7 of 14 checks passed
@bernardladenthin
bernardladenthin deleted the claude/clever-archimedes-3o1am3 branch September 20, 2026 11:36

This branch had an error being deployed

1 failed deployment
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.

2 participants