Skip to content

chore(deps): update gradle to v9#404

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/gradle-9.x
Open

chore(deps): update gradle to v9#404
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/gradle-9.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
gradle major 8-jdk219-jdk21

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team and nityaravi as code owners May 1, 2026 04:46
@dpebot
Copy link
Copy Markdown
Collaborator

dpebot commented May 1, 2026

/gcbrun

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Gradle version from 8 to 9 in the cloudbuild.yaml configuration for both the test and assemble steps. A critical issue was raised regarding this change, as upgrading to a major version like Gradle 9 is likely to break the build due to a lack of support from the Spring Boot Gradle Plugin and other project dependencies.

# [START cloudbuild_gradle]
steps:
- name: gradle:8-jdk21
- name: gradle:9-jdk21
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This update to Gradle 9, a major version, is likely to break the build. The Spring Boot Gradle Plugin, which this project uses, does not yet support Gradle 9. For instance, the latest Spring Boot versions explicitly state that Gradle 9.x is not yet supported. Using an unsupported Gradle version can lead to build failures and unpredictable behavior. It is recommended to wait until your project's dependencies, particularly the Spring Boot plugin, officially support Gradle 9.

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.

2 participants