upgrade jetbrains annotations to v26.0.2
What changed, and why it matters
This commit updates a single dependency—JetBrains annotations—to a newer patch version. These annotations are compile-time code markers (for things like 'this can be null') and do not change how the wallet runs or handles bitcoin. There is no security-relevant change visible in the materials provided.
No security action needed. Treat as routine dependency hygiene. If a security advisory is later published for the prior version, review it then.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit upgrades org.jetbrains:annotations from an unspecified prior version to 26.0.2, touching one build file (‘lark’). JetBrains annotations are static-analysis metadata annotations (e.g., @NotNull, @Nullable, @Contract). They are not runtime behavior-altering code, do not affect cryptography, networking, or storage, and the diff shows only a version bump with no accompanying code changes.
Changed components
build dependency: JetBrains annotationsInspect captured patch +1 / −1
Diff not available from the source API.Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.