feat: Create version TOML file, upgrade gradle and all dependencies [COMP-1266]#583
feat: Create version TOML file, upgrade gradle and all dependencies [COMP-1266]#583cristianrcv wants to merge 14 commits intomasterfrom
Conversation
…egression [COMP-1266]
…feature [COMP-1266]
|
@claude review |
| @@ -1,4 +1,4 @@ | |||
| 1.98.0 | |||
| 1.109.0 | |||
There was a problem hiding this comment.
Yes, upgrading platform version API to latest cloud api available
| @@ -1,3 +1,3 @@ | |||
| 0.21.0 | |||
| 0.22.0 | |||
There was a problem hiding this comment.
Yes, my idea is to release this as next version (includes dependency version bumps that need to be solved for a security issue due next sprint)
| @@ -1,4 +1,4 @@ | |||
| Copyright ${year}, ${name}. | |||
| Copyright 2021-2026, Seqera. | |||
There was a problem hiding this comment.
I think the good one was the template one
There was a problem hiding this comment.
The new license header template does not allow customizable placeholders. The old one is not compatible with Gradle 9.x because it was discontinued. Since this file is still a template I would argue is not so much of an issue: you change the year once in here and run the applyLicense
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "serviceInfo": { | |||
| "version": "22.3.0-torricelli", | |||
| "apiVersion": "1.98.0", | |||
| "apiVersion": "1.109.0", | |||
There was a problem hiding this comment.
Yes, when changing the version the mocks of the tests must be updated too
Description
Suggestion