Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"type: process"
],
"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"

}
}