Skip to content

Commit 2fb3393

Browse files
chore(deps): bump com.anthropic:anthropic-java from 2.24.0 to 2.25.0 in /samples/kotlin-mcp-client in the other-dependencies group across 1 directory (#698)
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.24.0 to 2.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-java/releases">com.anthropic:anthropic-java's releases</a>.</em></p> <blockquote> <h2>v2.25.0</h2> <h2>2.25.0 (2026-04-14)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-java/compare/v2.24.0...v2.25.0">v2.24.0...v2.25.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> mark Sonnet and Opus 4 as deprecated (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/81c750e06acffb87f317c80360af6c6b420d70b8">81c750e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>streaming:</strong> add missing events (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/4ac1b6a507e2fd770a424bbe0d3e9e6f5f15d98c">4ac1b6a</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> reset .stats.yml (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/1d409eaa60d7e5622bc3aac2403dddd77d5213ef">1d409ea</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>improve examples (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/64896b84b4b05054ffa24c7f7666050a04f34ed7">64896b8</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/anthropics/anthropic-sdk-java/blob/main/CHANGELOG.md">com.anthropic:anthropic-java's changelog</a>.</em></p> <blockquote> <h2>2.25.0 (2026-04-14)</h2> <p>Full Changelog: <a href="https://github.com/anthropics/anthropic-sdk-java/compare/v2.24.0...v2.25.0">v2.24.0...v2.25.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> mark Sonnet and Opus 4 as deprecated (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/81c750e06acffb87f317c80360af6c6b420d70b8">81c750e</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>streaming:</strong> add missing events (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/4ac1b6a507e2fd770a424bbe0d3e9e6f5f15d98c">4ac1b6a</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>client:</strong> reset .stats.yml (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/1d409eaa60d7e5622bc3aac2403dddd77d5213ef">1d409ea</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>improve examples (<a href="https://github.com/anthropics/anthropic-sdk-java/commit/64896b84b4b05054ffa24c7f7666050a04f34ed7">64896b8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anthropics/anthropic-sdk-java/commit/30a74c5119a9a9c6bc555b9280928f7852aa6e89"><code>30a74c5</code></a> chore: release main (<a href="https://redirect.github.com/anthropics/anthropic-sdk-java/issues/320">#320</a>)</li> <li>See full diff in <a href="https://github.com/anthropics/anthropic-sdk-java/compare/v2.24.0...v2.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.anthropic:anthropic-java&package-manager=gradle&previous-version=2.24.0&new-version=2.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e74ef2d commit 2fb3393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/kotlin-mcp-client/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
anthropic = "2.24.0"
2+
anthropic = "2.25.0"
33
kotlin = "2.2.21"
44
ktor = "3.3.3"
55
mcp-kotlin = "0.11.0"

0 commit comments

Comments
 (0)