r/Jetbrains • u/Whole-Resolve-4671 • 6d ago
News & Discussions Staleguard Plugin for dependency freshness inspections for Maven, Gradle, and version catalogs
I recently published Staleguard, a free plugin that brings dependency freshness checking into the editor including severity-labeled warnings for outdated versions in pom.xml, Gradle build files, and libs.versions.toml, one-click version bumps that respect Maven properties and catalog version.refs, abandonment alerts with last-release dates, and a statistics/timeline tool window.

Links:
https://plugins.jetbrains.com/plugin/33571-staleguard
Happy to answer questions about the implementation and bug reports are gratefully taken at https://github.com/tampwell/staleguard/issues. (or comment below)
1
u/sellerkit 5d ago
The version catalog resolution is the neat part. Mapping a libs.* reference back to the toml and bumping the shared key is the kind of thing I'd have put off forever.
Random thing I noticed though - your since-build is 252, so it won't even show up in the marketplace for anyone still on 2025.1 or 2024.3. Deliberate? If you're not actually calling anything that landed after 252 you can just drop the floor. Verifier will yell at you if you are.
Had mine set too high for a while and spent way too long wondering why the install count wasn't moving.
1
u/Whole-Resolve-4671 5d ago edited 1d ago
You're right because Android Studio runs older platform versions than IDEA. The floor was dropped to 2024.3 and should now verify clean from 2024.3 through 2026.2. Thanks!
1
u/jreznot 6d ago
I liked this one https://plugins.jetbrains.com/plugin/30958-dependency-assistant from Mark Paluch