One change
claude-on-amazon-bedrock-legacy
build-with-claude/claude-on-amazon-bedrock-legacy
Nearest release: v2.1.250, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
build-with-claude/claude-on-amazon-bedrock-legacy Changed · +2 / -2 lines
from line 54
<Tab title="Java"> <CodeGroup> ```groovy Gradle - implementation("com.anthropic:anthropic-java-bedrock:2.57.0") + implementation("com.anthropic:anthropic-java-bedrock:2.58.0") ``` ```xml Maven
from line 61
<dependency> <groupId>com.anthropic</groupId> <artifactId>anthropic-java-bedrock</artifactId> - <version>2.57.0</version> + <version>2.58.0</version> </dependency> ```