Update Dependencies
Purpose
This skill checks all dependencies in a Java project (Maven or Gradle) for newer stable versions and known security vulnerabilities (CVEs), then updates the build files automatically — applying safe minor/patch updates directly, auto-updating high/critical CVEs to safe versions, and flagging major version bumps and medium/low CVEs for developer review.
Prerequisites
- A Java project with a
pom.xml(Maven) orbuild.gradle/build.gradle.kts(Gradle) in
[Description truncada. Veja o README completo no GitHub.]