spock icon indicating copy to clipboard operation
spock copied to clipboard

Update groovy monorepo

Open renovate[bot] opened this issue 1 year ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.apache.groovy:groovy (source) 4.0.18 -> 4.0.19 age adoption passing confidence
org.codehaus.groovy:groovy (source) 3.0.20 -> 3.0.21 age adoption passing confidence

Configuration

📅 Schedule: 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: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Mar 01 '24 12:03 renovate[bot]

@leonard84

        public Alpha next() {
            java.lang.Integer ordinal = this.ordinal() + 1

vs

    |            public Alpha next() {
    |                java.lang.Object ordinal = this.ordinal().next()

in a snapshot in 4.0.19.

https://github.com/spockframework/spock/actions/runs/8114534680/job/22180405992?pr=1901#step:4:116

szpak avatar Mar 01 '24 18:03 szpak

Looks like the snapshots have to be updated as something changed in the Groovy code generation.

leonard84 avatar Mar 03 '24 01:03 leonard84

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] avatar Mar 04 '24 01:03 renovate[bot]