Skip to content

Bump com.google.http-client:google-http-client-appengine from 2.0.2 to 2.0.3 in /plugins/repository-gcs#20332

Merged
cwperks merged 3 commits intomainfrom
dependabot/gradle/plugins/repository-gcs/com.google.http-client-google-http-client-appengine-2.0.3
Dec 29, 2025
Merged

Bump com.google.http-client:google-http-client-appengine from 2.0.2 to 2.0.3 in /plugins/repository-gcs#20332
cwperks merged 3 commits intomainfrom
dependabot/gradle/plugins/repository-gcs/com.google.http-client-google-http-client-appengine-2.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps com.google.http-client:google-http-client-appengine from 2.0.2 to 2.0.3.

Release notes

Sourced from com.google.http-client:google-http-client-appengine's releases.

v2.0.3

2.0.3 (2025-12-19)

Bug Fixes

  • apache5: Set connection request timeout on setTimeout (#2129) (d11d794)
Changelog

Sourced from com.google.http-client:google-http-client-appengine's changelog.

2.0.3 (2025-12-19)

Bug Fixes

  • apache5: Set connection request timeout on setTimeout (#2129) (d11d794)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by CodeRabbit

  • Chores
    • Updated Google HTTP Client libraries to 2.0.3 (core, JSON, App Engine, Jackson2).
    • Replaced and added corresponding checksum/license artifact entries to reflect the library version bump.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [com.google.http-client:google-http-client-appengine](https://github.com/googleapis/google-http-java-client) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-appengine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file patch labels Dec 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2025 13:01
@dependabot dependabot bot added patch dependencies Pull requests that update a dependency file dependabot PRs with auto version bumps from dependabot labels Dec 29, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Dec 29, 2025

📝 Walkthrough

Walkthrough

Upgrades Google HTTP Client dependencies in the repository-gcs plugin from 2.0.2 to 2.0.3 and replaces corresponding checksum files under plugins/repository-gcs/licenses/.

Changes

Cohort / File(s) Summary
Dependency version
plugins/repository-gcs/build.gradle
Bumped google-http-client, google-http-client-gson, google-http-client-appengine, google-http-client-jackson2 from 2.0.22.0.3.
Checksums removed (old)
plugins/repository-gcs/licenses/google-http-client-2.0.2.jar.sha1, plugins/repository-gcs/licenses/google-http-client-gson-2.0.2.jar.sha1, plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.2.jar.sha1, plugins/repository-gcs/licenses/google-http-client-appengine-2.0.2.jar.sha1
Deleted or cleared old 2.0.2 SHA-1 checksum files.
Checksums added (new)
plugins/repository-gcs/licenses/google-http-client-2.0.3.jar.sha1, plugins/repository-gcs/licenses/google-http-client-gson-2.0.3.jar.sha1, plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.3.jar.sha1, plugins/repository-gcs/licenses/google-http-client-appengine-2.0.3.jar.sha1
Added new 2.0.3 SHA-1 checksum files with corresponding hash values.
Changelog
CHANGELOG.md
Added Unreleased entry noting bump of google-http-client-appengine from 2.0.22.0.3.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested reviewers

  • sandeshkr419

Poem

🐰 I hopped the branches, light and free,
A tiny bump from two to three,
Checksums swapped along the trail,
Quiet changes, steady sail,
A rabbit's cheer for tidy fee! 🥕

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive The description includes comprehensive details about the dependency upgrade with release notes, changelog, and commit information, but lacks structured alignment with the repository template sections (Description, Related Issues, Check List). While complete in technical content, consider structuring the description to match the template with explicit Description, Related Issues sections, and completed Check List items for consistency.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: bumping the google-http-client-appengine dependency from 2.0.2 to 2.0.3, which is reflected in the build.gradle modifications and checksum updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/gradle/plugins/repository-gcs/com.google.http-client-google-http-client-appengine-2.0.3

📜 Recent review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d8ad8f3 and 1de3ed4.

📒 Files selected for processing (9)
  • CHANGELOG.md
  • plugins/repository-gcs/licenses/google-http-client-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-2.0.3.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-appengine-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-appengine-2.0.3.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-gson-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-gson-2.0.3.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.3.jar.sha1
💤 Files with no reviewable changes (4)
  • plugins/repository-gcs/licenses/google-http-client-gson-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-appengine-2.0.2.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-2.0.2.jar.sha1
✅ Files skipped from review due to trivial changes (3)
  • plugins/repository-gcs/licenses/google-http-client-gson-2.0.3.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-appengine-2.0.3.jar.sha1
  • plugins/repository-gcs/licenses/google-http-client-2.0.3.jar.sha1
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (21)
  • GitHub Check: gradle-check
  • GitHub Check: assemble (25, ubuntu-latest)
  • GitHub Check: assemble (21, ubuntu-24.04-arm)
  • GitHub Check: assemble (25, ubuntu-24.04-arm)
  • GitHub Check: assemble (25, windows-latest)
  • GitHub Check: assemble (21, ubuntu-latest)
  • GitHub Check: assemble (21, windows-latest)
  • GitHub Check: Analyze (java)
  • GitHub Check: precommit (25, macos-15)
  • GitHub Check: precommit (25, macos-15-intel)
  • GitHub Check: precommit (21, ubuntu-24.04-arm)
  • GitHub Check: precommit (25, ubuntu-24.04-arm)
  • GitHub Check: precommit (21, windows-2025, true)
  • GitHub Check: precommit (21, macos-15)
  • GitHub Check: precommit (21, macos-15-intel)
  • GitHub Check: precommit (25, windows-latest)
  • GitHub Check: precommit (25, ubuntu-latest)
  • GitHub Check: precommit (21, windows-latest)
  • GitHub Check: precommit (21, ubuntu-latest)
  • GitHub Check: dependabot
  • GitHub Check: detect-breaking-change
🔇 Additional comments (2)
CHANGELOG.md (1)

44-44: LGTM!

The changelog entry follows the project's conventions correctly, is placed in the appropriate section, and properly references the PR.

plugins/repository-gcs/licenses/google-http-client-jackson2-2.0.3.jar.sha1 (1)

1-1: SHA-1 checksum verified against Maven Central.

The checksum matches the official google-http-client-jackson2-2.0.3.jar artifact from Maven Central, confirming artifact integrity.


Comment @coderabbitai help to get the list of available commands and usage tips.

dependabot bot added 2 commits December 29, 2025 13:04
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

✅ Gradle check result for 1de3ed4: SUCCESS

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.19%. Comparing base (5e80506) to head (1de3ed4).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #20332      +/-   ##
============================================
- Coverage     73.26%   73.19%   -0.07%     
+ Complexity    71715    71634      -81     
============================================
  Files          5785     5785              
  Lines        328140   328140              
  Branches      47270    47270              
============================================
- Hits         240399   240195     -204     
- Misses        68459    68617     +158     
- Partials      19282    19328      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cwperks cwperks merged commit c2faae6 into main Dec 29, 2025
35 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-gcs/com.google.http-client-google-http-client-appengine-2.0.3 branch December 29, 2025 15:17
mohit10011999 pushed a commit to mohit10011999/OpenSearch that referenced this pull request Dec 30, 2025
…o 2.0.3 in /plugins/repository-gcs (opensearch-project#20332)

* Bump com.google.http-client:google-http-client-appengine

Bumps [com.google.http-client:google-http-client-appengine](https://github.com/googleapis/google-http-java-client) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-appengine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mohit10011999 pushed a commit to mohit10011999/OpenSearch that referenced this pull request Dec 30, 2025
…o 2.0.3 in /plugins/repository-gcs (opensearch-project#20332)

* Bump com.google.http-client:google-http-client-appengine

Bumps [com.google.http-client:google-http-client-appengine](https://github.com/googleapis/google-http-java-client) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-appengine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tanyabti pushed a commit to tanyabti/OpenSearch that referenced this pull request Feb 24, 2026
…o 2.0.3 in /plugins/repository-gcs (opensearch-project#20332)

* Bump com.google.http-client:google-http-client-appengine

Bumps [com.google.http-client:google-http-client-appengine](https://github.com/googleapis/google-http-java-client) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-appengine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tanyabti pushed a commit to tanyabti/OpenSearch that referenced this pull request Feb 24, 2026
…o 2.0.3 in /plugins/repository-gcs (opensearch-project#20332)

* Bump com.google.http-client:google-http-client-appengine

Bumps [com.google.http-client:google-http-client-appengine](https://github.com/googleapis/google-http-java-client) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-appengine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant