The whole hunk
from line 436, old and new numbered
/
lines
from line 436
436436 }
437437
438438 dependencies {
439 implementation("com.anthropic:anthropic-java:2.58.0")
439 implementation("com.anthropic:anthropic-java:2.60.0")
440440 }
441441
442442 application {
from line 462
462462 <dependency>
463463 <groupId>com.anthropic</groupId>
464464 <artifactId>anthropic-java</artifactId>
465 <version>2.58.0</version>
465 <version>2.60.0</version>
466466 </dependency>
467467 </dependencies>
468468 </project>