Skip to content

arvindand/maven-tools-mcp

v3.2.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 13d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-tools dependency-management developer-tools docker graalvm gradle
+9 more
java maven maven-central maven-tools mcp mcp-server native-image spring-ai spring-boot

Affected surfaces

deps breaking_upgrade

Summary

AI summary

Added root dependency‑management upgrades and build plugin dependency bumps with clearer edit ownership.

Changes in this release

Feature Low

Adds root dependency-management upgrade actions to recommend_pom_upgrades

Adds root dependency-management upgrade actions to recommend_pom_upgrades

Source: llm_adapter@2026-07-14

Confidence: high

Feature Low

Adds build plugin dependency upgrades as plugin_dep_bump actions

Adds build plugin dependency upgrades as plugin_dep_bump actions

Source: llm_adapter@2026-07-14

Confidence: high

Refactor Low

Changes EffectivePomResult.rootManagedDeclarations to expose only direct managed entries with unambiguous edit site

Changes EffectivePomResult.rootManagedDeclarations to expose only direct managed entries with unambiguous edit site

Source: llm_adapter@2026-07-14

Confidence: high

Refactor Low

Updates reference updater plugin scoping to apply literal actions only within owner plugin block

Updates reference updater plugin scoping to apply literal actions only within owner plugin block

Source: llm_adapter@2026-07-14

Confidence: high

Refactor Low

Aligns release metadata including version, MCP runtime, registry manifest, Docker workflow fallbacks, and build helper fallbacks for 3.2.0

Aligns release metadata including version, MCP runtime, registry manifest, Docker workflow fallbacks, and build helper fallbacks for 3.2.0

Source: llm_adapter@2026-07-14

Confidence: high

Full changelog

Owned POM Upgrade Targets — extends the POM-aware upgrade path to platform-managed and build
plugin dependency versions that are directly editable in the caller's POM.

Added

  • Root dependency-management upgrade actions: recommend_pom_upgrades now treats direct,
    non-import <dependencyManagement> declarations in the input POM as first-class upgrade targets,
    even when a platform/master POM has no normal <dependencies> usage. New
    managed_decl_bump actions identify whether the client should edit a literal <version> or a
    root-owned backing property (editTarget, propertyName, and declaredIn), so non-LLM clients
    can apply the owning edit directly.
  • Build plugin dependency upgrades: direct dependencies under both build/plugins and
    build/pluginManagement now surface as plugin_dep_bump actions. Each action carries the owner
    plugin coordinate and build path in addition to literal/property edit metadata, covering cases
    such as com.puppycrawl.tools:checkstyle inside maven-checkstyle-plugin.

Changed

  • POM analysis edit ownership: EffectivePomResult.rootManagedDeclarations exposes only direct
    managed entries with an unambiguous edit site in the input POM. Exact property references are
    included only when the property is declared by that root POM; inherited and compound property
    expressions remain non-deterministic and are excluded.
  • Reference updater plugin scoping: literal plugin dependency actions are applied only inside
    their identified owner plugin block; property-backed plugin dependencies update the exact
    server-supplied property.
  • Release metadata: aligned the project version, MCP runtime metadata, registry manifest,
    Docker workflow fallbacks, and Unix/Windows build helper fallbacks for 3.2.0.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track arvindand/maven-tools-mcp

Get notified when new releases ship.

Sign up free

About arvindand/maven-tools-mcp

Universal Maven Central dependency intelligence for JVM build tools (Maven, Gradle, SBT, Mill). Features bulk operations, version comparison, stability filtering, dependency age analysis, release patterns, and Context7 integration for upgrade guidance.

All releases →

Related context

Earlier breaking changes

  • v3.0.0 Java toolchain upgraded from Java 24 to Java 25 (LTS); builds now require Java 25.

Beta — feedback welcome: [email protected]