Skip to content

Commit

Permalink
Update Roq Version para 1.1.1 #5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-hos committed Dec 27, 2024
1 parent c12df1c commit 2f845b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.17.5</quarkus.platform.version>
<quarkus.roq.version>1.1.1</quarkus.roq.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.0</surefire-plugin.version>
</properties>
Expand All @@ -33,7 +34,7 @@
<dependency>
<groupId>io.quarkiverse.roq</groupId>
<artifactId>quarkus-roq</artifactId>
<version>1.0.8</version>
<version>${quarkus.roq.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand All @@ -42,12 +43,12 @@
<dependency>
<groupId>io.quarkiverse.roq</groupId>
<artifactId>quarkus-roq-theme-default</artifactId>
<version>1.0.8</version>
<version>${quarkus.roq.version}</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.roq</groupId>
<artifactId>quarkus-roq-plugin-tagging</artifactId>
<version>1.0.9</version>
<version>${quarkus.roq.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 2f845b1

Please sign in to comment.