chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1 (#29)
ci/woodpecker/push/lint_general Pipeline was successful Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.junit.jupiter:junit-jupiter](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | devDependencies | minor | `5.9.3` -> `5.10.1` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #29
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/28/head^2
Renovate Bot 2024-01-28 21:18:48 +00:00 committed by fjadmin
parent a671b9a7e1
commit ead7afea39
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ dependencies {
} }
// Use JUnit Jupiter for testing. // Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3") testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
} }