Skip to content

chore: [DevOps] bump the production-minor-patch group with 3 updates - #1025

Merged
Jonas-Isr merged 1 commit into
mainfrom
dependabot/maven/main/production-minor-patch-5a1838405a
Sep 4, 2026
Merged

chore: [DevOps] bump the production-minor-patch group with 3 updates#1025
Jonas-Isr merged 1 commit into
mainfrom
dependabot/maven/main/production-minor-patch-5a1838405a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 3 updates: org.yaml:snakeyaml, com.openai:openai-java-core and com.puppycrawl.tools:checkstyle.

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates com.openai:openai-java-core from 4.52.0 to 4.54.0

Release notes

Sourced from com.openai:openai-java-core'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-core'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

Updates com.puppycrawl.tools:checkstyle from 14.0.0 to 14.1.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-14.1.0

Checkstyle 14.1.0 - https://checkstyle.org/releasenotes.html#Release_14.1.0

New:

#14872 - UnnecessaryParentheses: no violation if casting is present before expression. #21163 - SuppressWarnings: no support for module declarations. #21161 - NoLineWrap: no support for module declarations. #21162 - OpenjdkAnnotationLocation: no support for module declarations. #20692 - new Check: ExpressionOverBlockLambda. #21062 - New Check: InappropriateJavadocBlockTagsOnField. #19967 - New Check: ModuleImportOrder. #21063 - New Check: InappropriateJavadocBlockTagsOnPackage. #21088 - New Check: ModuleDirectiveOrder. #19968 - New Check: AvoidModuleImport. #20982 - New check: JavadocEndCommentDelimiter. #19885 - New Check: UnnecessaryFullyQualifiedTypeCheck. #12596 - Add UnusedPrivateField check for unused private fields. #19937 - New check: JavadocLinkFirstOccurrence. #20792 - New check: JavadocNoErrorInThrowsTag. #21061 - New Check: InappropriateJavadocBlockTagsOnType. #19938 - New check: JavadocLinkWellKnownApi. #19698 - New check: JavadocThrowsOrderCheck. #8990 - New check JavadocParamOrder: to validate method parameter order in javadoc to match parameter order in method. #20986 - new Check: PreferCodeOrSnippetJavadocInlineTag.

Bug fixes:

#21199 - JavadocPackage: false positive "Missing package-info.java file" on module-info.java. #4454 - Fix wrong implementation of compareTo in LocalizedMessages. #19156 - VariableDeclarationUsageDistance: no violation on variable used in inner class. #3885 - FallThrough check doesn't handle infinite loops. #21343 - Update Documentation Comments Style Guide: add JavadocEndCommentDelimiter. #21331 - False Positive: IllegalInstantiationCheck does not recognize records shadowing java.lang.Boolean. #19948 - Update Documentation Comments Style Guide: param description separator. #20227 - ClassMemberImpliedModifierCheck: nested enum/interface missing implied static not flagged in compact source files (JEP 512). #21336 - Update Documentation Comments Style Guide: add JavadocNoErrorInThrowsTagCheck. #20978 - Extend OpenjdkAnnotationLocationCheck to allow Annotation on target line for all single line targets and add check in openjdk_checks.xml. #21320 - Update Documentation Comments Style Guide: add JavadocLinkWellKnownApi JavadocLinkFirstOccurrence. #21218 - Enable in Doc Comments style guide: JavadocParamOrder and JavadocThrowsOrderare. #20555 - WriteTagCheck: first top-level method's Javadoc tags not reported in compact source files (JEP 512).

... (truncated)

Commits
  • 1bfc2e2 [maven-release-plugin] prepare release checkstyle-14.1.0
  • bdf617f doc: release notes for 14.1.0
  • ae866b2 Issue #12189: Test ArchUnit unnecessary suppressions
  • 88ab43f Issue #21229: Align AtclauseOrder examples with property count
  • a2703ce Issue #21229: Align LineEnding examples with property count
  • 8d88ee0 Issue #20692: Add new check ExpressionOverBlockLambda
  • 07e06a6 Issue #21229: Align JavadocBlockTagLocation examples with property count
  • 4205f8d Issue #21393: Improper indentation in property_types.html code snippets
  • ee4191b Issue #21062: Add InappropriateJavadocBlockTagsOnField check
  • 47b4b77 Issue #13159: naming convention change for xdoc files
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-minor-patch group with 3 updates: org.yaml:snakeyaml, [com.openai:openai-java-core](https://github.com/openai/openai-java) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `com.openai:openai-java-core` 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)

Updates `com.puppycrawl.tools:checkstyle` from 14.0.0 to 14.1.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-14.0.0...checkstyle-14.1.0)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.openai:openai-java-core
  dependency-version: 4.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

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 3, 2026
@Jonas-Isr
Jonas-Isr merged commit d59bd85 into main Sep 4, 2026
4 checks passed
@Jonas-Isr
Jonas-Isr deleted the dependabot/maven/main/production-minor-patch-5a1838405a branch September 4, 2026 09:36
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