-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.20 #125
Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.20 #125
Conversation
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 2.5.13 to 3.0.20. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.groovy:groovy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -63,6 +63,7 @@ artifacts { | |||
} | |||
|
|||
test { | |||
useJUnitPlatform() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The key change from Spock 1.x to 2.x is using JUnit, so I had to add this line
Documentation: https://spockframework.org/spock/docs/2.0/migration_guide.html#_migration_guide_2_0
@@ -43,8 +43,8 @@ repositories { | |||
dependencies { | |||
implementation "com.graphql-java:graphql-java:21.3" | |||
|
|||
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' | |||
testImplementation('org.codehaus.groovy:groovy:2.5.13') | |||
testImplementation "org.spockframework:spock-core:2.3-groovy-3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spock and Groovy have to be updated simultaneously
…s to v2023 (main) (#17783) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.graphql-java:graphql-java-extended-scalars](https://togithub.com/graphql-java/graphql-java-extended-scalars) | `21.0` -> `2023-01-24T02-11-56-babda5f` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.graphql-java:graphql-java-extended-scalars/2023-01-24T02-11-56-babda5f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.graphql-java:graphql-java-extended-scalars/2023-01-24T02-11-56-babda5f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.graphql-java:graphql-java-extended-scalars/21.0/2023-01-24T02-11-56-babda5f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.graphql-java:graphql-java-extended-scalars/21.0/2023-01-24T02-11-56-babda5f?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>graphql-java/graphql-java-extended-scalars (com.graphql-java:graphql-java-extended-scalars)</summary> ### [`v22.0`](https://togithub.com/graphql-java/graphql-java-extended-scalars/releases/tag/v22.0): 22.0 [Compare Source](https://togithub.com/graphql-java/graphql-java-extended-scalars/compare/v21.0...v22.0) This release updates graphql-java to v22.0. See the graphql-java release notes: https://github.com/graphql-java/graphql-java/releases/tag/v22.0 #### What's Changed - Update readme for v21 by [@​dondonz](https://togithub.com/dondonz) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/114](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/114) - Bump com.graphql-java:graphql-java from 21.0 to 21.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/116](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/116) - Bump com.graphql-java:graphql-java from 21.1 to 21.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/120](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/120) - Bump actions/setup-java from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/123](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/123) - Update README.md with dgs links by [@​sshevlyagin](https://togithub.com/sshevlyagin) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/127](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/127) - Bump io.github.gradle-nexus.publish-plugin from 1.0.0 to 1.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/99](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/99) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/117](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/117) - Bump org.codehaus.groovy:groovy from 2.5.13 to 3.0.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/125](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/125) - Bump gradle/wrapper-validation-action from 1 to 2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/128](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/128) - Update to v22 by [@​bbakerman](https://togithub.com/bbakerman) in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/135](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/135) #### New Contributors - [@​sshevlyagin](https://togithub.com/sshevlyagin) made their first contribution in [https://github.com/graphql-java/graphql-java-extended-scalars/pull/127](https://togithub.com/graphql-java/graphql-java-extended-scalars/pull/127) **Full Changelog**: graphql-java/graphql-java-extended-scalars@v21.0...v22.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Bumps org.codehaus.groovy:groovy from 2.5.13 to 3.0.20.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)