Skip to content

Bump the all group with 4 updates#176

Merged
IRus merged 1 commit intomainfrom
dependabot/gradle/all-df34317554
Feb 23, 2026
Merged

Bump the all group with 4 updates#176
IRus merged 1 commit intomainfrom
dependabot/gradle/all-df34317554

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Updates org.flywaydb:flyway-database-postgresql from 12.0.1 to 12.0.2

Updates ch.qos.logback:logback-classic from 1.5.31 to 1.5.32

Release notes

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

Logback 1.5.32

2026-02-16 Release of logback version 1.5.32

• In DefaultProcessor, fixed incorrect check for dependencies contained within a parent model. Previous only the direct children were scanned. This fixes logback-access/issues/34.

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

Commits
  • e807335 prepare release 1.5.32
  • dc35d55 fix logback-access/issues/34 by checking if dependency is a sub-model of the ...
  • 8e32278 added simple test for appender definitiob via file inclusion
  • 834dbed start work on 1.5.32-SNAPSHOT
  • See full diff in compare view

Updates com.openai:openai-java from 4.21.0 to 4.22.0

Release notes

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

v4.22.0

4.22.0 (2026-02-19)

Full Changelog: v4.21.0...v4.22.0

Features

  • client: add connection pooling option (6b5fd77)

Chores

  • internal: make OkHttp constructor internal (a1e3ca6)
  • internal: remove unnecessary base URL (360edde)
  • internal: update TestServerExtension comment (41182d1)
  • internal: update CI step name (eeb51c6)

Documentation

  • api: update docstrings across audio, chatkit, skills, videos, and other endpoints (f5018f5)
Changelog

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

4.22.0 (2026-02-19)

Full Changelog: v4.21.0...v4.22.0

Features

  • client: add connection pooling option (6b5fd77)

Chores

  • internal: make OkHttp constructor internal (a1e3ca6)
  • internal: remove unnecessary base URL (360edde)
  • internal: update TestServerExtension comment (41182d1)
  • internal: update CI step name (eeb51c6)

Documentation

  • api: update docstrings across audio, chatkit, skills, videos, and other endpoints (f5018f5)
Commits

Updates com.google.devtools.ksp from 2.3.5 to 2.3.6

Release notes

Sourced from com.google.devtools.ksp's releases.

2.3.6

What's Changed

  • Fixed an issue where module recompilation would fail on Windows environments when KSP2 was enabled (#2774)
  • Resolved an issue where generated Java sources were ignored when using Android Kotlin Multiplatform with IP-compatible paths (#2744)
  • Fixed a KSP version 2.3.5 CI error exception that does not break build checks (#2763)
  • Added symbol-processing-api and common-deps to compile dependencies (#2789)
  • Improved the detection of built-in Kotlin by removing the reliance on KotlinBaseApiPlugin (#2772)
  • A back-port of a performance optimization in the Intellij / Analysis API (2785 )
  • Added support for nested typealias Kotlin language feature #2588
  • Exclude jdbc package from log4j to prevent vulnerability issue #2651

Contributors

Full Changelog: google/ksp@2.3.5...2.3.6

Commits
  • a3b48e6 Remove redundant calls to asSequence
  • a9f0719 Add CODEOWNERS file
  • c984ed3 Test for running gradle tasks without caching in a row
  • 42ff48d Clean up file handlers (intellij)
  • ff1076a Make symbol-processing-api and common-deps compile dependency
  • df4922b Cherry-pick optimization to MockFileIndexFacade
  • daa3f9d Replace findPlugin with withType Gradle api
  • 378a29f Improve test exception handling
  • 593e4c3 Copy sources from kotlin-compiler to override intellij-core
  • 0be0984 Update upload-benchmark-data.sh
  • 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 4 updates: org.flywaydb:flyway-database-postgresql, [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [com.openai:openai-java](https://github.com/openai/openai-java) and [com.google.devtools.ksp](https://github.com/google/ksp).


Updates `org.flywaydb:flyway-database-postgresql` from 12.0.1 to 12.0.2

Updates `ch.qos.logback:logback-classic` from 1.5.31 to 1.5.32
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.31...v_1.5.32)

Updates `com.openai:openai-java` from 4.21.0 to 4.22.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.21.0...v4.22.0)

Updates `com.google.devtools.ksp` from 2.3.5 to 2.3.6
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.5...2.3.6)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 12.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.openai:openai-java
  dependency-version: 4.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Feb 23, 2026
@IRus IRus merged commit e3dd35f into main Feb 23, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-df34317554 branch February 23, 2026 07:49
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