Skip to content

build(deps): bump com.openai:openai-java from 4.52.0 to 4.54.0 - #1546

Merged
Zabuzard merged 1 commit into
developfrom
dependabot/gradle/com.openai-openai-java-4.54.0
Sep 1, 2026
Merged

build(deps): bump com.openai:openai-java from 4.52.0 to 4.54.0#1546
Zabuzard merged 1 commit into
developfrom
dependabot/gradle/com.openai-openai-java-4.54.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps com.openai:openai-java from 4.52.0 to 4.54.0.

Release notes

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

v4.54.0

4.54.0 (2026-08-27)

Features

  • api: make function call output call IDs optional (#939) (36e6e4c)

v4.53.0

4.53.0 (2026-08-26)

Features

  • api: Add obfuscation to ChatCompletionChunk (#902) (9b1379b)
  • api: add project residency and usage quantity unit support (#933) (3c63360)
  • api: support backend-mediated Realtime WebRTC calls (#937) (e1b15f6)
  • auth: add fixed-alias X.509 transport capability (#934) (2303825)
  • support named data-residency endpoints (#880) (cf942a4)

Bug Fixes

  • api: preserve stream IDs for factory-created response errors (#926) (7f9f186)
  • ci: isolate trusted Gradle caches from pull requests (#898) (22d09f2)
  • prevent concurrent JSON deserialization failures (#875) (e0afe55)
  • upgrade Dokka's build-only jsoup dependency (#895) (81134d7)
  • upgrade WireMock's test-only Apache HttpComponents dependencies (#897) (4736f7c)

Chores

  • api: document supported image generation models (#915) (1b0ad3d)
  • configure Java SDK Dependabot updates (#872) (f043e8e)
  • set a 2,000-line custom-code budget (#924) (a5228db)
  • update example Netty BOM to 4.1.137.Final (#901) (d451dbf)

Documentation

  • clarify image transparency and Realtime audio delta behavior (#918) (085ea7d)
  • strengthen Java SDK security guidance (#871) (bbbe643)

Refactors

  • isolate webhook signature verification (#921) (715a304)
  • remove equivalent generated-source edits (#919) (a2f4dde)

... (truncated)

Changelog

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

4.54.0 (2026-08-27)

Features

  • api: make function call output call IDs optional (#939) (36e6e4c)

4.53.0 (2026-08-26)

Features

  • api: Add obfuscation to ChatCompletionChunk (#902) (9b1379b)
  • api: add project residency and usage quantity unit support (#933) (3c63360)
  • api: support backend-mediated Realtime WebRTC calls (#937) (e1b15f6)
  • auth: add fixed-alias X.509 transport capability (#934) (2303825)
  • support named data-residency endpoints (#880) (cf942a4)

Bug Fixes

  • api: preserve stream IDs for factory-created response errors (#926) (7f9f186)
  • ci: isolate trusted Gradle caches from pull requests (#898) (22d09f2)
  • prevent concurrent JSON deserialization failures (#875) (e0afe55)
  • upgrade Dokka's build-only jsoup dependency (#895) (81134d7)
  • upgrade WireMock's test-only Apache HttpComponents dependencies (#897) (4736f7c)

Chores

  • api: document supported image generation models (#915) (1b0ad3d)
  • configure Java SDK Dependabot updates (#872) (f043e8e)
  • set a 2,000-line custom-code budget (#924) (a5228db)
  • update example Netty BOM to 4.1.137.Final (#901) (d451dbf)

Documentation

  • clarify image transparency and Realtime audio delta behavior (#918) (085ea7d)
  • strengthen Java SDK security guidance (#871) (bbbe643)

Refactors

  • isolate webhook signature verification (#921) (715a304)
  • remove equivalent generated-source edits (#919) (a2f4dde)

Build System

... (truncated)

Commits
  • 98e1d21 release: 4.54.0 (#942)
  • 36e6e4c feat(api): make function call output call IDs optional (#939)
  • ed2a307 test: add X.509 end-to-end verification (#941)
  • 35324bf release: 4.53.0 (#881)
  • 2303825 feat(auth): add fixed-alias X.509 transport capability (#934)
  • e1b15f6 feat(api): support backend-mediated Realtime WebRTC calls (#937)
  • 3c63360 feat(api): add project residency and usage quantity unit support (#933)
  • d7ecd27 test: define X.509 workload identity wire contract (#929)
  • 36480c7 build(deps): bump org.junit.jupiter:junit-jupiter in / (#912)
  • 63fb3e0 build(deps): bump actions/github-script from 7.1.0 to 9.0.0 (#931)
  • 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 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.52.0 to 4.54.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.52.0...v4.54.0)

---
updated-dependencies:
- dependency-name: com.openai:openai-java
  dependency-version: 4.54.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 Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 00:52
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 1, 2026
@Zabuzard
Zabuzard merged commit c18bd52 into develop Sep 1, 2026
9 checks passed
@Zabuzard
Zabuzard deleted the dependabot/gradle/com.openai-openai-java-4.54.0 branch September 1, 2026 05:57
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant