Skip to content

Commit a1aa1f5

Browse files
fix(deps): update dependency com.openai:openai-java to v4 (#401)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.openai:openai-java](https://platform.openai.com/docs) ([source](https://redirect.github.com/openai/openai-java)) | `3.7.1` -> `4.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.openai:openai-java/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.openai:openai-java/3.7.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-java (com.openai:openai-java)</summary> ### [`v4.0.1`](https://redirect.github.com/openai/openai-java/blob/HEAD/CHANGELOG.md#401-2025-10-01) Full Changelog: [v4.0.0...v4.0.1](https://redirect.github.com/openai/openai-java/compare/v4.0.0...v4.0.1) ##### Bug Fixes - **api:** add status, approval\_request\_id to MCP tool call ([56ed867](https://redirect.github.com/openai/openai-java/commit/56ed86777a63590b79559e850ce1c34d0c0b9af0)) ### [`v4.0.0`](https://redirect.github.com/openai/openai-java/blob/HEAD/CHANGELOG.md#400-2025-09-30) Full Changelog: [v3.7.1...v4.0.0](https://redirect.github.com/openai/openai-java/compare/v3.7.1...v4.0.0) ##### ⚠ BREAKING CHANGES - **api:** `ResponseFunctionToolCallOutputItem.output` and `ResponseCustomToolCallOutput.output` now return `string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>` instead of `string` only. This may break existing callsites that assume `output` is always a string. ##### Features - **api:** Support images and files for function call outputs in responses, BatchUsage ([de7a6c1](https://redirect.github.com/openai/openai-java/commit/de7a6c18862af4f94ce7bbc3a3ae447520be5880)) ##### Bug Fixes - **client:** remove duplicate outputAsJson function ([4718871](https://redirect.github.com/openai/openai-java/commit/4718871e7e281b0a75c914d013e3b644340d5c4b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mokksy/ai-mocks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0245814 commit a1aa1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ langchain4j = "1.7.1"
2222
mockk = "1.14.6"
2323
netty = "4.2.6.Final"
2424
nexusPublish = "2.0.0"
25-
openai = "3.7.1"
25+
openai = "4.0.1"
2626
openrewrite = "7.17.0"
2727
slf4j = "2.0.17"
2828
spotless = "8.0.0"

0 commit comments

Comments
 (0)