summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml10
-rw-r--r--runtime/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ec1f60d..9f3c7d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,17 +62,17 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version>
- <flatten-plugin.version>1.4.1</flatten-plugin.version>
+ <flatten-plugin.version>1.5.0</flatten-plugin.version>
<google-java-format.version>1.15.0</google-java-format.version>
<jar-plugin.version>3.3.0</jar-plugin.version>
- <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
+ <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
<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.35.0</spotless-plugin.version>
- <surefire-plugin.version>3.0.0</surefire-plugin.version>
+ <spotless-plugin.version>2.36.0</spotless-plugin.version>
+ <surefire-plugin.version>3.1.0</surefire-plugin.version>
- <quarkus.version>3.0.0.Beta1</quarkus.version>
+ <quarkus.version>3.0.2.Final</quarkus.version>
</properties>
<distributionManagement>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index cabd533..e73c1fe 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -46,7 +46,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<plugin>
<groupId>io.quarkus</groupId>
- <artifactId>quarkus-bootstrap-maven-plugin</artifactId>
+ <artifactId>quarkus-extension-maven-plugin</artifactId>
<version>${quarkus.version}</version>
<executions>
<execution>