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