diff options
author | Marge Bot <marge@benkard.de> | 2025-04-12 18:22:57 +0000 |
---|---|---|
committer | Marge Bot <marge@benkard.de> | 2025-04-12 18:22:57 +0000 |
commit | 85533de0d2218549a65984685eb108c47f83414e (patch) | |
tree | 849b4cd951f8ad23f42123575637b69138fed771 /core/pom.xml | |
parent | 2b6bc6c8e54f4b46ddc1944e3bc7b8a68f28a717 (diff) | |
parent | 7956efb8f871739d7e7c0a93e6e13d5c87474549 (diff) |
chore(deps): update junit5 monorepo to v5.12.2 (mulk/quarkus-googlecloud-jsonlogging!29)
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.12.1` -> `5.12.2` |
| [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | patch | `5.12.1` -> `5.12.2` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **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-->
Diffstat (limited to 'core/pom.xml')
-rw-r--r-- | core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml index eb12d1f..cd8ff81 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -59,13 +59,13 @@ SPDX-License-Identifier: LGPL-3.0-or-later <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.12.1</version> + <version>5.12.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.12.1</version> + <version>5.12.2</version> <scope>test</scope> </dependency> |