Skip to content

Commit 99c9e76

Browse files
fix(deps): update dependency com.openai:openai-java-client-okhttp to v4.8.0 (#467)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.openai:openai-java-client-okhttp](https://platform.openai.com/docs) ([source](https://redirect.github.com/openai/openai-java)) | `4.7.1` -> `4.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.openai:openai-java-client-okhttp/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.openai:openai-java-client-okhttp/4.7.1/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>openai/openai-java (com.openai:openai-java-client-okhttp)</summary> ### [`v4.8.0`](https://redirect.github.com/openai/openai-java/blob/HEAD/CHANGELOG.md#480-2025-11-13) [Compare Source](https://redirect.github.com/openai/openai-java/compare/v4.7.2...v4.8.0) Full Changelog: [v4.7.2...v4.8.0](https://redirect.github.com/openai/openai-java/compare/v4.7.2...v4.8.0) ##### Features - **api:** gpt 5.1 ([bb89ad7](https://redirect.github.com/openai/openai-java/commit/bb89ad78b91643bb1bb1578894fd2b123a4c6dae)) ### [`v4.7.2`](https://redirect.github.com/openai/openai-java/blob/HEAD/CHANGELOG.md#472-2025-11-13) [Compare Source](https://redirect.github.com/openai/openai-java/compare/v4.7.1...v4.7.2) Full Changelog: [v4.7.1...v4.7.2](https://redirect.github.com/openai/openai-java/compare/v4.7.1...v4.7.2) ##### Bug Fixes - **client:** multi-value header serialization ([4a198b2](https://redirect.github.com/openai/openai-java/commit/4a198b2f0e2531295bb1bf9d4ca2fdbd74af64e5)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 611917e commit 99c9e76

File tree

1 file changed

+1
-1
lines changed
  • ai-mocks-openai/samples/shadow

1 file changed

+1
-1
lines changed

ai-mocks-openai/samples/shadow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.openai</groupId>
3434
<artifactId>openai-java-client-okhttp</artifactId>
35-
<version>4.7.1</version>
35+
<version>4.8.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)