Skip to content

chore(deps): update java tool constraint to v25 - #1263

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

chore(deps): update java tool constraint to v25#1263
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/java-25.x

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageTypeUpdateChange
javatool-constraintmajor1.825.0.3+9.0.LTS

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Never, 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 a review from a team as a code ownerMay 12, 2026 14:29
@forking-renovateforking-renovateBot added the automerge Merge the pull request once unit tests and other checks pass. label May 12, 2026
@trusted-contributions-gcftrusted-contributions-gcfBot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2026
@kokoro-teamkokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 12, 2026

@gemini-code-assistgemini-code-assistBot 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.

Code Review

This pull request updates the Java version constraint in the renovate configuration. The reviewer identified that the specified Java 25 version is not yet released and recommended using Java 21 instead to ensure compatibility with CI/CD pipelines.

Comment threadrenovate.json
],
"constraints": {
"java": "1.8"
"java": "25.0.3+9.0.LTS"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The version "25.0.3+9.0.LTS" refers to Java 25, which is not yet a released version (the next LTS release is scheduled for September 2025). This constraint will likely cause errors in CI/CD pipelines or tool resolution as the version cannot be found in any standard repository. If the intention was to upgrade to the latest available LTS version, please use Java 21.

Suggested change
"java": "25.0.3+9.0.LTS"
"java": "21"

@graysidegrayside removed their assignment Jun 22, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automergeMerge the pull request once unit tests and other checks pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@renovate-bot@grayside@kokoro-team