summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarge Bot <marge@benkard.de>2024-08-26 03:49:54 +0000
committerMarge Bot <marge@benkard.de>2024-08-26 03:49:54 +0000
commitbfca8b722b8f21ca7535f537f33522e785652478 (patch)
tree66e594a740e38ba3a80c878fafa17119fe47ad08
parent15ceb030632d62429ea1ae529d7d7c1700b9e0e9 (diff)
parente7c462497a3bea2b5992e4a54361e37d49aedf50 (diff)
chore(deps): update all non-major dependencies to v3.14.0 (mulk/quarkus-googlecloud-jsonlogging!22)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.quarkus:quarkus-extension-processor](https://github.com/quarkusio/quarkus) | | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-extension-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) | import | minor | `3.13.3` -> `3.14.0` | | [io.quarkus:quarkus-maven-plugin](https://github.com/quarkusio/quarkus) | build | minor | `3.13.3` -> `3.14.0` | --- ### Release Notes <details> <summary>quarkusio/quarkus</summary> ### [`v3.14.0`](https://github.com/quarkusio/quarkus/compare/3.13.3...3.14.0) [Compare Source](https://github.com/quarkusio/quarkus/compare/3.13.3...3.14.0) </details> --- ### 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-->
-rw-r--r--deployment/pom.xml17
-rw-r--r--pom.xml2
-rw-r--r--runtime/pom.xml17
3 files changed, 35 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index f1b2b6f..b120f29 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -65,6 +65,23 @@ SPDX-License-Identifier: LGPL-3.0-or-later
</path>
</annotationProcessorPaths>
</configuration>
+ <executions>
+ <execution>
+ <id>default-compile</id>
+ <configuration>
+ <annotationProcessorPaths>
+ <path>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-extension-processor</artifactId>
+ <version>${quarkus.version}</version>
+ </path>
+ </annotationProcessorPaths>
+ <compilerArgs>
+ <arg>-AlegacyConfigRoot=true</arg>
+ </compilerArgs>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index 8c26b94..30d9d4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<spotless-plugin.version>2.43.0</spotless-plugin.version>
<surefire-plugin.version>3.4.0</surefire-plugin.version>
- <quarkus.version>3.13.3</quarkus.version>
+ <quarkus.version>3.14.0</quarkus.version>
</properties>
<distributionManagement>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 89eb805..0f5befc 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -84,6 +84,23 @@ SPDX-License-Identifier: LGPL-3.0-or-later
</path>
</annotationProcessorPaths>
</configuration>
+ <executions>
+ <execution>
+ <id>default-compile</id>
+ <configuration>
+ <annotationProcessorPaths>
+ <path>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-extension-processor</artifactId>
+ <version>${quarkus.version}</version>
+ </path>
+ </annotationProcessorPaths>
+ <compilerArgs>
+ <arg>-AlegacyConfigRoot=true</arg>
+ </compilerArgs>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
<plugin>