diff options
author | Marge Bot <marge@benkard.de> | 2025-04-12 17:53:04 +0000 |
---|---|---|
committer | Marge Bot <marge@benkard.de> | 2025-04-12 17:53:04 +0000 |
commit | 2b6bc6c8e54f4b46ddc1944e3bc7b8a68f28a717 (patch) | |
tree | e57c2f564fde35b4bdbf7f6641cf091ccc31ff81 /pom.xml | |
parent | ca69160aee72e24a5413fecbfa6bac24942fd548 (diff) | |
parent | 9cbe93050395fd28ddcba5e0e7f99a46f1b1be7f (diff) |
chore(deps): update all non-major dependencies (mulk/quarkus-googlecloud-jsonlogging!28)
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [io.github.eisop:checker](https://eisop.github.io/) ([source](https://github.com/eisop/checker-framework)) | | minor | `3.42.0-eisop5` -> `3.49.1-eisop1` |
| [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.19.3` -> `3.21.2` |
| [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.19.3` -> `3.21.2` |
| [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.19.3` -> `3.21.2` |
| [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.19.3` -> `3.21.2` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | build | patch | `3.5.2` -> `3.5.3` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | build | patch | `3.5.2` -> `3.5.3` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | patch | `2.44.3` -> `2.44.4` |
| [io.github.eisop:checker-qual](https://eisop.github.io/) ([source](https://github.com/eisop/checker-framework)) | provided | minor | `3.42.0-eisop5` -> `3.49.1-eisop1` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- 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.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,10 +69,10 @@ SPDX-License-Identifier: LGPL-3.0-or-later <maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> - <spotless-plugin.version>2.44.3</spotless-plugin.version> - <surefire-plugin.version>3.5.2</surefire-plugin.version> + <spotless-plugin.version>2.44.4</spotless-plugin.version> + <surefire-plugin.version>3.5.3</surefire-plugin.version> - <quarkus.version>3.19.3</quarkus.version> + <quarkus.version>3.21.2</quarkus.version> </properties> <distributionManagement> |