Bump the gradle-minor-and-patch group with 2 updates - #42
Conversation
Bumps the gradle-minor-and-patch group with 2 updates: [com.google.code.gson:gson](https://github.com/google/gson) and org.apache.httpcomponents:httpclient. Updates `com.google.code.gson:gson` from 2.8.9 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.8.9...gson-parent-2.14.0) Updates `org.apache.httpcomponents:httpclient` from 4.5.13 to 4.5.14 --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: org.apache.httpcomponents:httpclient dependency-version: 4.5.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency locking is enabled for this project, so bumping gson to 2.14.0 and httpclient to 4.5.14 in build.gradle also requires regenerating the lockfile (gradle :lib:dependencies --write-locks), otherwise the build fails to resolve the locked versions. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012nhHbtCnb5xjPPPrL4A2pM
Review summaryReviewed both dependency bumps in this PR against how they're actually used in the SDK. Usage review
Changelog (gson 2.8.9 → 2.14.0): notable changes are stricter duplicate-JSON-key detection, ASCII-only integer parsing validation, removal of the unused/unreleased Changelog (httpclient 4.5.13 → 4.5.14): a maintenance release (connection-close-on-shutdown fix, subjectAltName handling, cookie domain null-check, proxy CONNECT handling). No API used by this SDK changed. No new CVEs; 4.5.13 already carried the CVE-2020-13956 fix. Build issue found and fixed: this project has Gradle dependency locking enabled ( Test results after the fix: Verdict: Safe to merge with the lockfile fix included. No source code changes were necessary. Generated by Claude Code |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps the gradle-minor-and-patch group with 2 updates: com.google.code.gson:gson and org.apache.httpcomponents:httpclient.
Updates
com.google.code.gson:gsonfrom 2.8.9 to 2.14.0Release notes
Sourced from com.google.code.gson:gson's releases.
... (truncated)
Changelog
Sourced from com.google.code.gson:gson's changelog.
... (truncated)
Commits
3ff35d6[maven-release-plugin] prepare release gson-parent-2.14.0a3024fdBump the maven group with 13 updates (#3002)5689ffeBump the github-actions group across 1 directory with 3 updates (#3018)48db33cAddLegacyProtoTypeAdapterFactory. (#3014)53d703eUpdate outdated comment regarding serializable types (#3012)0189b72RemoveSerializablefrom internalTypeimplementation classes. (#3011)f4d371dFix duplicate key detection when first value is null (#3006)27d9ba1Fix typo in README (JPMS dependencies section) (#3005)1fa9b7aValidate that strings being parsed as integers consist of ASCII characters (#...b7d5954Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)Updates
org.apache.httpcomponents:httpclientfrom 4.5.13 to 4.5.14Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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