fix(deps): update ProGuard to 7.9.1#782
Merged
Merged
Conversation
HAYDEN-OAI
approved these changes
Jul 15, 2026
HAYDEN-OAI
left a comment
There was a problem hiding this comment.
looks good, thanks for cleaning up this build-only dependency!
0b67edd to
0c20422
Compare
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
org.json:jsonfrom20220924to20231013.Security coverage
This addresses both open
org.jsonalerts rooted through ProGuard:20230227..completions()to.chat().completions()#20 / CVE-2023-5072: fixed in20231013.The resolved
org.jsonversion is20231013, satisfying both fixed-version floors. This PR does not claim the separately tracked Log4j remediation.Compatibility analysis
proguard-gradleis used only on theopenai-java-proguard-testbuildscript classpath. It is not a dependency of a published source set, Maven POM, SDK API, or consumer runtime.META-INF/proguard/openai-java-core.proresource, and produces a Java 8-compatible test artifact. The full client-construction and Jackson serialization round-trip test passes from that processed artifact.Upstream release notes: https://github.com/Guardsquare/proguard/releases/tag/v7.9.1
Validation
./scripts/lint./scripts/build --no-daemon./scripts/test --no-daemon./gradlew :openai-java-proguard-test:clean :openai-java-proguard-test:test --no-daemon --stacktrace./gradlew :openai-java-proguard-test:buildEnvironment --no-daemon./gradlew generatePomFileForMavenPublication --no-daemongit diff --check origin/main...HEAD