-
Notifications
You must be signed in to change notification settings - Fork 30
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.junit.platform:junit-platform-testkit from 1.8.2 to 1.10.2 #184
Bump org.junit.platform:junit-platform-testkit from 1.8.2 to 1.10.2 #184
Conversation
9c588d5
to
a4aa41c
Compare
@dependabot rebase |
Bumps [org.junit.platform:junit-platform-testkit](https://github.com/junit-team/junit5) from 1.8.2 to 1.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-testkit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
a4aa41c
to
ad5ae64
Compare
@Vampire as the spock module author, would you please mind looking into this dep update issue? |
The Previously it was Spock 2.1-groovy-3.0 which uses JUnit Platform 1.8.1, so JUnit Platform Testkit also was 1.8.1. I think you should configure Dependabot to always bump Spock and Testkit together and then care for the correct version being used. And if Dependabot cannot be configured like that, switch to Renovate. If you insist on using such a bot, at least Renovate is the better choice. :-) |
Ah, I see, that makes sense. Thank you!
I added dependabot as there was nothing so far and having some tracking of dep updates is useful (so long as it doesn't spam too often). I think dependabot has some "upgrade together" notion but that wouldn't really help here as you wouldn't know what JUnit Platform to link to the Spock version. But I might easily be missing some options, I for sure don't have a black belt in dependabot-fu :) |
Bumps org.junit.platform:junit-platform-testkit from 1.8.2 to 1.10.2.
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)