From 2a49230d2bc7c096808281c54a79cfe7d108bca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:04:55 +0000 Subject: [PATCH] Bump com.anthropic:anthropic-java from 2.7.0 to 2.8.1 Bumps [com.anthropic:anthropic-java](https://github.com/anthropics/anthropic-sdk-java) from 2.7.0 to 2.8.1. - [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.7.0...v2.8.1) --- updated-dependencies: - dependency-name: com.anthropic:anthropic-java dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 86886f77..6e190f02 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ mokksy = "0.6.1" # Samples mcp-kotlin = "0.7.2" -anthropic = "2.7.0" +anthropic = "2.9.0" shadow = "8.1.1" [libraries]