Deps Upgrade banner
arvindand arvindand

Deps Upgrade

Development community

Description

--- description: Get upgrade recommendations for current dependencies with versions argument-hint: [groupId:artifactId:version, ...] --- Analyze dependencies for upgrade recommendations using the maven-tools-mcp MCP server. **Dependencies to check (with current versions):** $ARGUMENTS If no dependencies are specified, extract them with versions from the project's build file. **Analysis:** Use `compare_dependency_versions` with: - `includeSecurityScan: true` - Include CVE vulnerability check

Installation

Installs to ~/.claude/commands/arvindand-maven-tools-mcp-deps-upgrade.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arvindand/maven-tools-mcp/HEAD/.claude/commands/deps-upgrade.md -o ~/.claude/commands/arvindand-maven-tools-mcp-deps-upgrade.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository