Skip to content

Bump the all group with 3 updates - #204

Merged
IRus merged 1 commit into
mainfrom
dependabot/gradle/all-ee11fef2ad
Jul 27, 2026
Merged

Bump the all group with 3 updates#204
IRus merged 1 commit into
mainfrom
dependabot/gradle/all-ee11fef2ad

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: org.flywaydb:flyway-database-postgresql, ch.qos.logback:logback-classic and com.openai:openai-java.

Updates org.flywaydb:flyway-database-postgresql from 12.11.0 to 13.0.0

Updates ch.qos.logback:logback-classic from 1.5.38 to 1.6.0

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.6.0

2026-07-23 Release of logback version 1.6.0

• Removed certain deprecated variables, methods, and classes. For the list of removed members see release_1.6.0.txt.

• In AsyncAppenderBase, the put(ILoggingEvent) method now has the protected modifier to allow access from derived classes. This change was requested by Thomas Skjølberg in pr#1053.

• Bump SLF4J dependency to version 2.0.18.

See also the overview of the 1.6.x series.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b07adf36019b51a10f824fdd94009985c587b1d3 associated with the tag v_1.6.0. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b07adf3 synronized logback-access with future 2.0.14
  • 8381cdc prepare release 1.6.0
  • 15db759 notes on removed deprecated classes, methods and variables.
  • 90ced5a revert removal of support for packaing data
  • 64c5d3f Packaging data is no longer supported. It was rarely used.
  • 5474044 fix failing tests
  • ac484c2 in version 1.6.x target JDK 11
  • 01eaa90 start work on version 1.6.0-SNAPSHOT
  • d5e658c Allow subclasses to use put(ILoggingEvent) by making method access protected
  • 94ba1a0 improve message in case of version mismatch
  • Additional commits viewable in compare view

Updates com.openai:openai-java from 4.43.0 to 4.45.0

Release notes

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

v4.45.0

4.45.0 (2026-07-23)

Full Changelog: v4.44.0...v4.45.0

Features

  • api: accept None for prompt_cache_key/safety_identifier (e9c054c)
  • api: add support for spend_limit admin apis (d2ddc33)
  • bedrock: support AWS credentials files (#761) (a3fc7f6)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (b435090)

Bug Fixes

  • api: align structured output builder optional fields (8e03393)
  • core: ignore metadata-only SSE blocks (#805) (c33e020)

Build System

  • deps: migrate test WireMock to Jetty 12 (#798) (0522672)
  • deps: patch test Jackson dependencies (#807) (271d102)
  • deps: patch test-only Logback dependencies (#806) (de56d63)
  • deps: remove vulnerable Logback from starter tests (#808) (1fe659e)
  • deps: update test Commons IO to 2.22.0 (#788) (f50d19b)
  • deps: update test commons-lang3 to 3.18.0 (c3be8f9)
  • deps: update test JSONPath to 2.10.0 (#790) (b2cf0ff)

v4.44.0

4.44.0 (2026-07-17)

Full Changelog: v4.43.0...v4.44.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (2e1c539)
  • api: manual updates (5c78d3e)
  • api: manual updates (ef9016c)

Bug Fixes

  • client: handle response stream keepalive events (#776) (6eef965)
  • deps: update Azure Identity to 1.18.4 (#779) (d2b695c)
  • deps: update Jackson to 2.18.9 (#777) (2935d47)
  • deps: update plexus-utils to 4.0.3 (#780) (6e4e2a7)
  • deps: update test Handlebars to 4.5.3 (#783) (ae10648)

... (truncated)

Changelog

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

4.45.0 (2026-07-23)

Full Changelog: v4.44.0...v4.45.0

Features

  • api: accept None for prompt_cache_key/safety_identifier (e9c054c)
  • api: add support for spend_limit admin apis (d2ddc33)
  • bedrock: support AWS credentials files (#761) (a3fc7f6)
  • stlc: configurable CI runner and private-production-repo support in workflow templates (b435090)

Bug Fixes

  • api: align structured output builder optional fields (8e03393)
  • core: ignore metadata-only SSE blocks (#805) (c33e020)

Build System

  • deps: migrate test WireMock to Jetty 12 (#798) (0522672)
  • deps: patch test Jackson dependencies (#807) (271d102)
  • deps: patch test-only Logback dependencies (#806) (de56d63)
  • deps: remove vulnerable Logback from starter tests (#808) (1fe659e)
  • deps: update test Commons IO to 2.22.0 (#788) (f50d19b)
  • deps: update test commons-lang3 to 3.18.0 (c3be8f9)
  • deps: update test JSONPath to 2.10.0 (#790) (b2cf0ff)

4.44.0 (2026-07-17)

Full Changelog: v4.43.0...v4.44.0

Features

  • api: /organization/projects/{project_id}/service_accounts/{service_account_id}/api_keys" endpoint (2e1c539)
  • api: manual updates (5c78d3e)
  • api: manual updates (ef9016c)

Bug Fixes

  • client: handle response stream keepalive events (#776) (6eef965)
  • deps: update Azure Identity to 1.18.4 (#779) (d2b695c)
  • deps: update Jackson to 2.18.9 (#777) (2935d47)
  • deps: update plexus-utils to 4.0.3 (#780) (6e4e2a7)
  • deps: update test Handlebars to 4.5.3 (#783) (ae10648)

Chores

... (truncated)

Commits
  • d58ba43 release: 4.45.0
  • bcaaf25 test(api): cover optional structured output delegation
  • 40223fa fix(api): align structured output builder optional fields
  • 4136933 feat(api): add support for spend_limit admin apis
  • 3a34d4f feat(api): accept None for prompt_cache_key/safety_identifier
  • fd9f55e feat(stlc): configurable CI runner and private-production-repo support in wor...
  • c33e020 fix(core): ignore metadata-only SSE blocks (#805)
  • a3fc7f6 feat(bedrock): support AWS credentials files (#761)
  • 1fe659e build(deps): remove vulnerable Logback from starter tests (#808)
  • 271d102 build(deps): patch test Jackson dependencies (#807)
  • 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 all group with 3 updates: org.flywaydb:flyway-database-postgresql, [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.openai:openai-java](https://github.com/openai/openai-java).


Updates `org.flywaydb:flyway-database-postgresql` from 12.11.0 to 13.0.0

Updates `ch.qos.logback:logback-classic` from 1.5.38 to 1.6.0
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.38...v_1.6.0)

Updates `com.openai:openai-java` from 4.43.0 to 4.45.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.43.0...v4.45.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.openai:openai-java
  dependency-version: 4.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Jul 27, 2026
@IRus
IRus merged commit 7dfd319 into main Jul 27, 2026
7 of 8 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/all-ee11fef2ad branch July 27, 2026 06:51
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

Development

Successfully merging this pull request may close these issues.

1 participant