compare_versions
Compare Maven dependency versions to identify upgrade paths between current and target releases, suggesting compatible updates.
Instructions
Compare two versions and suggest an upgrade path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dependency | Yes | Maven coordinate in format "groupId:artifactId" (e.g., "org.springframework:spring-core") | |
| currentVersion | Yes | The version you are currently using (e.g., "5.3.20") | |
| targetVersion | No | Optional: The version you want to upgrade to. If not provided, suggests the latest stable. |