Skip to content

build(deps): bump com.gradleup.shadow from 8.3.8 to 9.6.1 in /openai-java-proguard-test - #904

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/openai-java-proguard-test/com.gradleup.shadow-9.6.1
Open

build(deps): bump com.gradleup.shadow from 8.3.8 to 9.6.1 in /openai-java-proguard-test#904
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/openai-java-proguard-test/com.gradleup.shadow-9.6.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps com.gradleup.shadow from 8.3.8 to 9.6.1.

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.gradleup.shadow from 8.3.8 to 9.6.1.

---
updated-dependencies:
- dependency-name: com.gradleup.shadow
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 20, 2026 00:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 20, 2026
@openai-sdks

openai-sdks Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

OkTest Summary

Failed for Java SDK PR #904.

View OkTest run #32315826861

SDK merge (956aca5c5397) · head (abda53b3302a) · base (fbdca8b365ec) · OkTest (2b1bdfd25e98)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: abda53b330

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

plugins {
id("openai.kotlin")
id("com.gradleup.shadow") version "8.3.8"
id("com.gradleup.shadow") version "9.6.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep Shadow compatible with the Gradle 8.12 wrapper

Shadow 9.6.1 does not support the repository's Gradle 8.12 wrapper; this Shadow release line requires Gradle 9. Because settings.gradle.kts includes every openai-java* project, normal build and test invocations configure this project and fail while applying the plugin, before the ProGuard tests can run. Keep Shadow on a Gradle-8-compatible release or upgrade and validate the wrapper in the same change.

AGENTS.md reference: AGENTS.md:L24-L26

Useful? React with 👍 / 👎.

@jbeckwith-oai jbeckwith-oai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This changes the ProGuard/R8 test fixture from Shadow 8.3.8 to 9.6.1. The fat JAR produced by this plugin is a required input to both shrinker compatibility tests, so plugin configuration and archive semantics must remain compatible with the repository Gradle wrapper.

Confirmed Findings

  1. [High] Shadow 9.6.1 is incompatible with Gradle 8.12
    • Location: openai-java-proguard-test/build.gradle.kts:3; wrapper remains gradle/wrapper/gradle-wrapper.properties:3.
    • Why: Shadow 9.5+ requires Gradle 9.2+, but this repository is pinned to Gradle 8.12. Exact-head CI fails during configuration with the missing AdhocComponentWithVariants.addVariantsFromConfiguration(Provider, Action) API, so build, test, API, and runtime jobs cannot run. Failed CI
    • Suggested fix: Keep 8.3.8 or choose a release compatible with Gradle 8.12. Treat 9.6.1 as part of a separately reviewed Gradle 9.2+ migration, including a fat-JAR output comparison for Shadow 9 breaking changes.

Rejected Findings

None.

Residual Risks

None beyond the confirmed build blocker. Requesting changes; this PR must not merge in its current form.

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