summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@benkard.de>2023-01-12 08:18:11 +0000
committerRenovate Bot <renovate-bot@benkard.de>2023-01-12 08:18:11 +0000
commitea17285e6975f566a26db74458c27b0bf51f9866 (patch)
tree37299cd4562159642ac6e027297793f8e8267d51 /pom.xml
parent93e7d9ecef79bf4319a6ee5ef0ae666dd99ec17e (diff)
parent5502f33c2fad4ffd13a52b586e30dd0962054b84 (diff)
chore(deps): update all non-major dependencies to v3.0.0-m8 (mulk/quarkus-googlecloud-jsonlogging!12)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | build | patch | `3.0.0-M7` -> `3.0.0-M8` | | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | build | patch | `3.0.0-M7` -> `3.0.0-M8` | --- ### 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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f67b7d9..afef151 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<nexus-staging-plugin.version>1.6.13</nexus-staging-plugin.version>
<spotless-plugin.version>2.29.0</spotless-plugin.version>
- <surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
+ <surefire-plugin.version>3.0.0-M8</surefire-plugin.version>
<quarkus.version>2.15.3.Final</quarkus.version>
</properties>