chore(deps): update Gradle to v9.2.1#4913
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
requested review from
adinauer,
lcian,
markushi,
romtsn and
stefanosiano
as code owners
November 17, 2025 14:32
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
3 times, most recently
from
November 19, 2025 13:29
b1e59b5 to
bc287ba
Compare
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip |
There was a problem hiding this comment.
Bug: Gradle wrapper JAR not updated with version bump
The distributionUrl was updated to Gradle 9.2.1, but the gradle-wrapper.jar binary file was not updated. When the wrapper distribution URL is changed, the wrapper JAR should also be regenerated or updated to ensure compatibility. This mismatch could cause build failures or unexpected behavior when developers or CI/CD systems use the wrapper.
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
14 times, most recently
from
November 26, 2025 16:25
2586221 to
b69348d
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
6 times, most recently
from
December 4, 2025 11:44
daabbfd to
e69607e
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
5 times, most recently
from
December 16, 2025 11:12
11471e2 to
bf708d3
Compare
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
2 times, most recently
from
December 17, 2025 10:57
5c1c3d6 to
bdded88
Compare
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
7 times, most recently
from
December 22, 2025 12:08
e046d91 to
f3c4d6c
Compare
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
8 times, most recently
from
January 15, 2026 10:07
0880459 to
9835c36
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
from
January 15, 2026 15:29
9835c36 to
5a31367
Compare
bruno-garcia
force-pushed
the
deps/scripts/update-gradle.sh/v9.2.1
branch
from
January 16, 2026 06:27
5a31367 to
caf43fa
Compare
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.
Bumps scripts/update-gradle.sh from v8.14.3 to v9.2.1.
Auto-generated by a dependency updater.