Skip to content

Dependency update 08/26 - #133

Merged
AsimRibo merged 12 commits into
masterfrom
housekeeping/dependency-update-08-26
Aug 17, 2026
Merged

Dependency update 08/26#133
AsimRibo merged 12 commits into
masterfrom
housekeeping/dependency-update-08-26

Conversation

@AsimRibo

Copy link
Copy Markdown
Contributor

Summary

Changes

Aggregated updates from dependabot. App was smoked and everything looks good, for workflows everything should be fine as well.

Type

  • Feature: This pull request introduces a new feature.
  • Bug fix: This pull request fixes a bug.
  • Refactor: This pull request refactors existing code.
  • Documentation: This pull request updates documentation.
  • Other: This pull request makes other changes.

Checklist

  • I have performed a self-review of my own code.
  • I have tested my changes, including edge cases.
  • I have added necessary tests for the changes introduced (if applicable).
  • I have updated the documentation to reflect my changes (if applicable).

@AsimRibo
AsimRibo requested review from KCeh and a lite review from Copilot August 17, 2026 11:09
@AsimRibo AsimRibo self-assigned this Aug 17, 2026
@sonarqubecloud

Copy link
Copy Markdown

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates build tooling and CI dependencies (Gradle wrapper/scripts, version catalog, and GitHub Actions) to newer versions and aligns wrapper scripts with newer Gradle wrapper invocation patterns.

Changes:

  • Bump Gradle wrapper distribution and adjust wrapper scripts to use -jar invocation.
  • Update dependency/version catalog entries (AndroidX, Kotlin/KSP, AGP).
  • Update GitHub Actions used in CI workflows (checkout/setup-java/Gradle actions/Renovate).

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
gradlew.bat Updates Windows wrapper script behavior (setlocal, -jar invocation, exit handling).
gradlew Updates POSIX wrapper script header/comments and switches to -jar invocation.
gradle/wrapper/gradle-wrapper.properties Bumps Gradle distribution URL and adds retry-related properties.
gradle/libs.versions.toml Bumps library/tooling versions (AndroidX, Kotlin/KSP, AGP, etc.).
.github/workflows/renovate.yml Updates Renovate workflow actions.
.github/workflows/gradle-wrapper-validation.yml Updates wrapper validation workflow action versions.
.github/workflows/dependency-submission.yml Updates dependency submission workflow action versions.
.github/workflows/code-analysis.yml Updates code analysis workflow action versions.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread gradlew.bat
Comment on lines 51 to +54
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail
"%COMSPEC%" /c exit 1
Comment thread gradlew.bat
Comment on lines 65 to +68
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail
"%COMSPEC%" /c exit 1
Comment thread gradlew

#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015 the original authors.
@AsimRibo
AsimRibo merged commit ad409dc into master Aug 17, 2026
4 checks passed
@AsimRibo
AsimRibo deleted the housekeeping/dependency-update-08-26 branch August 17, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants