From c9fc216f0d0a5b8d6b80438f2801e969b0936a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:22:37 +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.19.0 to 2.24.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.19.0...v2.24.0) --- updated-dependencies: - dependency-name: com.anthropic:anthropic-java dependency-version: 2.24.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 f56c437e..9578551d 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.19.0" +anthropic = "2.24.0" kotlin = "2.2.21" ktor = "3.3.3" mcp-kotlin = "0.11.0"