Skip to content

Commit

Permalink
Updated to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Nov 19, 2024
1 parent d03d71f commit 6d4e15a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.9.3</quarkus.platform.version>
<quarkus.platform.version>3.16.3</quarkus.platform.version>
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<renarde.version>3.0.12</renarde.version>
<web-bundler.version>1.4.0</web-bundler.version>
<renarde.version>3.0.18</renarde.version>
<web-bundler.version>1.7.3</web-bundler.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -227,7 +227,8 @@
</plugins>
</build>
<properties>
<quarkus.package.type>native</quarkus.package.type>
<skipITs>false</skipITs>
<quarkus.native.enabled>true</quarkus.native.enabled>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 6d4e15a

Please sign in to comment.