From c0aa61e9c53eaa2342a5345e252efbb49f3182c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:05:10 +0000 Subject: [PATCH] chore(deps): bump com.anthropic:anthropic-java Bumps the other-dependencies group with 1 update in the /samples/kotlin-mcp-client directory: [com.anthropic:anthropic-java](https://github.com/anthropics/anthropic-sdk-java). Updates `com.anthropic:anthropic-java` from 2.59.0 to 2.60.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-java/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-java/compare/v2.59.0...v2.60.0) --- updated-dependencies: - dependency-name: com.anthropic:anthropic-java dependency-version: 2.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] --- samples/kotlin-mcp-client/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kotlin-mcp-client/gradle/libs.versions.toml b/samples/kotlin-mcp-client/gradle/libs.versions.toml index 03b7ad4e4..06a1c8fbd 100644 --- a/samples/kotlin-mcp-client/gradle/libs.versions.toml +++ b/samples/kotlin-mcp-client/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -anthropic = "2.59.0" +anthropic = "2.60.0" kotlin = "2.4.10" ktor = "3.5.2" mcp-kotlin = "0.15.0"