Skip to content

chore(deps): Bump com.openai:openai-java from 4.29.1 to 4.30.0#22275

Merged
apupier merged 1 commit intomainfrom
dependabot/maven/com.openai-openai-java-4.30.0
Mar 26, 2026
Merged

chore(deps): Bump com.openai:openai-java from 4.29.1 to 4.30.0#22275
apupier merged 1 commit intomainfrom
dependabot/maven/com.openai-openai-java-4.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps com.openai:openai-java from 4.29.1 to 4.30.0.

Release notes

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

v4.30.0

4.30.0 (2026-03-25)

Full Changelog: v4.29.1...v4.30.0

Features

  • api: add keys field to computer action types in ComputerAction/ResponseComputerToolCall (67e4a24)

Bug Fixes

  • api: align SDK response types with expanded item schemas (f05a663)

Chores

  • ci: skip lint on metadata-only changes (ed9e951)
  • tests: bump steady to v0.19.7 (924632a)
Changelog

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

4.30.0 (2026-03-25)

Full Changelog: v4.29.1...v4.30.0

Features

  • api: add keys field to computer action types in ComputerAction/ResponseComputerToolCall (67e4a24)

Bug Fixes

  • api: align SDK response types with expanded item schemas (f05a663)

Chores

  • ci: skip lint on metadata-only changes (ed9e951)
  • tests: bump steady to v0.19.7 (924632a)
Commits
  • ae574a3 release: 4.30.0
  • 6295339 fix(api): align SDK response types with expanded item schemas
  • 5acfb76 feat(api): add keys field to computer action types in ComputerAction/Response...
  • ef6cb11 chore(tests): bump steady to v0.19.7
  • a84c588 chore(ci): skip lint on metadata-only changes
  • See full diff 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 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.openai:openai-java](https://github.com/openai/openai-java) from 4.29.1 to 4.30.0.
- [Release notes](https://github.com/openai/openai-java/releases)
- [Changelog](https://github.com/openai/openai-java/blob/main/CHANGELOG.md)
- [Commits](openai/openai-java@v4.29.1...v4.30.0)

---
updated-dependencies:
- dependency-name: com.openai:openai-java
  dependency-version: 4.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • parent

ℹ️ Dependent modules were not tested because the total number of affected modules exceeded the threshold (50). Use the test-dependents label to force testing all dependents.

@github-actions
Copy link
Copy Markdown
Contributor

Parent POM dependency changes: targeted tests passed

Changed properties: openai-java-version

Affected modules (3)
  • :camel-archetype-api-component
  • :camel-openai
  • :coverage

Copy link
Copy Markdown
Contributor

@apupier apupier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

locally tested:

[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIChatCompletionIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m2�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.37 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIChatCompletionIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIEmbeddingsIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m4�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIEmbeddingsIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIMcpAdvancedIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m4�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.99 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIMcpAdvancedIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIMcpConversationStoreIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m2�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.34 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIMcpConversationStoreIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIMcpManualToolLoopIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m2�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.776 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIMcpManualToolLoopIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.openai.integration.�[1mOpenAIMcpToolsIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m4�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.30 s -- in org.apache.camel.component.openai.integration.�[1mOpenAIMcpToolsIT�[m

@apupier apupier merged commit f9ddd77 into main Mar 26, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.openai-openai-java-4.30.0 branch March 26, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant