The whole hunk
from line 54, old and new numbered
/
lines
from line 54
5454 <Tab title="Java">
5555 <CodeGroup>
5656 ```groovy Gradle
57 implementation("com.anthropic:anthropic-java-bedrock:2.58.0")
57 implementation("com.anthropic:anthropic-java-bedrock:2.60.0")
5858 ```
5959
6060 ```xml Maven
from line 61
6161 <dependency>
6262 <groupId>com.anthropic</groupId>
6363 <artifactId>anthropic-java-bedrock</artifactId>
64 <version>2.58.0</version>
64 <version>2.60.0</version>
6565 </dependency>
6666 ```
6767