Skip to content

Commit

Permalink
Bump system-stubs-jupiter from 2.0.1 to 2.0.2 (#7667)
Browse files Browse the repository at this point in the history
Bumps [system-stubs-jupiter](https://github.com/webcompere/system-stubs)
from 2.0.1 to 2.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webcompere/system-stubs/commit/9b564d3e84e0269957b8f5547a243af36c9890da"><code>9b564d3</code></a>
[maven-release-plugin] prepare release system-stubs-parent-2.0.2</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/d2544348036a795e7863c115c156c5dcbdee016b"><code>d254434</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/webcompere/system-stubs/issues/51">#51</a>
from webcompere/resolve-junit-private-dependency</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/b1f9d2b9f88c499a88d6ab2d147aecfbc5159b32"><code>b1f9d2b</code></a>
Remove dependency on private JUnit API internals</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/93db7a102bb92c832561e251b15caa747eb1c4a6"><code>93db7a1</code></a>
Add note about groovy compatibility</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/06c5153e1141cc3db882f0b29aa7c961ac214c0d"><code>06c5153</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/webcompere/system-stubs/issues/42">#42</a>
from webcompere/release-2-0-1</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/778027c629348483fc6d1f5f965aaea54a637019"><code>778027c</code></a>
Update README version number of latest build</li>
<li><a
href="https://github.com/webcompere/system-stubs/commit/56d3dca9726bcc13298c31bac7a24b574700a1d8"><code>56d3dca</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/webcompere/system-stubs/compare/system-stubs-parent-2.0.1...system-stubs-parent-2.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uk.org.webcompere:system-stubs-jupiter&package-manager=gradle&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2023
1 parent 10ab444 commit bf0e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ val DEPENDENCIES = listOf(
"ch.qos.logback:logback-classic:1.3.5", // 1.4+ requires Java 11+
"com.github.stefanbirkner:system-lambda:1.2.1",
"com.github.stefanbirkner:system-rules:1.19.0",
"uk.org.webcompere:system-stubs-jupiter:2.0.1",
"uk.org.webcompere:system-stubs-jupiter:2.0.2",
"com.uber.nullaway:nullaway:0.10.8",
"commons-beanutils:commons-beanutils:1.9.4",
"commons-cli:commons-cli:1.5.0",
Expand Down

0 comments on commit bf0e20e

Please sign in to comment.