Skip to content

Bump the all group with 4 updates - #211

Merged
IRus merged 1 commit into
mainfrom
dependabot/gradle/all-dba6cee769
Aug 24, 2026
Merged

Bump the all group with 4 updates#211
IRus merged 1 commit into
mainfrom
dependabot/gradle/all-dba6cee769

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 4 updates: gradle-wrapper, ch.qos.logback:logback-classic, io.micrometer:micrometer-registry-prometheus and com.openai:openai-java.

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits

Updates ch.qos.logback:logback-classic from 1.6.2 to 1.6.3

Release notes

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

Logback 1.6.3

2026-08-14 Release of logback version 1.6.3

  • In response CVE-2026-19880, MDCBasedDiscriminator (used by SiftingAppender) now strips forward and backward slashes (/, \) from MDC values before they are used as discriminating keys. This prevents path segments from escaping into destinations controlled by an attacker. When sanitisation actually changes a value, a warning is emitted; the warning is rate-limited (a small batch, then a lull of about ten minutes).

  • Colour console support is split out into a dedicated JansiConsoleAppender. It wraps stdout or stderr with Jansi so ANSI escape sequences (for example coloured patterns) render correctly on terminals that need it, notably Windows. Prefer this class over the older path described next. See the appenders documentation.

  • The withJansi property on ConsoleAppender is deprecated. Existing configurations that still set <withJansi>true</withJansi> continue to work for compatibility, but new setups should use JansiConsoleAppender instead.

  • ConsoleAppender no longer treats the process console as an exclusive resource: stopping it does not close System.out / System.err. JansiConsoleAppender pairs each AnsiConsole.systemInstall() with systemUninstall() on stop, so repeated start/stop cycles do not leave Jansi installed or tear down streams shared with the rest of the JVM. Related behavior is covered by tests for issues/1063.

  • Invocation throttling helpers were reworked: SimpleInvocationGate is renamed FixedIntervalInvocationGate, and BatchedFixedIntervalInvocationGate allows a short burst of invocations before applying a fixed lull. The sanitisation warning above uses the batched gate.

  • The JPMS module-info for logback-core now exports the ch.qos.logback.core.property package, which had been missing from the module descriptor.

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

-- Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

Commits
  • e8e824d prepare release 1.6.3
  • 761821b MDCBasedDiscriminator has a gated warning mechanism
  • 53ed122 update copyright year
  • c7e2db2 rename SimpleInvocationGate as FixedIntervalInvocationGate
  • b5aa931 added BatchedSimpleInvocationGate
  • 1f22af7 add javadocs to SimpleInvocationGate
  • 638ffa7 prevent forward and backward slashes to escape to other directories
  • 7d6b9a4 add missing ch.qos.logback.core.property package
  • fa25930 add an extension path in ConsoleAppender for JansiConsoleAppender
  • c73b43f deprecate the withJansi path
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.17.0 to 1.17.1

Commits

Updates com.openai:openai-java from 4.50.0 to 4.52.0

Release notes

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

v4.52.0

4.52.0 (2026-08-17)

Features

  • add first-class Bedrock Runtime support (SDK-290) (#866) (676b475)
  • api: Add shell call streaming events and image partial fields (#868) (9d0c42d)

Bug Fixes

  • make Kotlin formatting consistent locally and in CI (#867) (0ede78d)

v4.51.0

4.51.0 (2026-08-14)

Features

  • api: Add GPT_DAYBREAK and GPT_5_6_CYBER model identifiers (5b9ba3a)
  • api: add WebSocket stream IDs (#861) (4936d0b)
  • api: add workload identity access token issued event (#859) (2b763fe)
  • api: deprecate Sora video APIs (#860) (a191575)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#863) (ec274a8)

Bug Fixes

  • api: Add GPT_DAYBREAK and GPT_5_6_CYBER model identifiers (#856) (5b9ba3a)
  • api: clarify audio upload metadata requirements (#857) (593f04c)
  • restore ProGuard configuration caching (#842) (fb8daa4)

Chores

  • api: Update generated file header text (#846) (d11a357)
  • remove Stainless attribution and infrastructure (#858) (942a097)

Documentation

  • api: describe response stream event unions (#862) (73b39b8)
  • keep README badges on latest release (#839) (33c6b57)
Changelog

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

4.52.0 (2026-08-17)

Features

  • add first-class Bedrock Runtime support (SDK-290) (#866) (676b475)
  • api: Add shell call streaming events and image partial fields (#868) (9d0c42d)

Bug Fixes

  • make Kotlin formatting consistent locally and in CI (#867) (0ede78d)

4.51.0 (2026-08-14)

Features

  • api: Add GPT_DAYBREAK and GPT_5_6_CYBER model identifiers (5b9ba3a)
  • api: add WebSocket stream IDs (#861) (4936d0b)
  • api: add workload identity access token issued event (#859) (2b763fe)
  • api: deprecate Sora video APIs (#860) (a191575)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#863) (ec274a8)

Bug Fixes

  • api: Add GPT_DAYBREAK and GPT_5_6_CYBER model identifiers (#856) (5b9ba3a)
  • api: clarify audio upload metadata requirements (#857) (593f04c)
  • restore ProGuard configuration caching (#842) (fb8daa4)

Chores

  • api: Update generated file header text (#846) (d11a357)
  • remove Stainless attribution and infrastructure (#858) (942a097)

Documentation

  • api: describe response stream event unions (#862) (73b39b8)
  • keep README badges on latest release (#839) (33c6b57)
Commits
  • d6b9827 release: 4.52.0 (#870)
  • 6d88e1a ci: reduce duplicate compilation (#869)
  • 676b475 feat: add first-class Bedrock Runtime support (SDK-290) (#866)
  • 9d0c42d feat(api): Add shell call streaming events and image partial fields (#868)
  • 0ede78d fix: make Kotlin formatting consistent locally and in CI (#867)
  • fcdcc7e release: 4.51.0 (#844)
  • ec274a8 feat(api): Ultrafast tier, structured MCP and websocket errors, separate webs...
  • 73b39b8 docs(api): describe response stream event unions (#862)
  • 4936d0b feat(api): add WebSocket stream IDs (#861)
  • a191575 feat(api): deprecate Sora video APIs (#860)
  • 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: [gradle-wrapper](https://github.com/gradle/gradle), [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer-commercial) and [com.openai:openai-java](https://github.com/openai/openai-java).


Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `ch.qos.logback:logback-classic` from 1.6.2 to 1.6.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.6.2...v_1.6.3)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.17.0 to 1.17.1
- [Commits](https://github.com/micrometer-metrics/micrometer-commercial/commits)

Updates `com.openai:openai-java` from 4.50.0 to 4.52.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.50.0...v4.52.0)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.openai:openai-java
  dependency-version: 4.52.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 Aug 24, 2026
@IRus
IRus merged commit befded1 into main Aug 24, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/all-dba6cee769 branch August 24, 2026 06:44
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