Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps com.anthropic:anthropic-java from 0.8.0 to 2.4.0.

Release notes

Sourced from com.anthropic:anthropic-java's releases.

v2.4.0

2.4.0 (2025-08-08)

Full Changelog: v2.3.1...v2.4.0

Features

  • api: search result content blocks (7ff0d0b)

Chores

  • example: fix run example comment (c209490)
  • increase max gradle JVM heap to 8GB (63801cd)

v2.3.1

2.3.1 (2025-08-05)

Full Changelog: v2.3.0...v2.3.1

Bug Fixes

v2.3.0

2.3.0 (2025-08-05)

Full Changelog: v2.2.0...v2.3.0

Features

  • add retryable exception (1def48d)
  • api: add claude-opus-4-1-20250805 (2293c85)
  • api: adds support for text_editor_20250728 tool (8dc3158)
  • api: removed older deprecated models (1cb9517)
  • client: add {QueryParams,Headers}#put(String, JsonValue) methods (76d9732)
  • client: add https config options (cd752b3)
  • client: allow configuring env via system properties (427a38d)
  • client: allow setting additional multipart body props (eb4bfdf)
  • client: ensure compat with proguard (ee2a29e)

Bug Fixes

  • client: accidental mutability of some classes (528db15)
  • client: r8 support (16605d7)
  • client: some bad _additionalBodyProperties serialization (e9d67d1)
  • client: support system properties properly (85a9afa)
  • docs: fix FileUpload example in README (054c721)
  • docs: fix FileUpload example in README (b36b104)

... (truncated)

Changelog

Sourced from com.anthropic:anthropic-java's changelog.

2.4.0 (2025-08-08)

Full Changelog: v2.3.1...v2.4.0

Features

  • api: search result content blocks (7ff0d0b)

Chores

  • example: fix run example comment (c209490)
  • increase max gradle JVM heap to 8GB (63801cd)

2.3.1 (2025-08-05)

Full Changelog: v2.3.0...v2.3.1

Bug Fixes

2.3.0 (2025-08-05)

Full Changelog: v2.2.0...v2.3.0

Features

  • add retryable exception (1def48d)
  • api: add claude-opus-4-1-20250805 (2293c85)
  • api: adds support for text_editor_20250728 tool (8dc3158)
  • api: removed older deprecated models (1cb9517)
  • client: add {QueryParams,Headers}#put(String, JsonValue) methods (76d9732)
  • client: add https config options (cd752b3)
  • client: allow configuring env via system properties (427a38d)
  • client: allow setting additional multipart body props (eb4bfdf)
  • client: ensure compat with proguard (ee2a29e)

Bug Fixes

  • client: accidental mutability of some classes (528db15)
  • client: r8 support (16605d7)
  • client: some bad _additionalBodyProperties serialization (e9d67d1)
  • client: support system properties properly (85a9afa)
  • docs: fix FileUpload example in README (054c721)
  • docs: fix FileUpload example in README (b36b104)
  • internal: fix duplication across Client (87f50c1)
  • internal: fix formatting (7a900b1)
  • internal: run formatter (42f6987)

... (truncated)

Commits
  • 6b97049 release: 2.4.0
  • a1fdcda feat(api): search result content blocks
  • 8c334c2 chore: increase max gradle JVM heap to 8GB
  • cc3b645 chore(example): fix run example comment
  • ee49b44 release: 2.3.1
  • 659646b fix: bug in fromEnv
  • e388542 Merge pull request #264 from anthropics/release-please--branches--main--chang...
  • 973f8d5 release: 2.3.0
  • 2293c85 feat(api): add claude-opus-4-1-20250805
  • 09a22a0 chore(internal): add async lock helper
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.anthropic:anthropic-java](https://github.com/anthropics/anthropic-sdk-java) from 0.8.0 to 2.4.0.
- [Release notes](https://github.com/anthropics/anthropic-sdk-java/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-java/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-java@v0.8.0...v2.4.0)

---
updated-dependencies:
- dependency-name: com.anthropic:anthropic-java
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2025

Labels

The following labels could not be found: kotlin. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2025

Superseded by #229.

@dependabot dependabot bot closed this Aug 18, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.anthropic-anthropic-java-2.4.0 branch August 18, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants