Skip to content

Commit 7069ff1

Browse files
chore(deps): Bump junit-jupiter from 5.7.1 to 5.7.2 (#128)
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junit-team/junit5/releases">junit-jupiter's releases</a>.</em></p> <blockquote> <p>JUnit 5.7.2 = Platform 1.7.2 + Jupiter 5.7.2 + Vintage 5.7.2</p> <p>See <a href="http://junit.org/junit5/docs/5.7.2/release-notes/">Release Notes</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junit-team/junit5/commit/0ba600e478c728cdb80c83dcbf554c08f7a0755c"><code>0ba600e</code></a> Move <a href="https://github-redirect.dependabot.com/junit-team/junit5/issues/2423">#2423</a> to 5.7.2</li> <li><a href="https://github.com/junit-team/junit5/commit/e6d74ab2f2d17c88c166a30fbcd8bb97f3fc8f31"><code>e6d74ab</code></a> Acquire global read lock in presence of other exclusive resources</li> <li><a href="https://github.com/junit-team/junit5/commit/267ce626491b02a86af7fb94191313adb8959f8e"><code>267ce62</code></a> Add Stalebot configuration</li> <li><a href="https://github.com/junit-team/junit5/commit/05414dc722cee139718c8de7202e3f8a79a1f680"><code>05414dc</code></a> Upgradle to 7.0.1</li> <li><a href="https://github.com/junit-team/junit5/commit/8d9ef8045bc28645953baace63999cc994e1d4e1"><code>8d9ef80</code></a> Update spring-nohttp plugin</li> <li><a href="https://github.com/junit-team/junit5/commit/4e98f5530b6d731f9167cbe4e43cf8d0fcc2f525"><code>4e98f55</code></a> Hard-wrap at 90 chars and add indentation</li> <li><a href="https://github.com/junit-team/junit5/commit/6359e512436a642ad1efc986f754105344b94ff3"><code>6359e51</code></a> Add Provide-Capability OSGi header to engine bundles</li> <li><a href="https://github.com/junit-team/junit5/commit/a02c62ac53a9d4d271e4bfd8ee28f438d4dbe4f8"><code>a02c62a</code></a> Move entry to 5.7.2 release notes</li> <li><a href="https://github.com/junit-team/junit5/commit/4f206d347fda5c84b1a46245b0c57d427f24039b"><code>4f206d3</code></a> Update shadow plugin</li> <li><a href="https://github.com/junit-team/junit5/commit/81e6b008f742a5d2a4e1aaa23e409199f1c55b86"><code>81e6b00</code></a> Update Kotlin plugin</li> <li>Additional commits viewable in <a href="https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.junit.jupiter:junit-jupiter&package-manager=gradle&previous-version=5.7.1&new-version=5.7.2)](https://dependabot.com/compatibility-score/?dependency-name=org.junit.jupiter:junit-jupiter&package-manager=gradle&previous-version=5.7.1&new-version=5.7.2) 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-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 badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
1 parent 3d90a11 commit 7069ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation "org.bouncycastle:bcpkix-jdk15on:1.67"
6363

6464
// Testing
65-
testImplementation "org.junit.jupiter:junit-jupiter:5.7.1"
65+
testImplementation "org.junit.jupiter:junit-jupiter:5.7.2"
6666
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion"
6767
testImplementation "io.grpc:grpc-testing:$grpcVersion"
6868
testImplementation "io.grpc:grpc-netty:$grpcVersion"

0 commit comments

Comments
 (0)