diff options
author | Matthias Benkard <code@mulk.eu> | 2023-01-10 17:46:28 +0000 |
---|---|---|
committer | Matthias Benkard <code@mulk.eu> | 2023-01-10 17:46:28 +0000 |
commit | af9cbb2f61b6aa702c443631a00aa8630252c186 (patch) | |
tree | 15d679ef9c2dd90ba4d45572517a4f6b53c7b205 | |
parent | fd6223fb43e1c5e56362c3d5bf2a467dbbd879ea (diff) | |
parent | d6e9dae3fd9dd9db1d421b86815330e8bda171d9 (diff) |
Update junit5 monorepo to v5.9.2 (mulk/jgvariant!20)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [org.junit.jupiter:junit-jupiter-api](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | patch | `5.9.1` -> `5.9.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | patch | `5.9.1` -> `5.9.2` |
---
### 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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this MR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box
---
This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
-rw-r--r-- | jgvariant-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml index a87f2d4..c63579d 100644 --- a/jgvariant-parent/pom.xml +++ b/jgvariant-parent/pom.xml @@ -74,7 +74,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <google-java-format.version>1.15.0</google-java-format.version> <inject-resources.version>0.3.2</inject-resources.version> <jetbrains-annotations.version>23.1.0</jetbrains-annotations.version> - <junit-jupiter.version>5.9.1</junit-jupiter.version> + <junit-jupiter.version>5.9.2</junit-jupiter.version> <nullaway.version>0.10.5</nullaway.version> <xz.version>1.9</xz.version> </properties> |