Overview
The AgentWorks BOM pins compatible versions of every library in the agent engineering stack. Import it once and drop version tags from your dependency declarations.Maven
Whatβs new in 1.15.0
- 1.15.0: repins the Agent Client family to 0.25.0 β fixes Spring Boot auto-configuration for all providers. The org migration had left the auto-config registration files (
.imports/spring.factories) pointing at the oldorg.springaicommunitypackage, so the starters failed to auto-configure (ClassNotFoundException) at boot. All other members unchanged. - 1.14.0: repins the Agent Client family to 0.24.0 β a compatibility fix so
agent-claudebuilds against agent-journal 1.6.0. journal 1.5.0 had relocatedTraceContentMode, which broke Claude trace-wiring for Spring Boot consumers on 1.12.0/1.13.0 (NoClassDefFoundError). All other members unchanged. - 1.13.0: repins Agent Journal to 1.6.0 β first-class journal-capture primitives (slice 1), a cost-metering correction (the headline
LLMCallEvent.tokenUsageis now the cost-bearing Ξ£-per-turn aggregate, fixing a ~2Γ long-run under-count), and a per-file schema-version header on the jsonl logs. Additive on the frozen capture contract; a 1.5.0 consumer keeps working. - 1.12.0: repins Agent Journal to 1.5.0 and adds the new
gemini-cli-capturemanaged member β agent runs from Claude and Gemini now capture into one portable trace + cost format. - 1.9.0 was the security cut: converged on Spring AI 2.0.0 GA and cleared four CVEs β Spring Boot CVE-2026-40976 (CRITICAL) and CVE-2026-40973, Spring AI CVE-2026-41712, and Jackson CVE-2026-29062. Added
tools.jackson:jackson-bom3.1.4 andreactor-core3.8.6 to converge transitive dependencies, all verified by thebom-verificationgate. - 1.10.0 / 1.11.0: repinned the source-fixed members to lock in the CVE remediation (claude-code-sdk 1.4.0, workflow 0.10.0, Spring AI BOM 2.0.0 backstop).
- 1.8.0: bumped the acp-java family to 0.14.0, clearing the deferred 0.13.0 cut.
Managed Artifacts
Agent Engineering (io.github.markpollack)
| Artifact | Version | Project |
|---|---|---|
agent-hooks-core | 0.6.4 | Agent Hooks |
agent-hooks-spring | 0.6.4 | Agent Hooks |
agent-hooks-claude | 0.6.4 | Agent Hooks |
agent-hooks-gemini | 0.6.4 | Agent Hooks |
journal-core | 1.6.0 | Agent Journal |
claude-code-capture | 1.6.0 | Agent Journal |
gemini-cli-capture | 1.6.0 | Agent Journal |
workflow-api | 0.10.0 | Agent Workflow |
workflow-core | 0.10.0 | Agent Workflow |
workflow-tools | 0.10.0 | Agent Workflow |
workflow-flows | 0.10.0 | Agent Workflow |
workflow-agents | 0.10.0 | Agent Workflow |
workflow-batch | 0.10.0 | Agent Workflow |
workflow-temporal | 0.10.0 | Agent Workflow |
workflow-journal | 0.10.0 | Agent Workflow |
experiment-core | 0.5.0 | Agent Experiment |
experiment-claude | 0.5.0 | Agent Experiment |
loopy | 0.4.0 | Loopy |
memory-core | 0.3.0 | Agent Memory |
memory-advisor | 0.3.0 | Agent Memory |
claude-code-sdk | 1.4.0 | Claude Agent SDK |
agent-bench-core | 0.4.0 | Agent Bench |
agent-bench-agents | 0.4.0 | Agent Bench |
agent-judge-core | 0.13.0 | Agent Judge |
agent-judge-llm | 0.13.0 | Agent Judge |
agent-judge-exec | 0.13.0 | Agent Judge |
agent-judge-file | 0.13.0 | Agent Judge |
agent-sandbox-core | 0.9.3 | Agent Sandbox |
agent-sandbox-docker | 0.9.3 | Agent Sandbox |
agent-sandbox-e2b | 0.9.3 | Agent Sandbox |
agent-client-core | 0.25.0 | Agent Client |
agent-model | 0.25.0 | Agent Client |
agent-claude | 0.25.0 | Agent Client |
agent-gemini | 0.25.0 | Agent Client |
agent-launcher | 0.25.0 | Agent Client |
agent-qwen-code | 0.25.0 | Agent Client |
agent-starter-claude | 0.25.0 | Agent Client |
agent-starter-gemini | 0.25.0 | Agent Client |
agent-starter-amp | 0.25.0 | Agent Client |
agent-starter-codex | 0.25.0 | Agent Client |
agent-starter-amazon-q | 0.25.0 | Agent Client |
agent-starter-qwen-code | 0.25.0 | Agent Client |
Agent Client Protocol (com.agentclientprotocol)
| Artifact | Version | Project |
|---|---|---|
acp-annotations | 0.14.0 | ACP Java SDK |
acp-core | 0.14.0 | ACP Java SDK |
acp-agent-support | 0.14.0 | ACP Java SDK |
acp-test | 0.14.0 | ACP Java SDK |
acp-websocket-jetty | 0.14.0 | ACP Java SDK |
Source
GitHub
BOM source and release coordination