Skip to content

Commit

Permalink
Update web bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Aug 28, 2023
1 parent 972ced2 commit e4ddd98
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,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.1.3.Final</quarkus.platform.version>
<quarkus.platform.version>3.2.4.Final</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
<quarkus-web-bundler.version>1.1.1</quarkus-web-bundler.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -61,7 +62,7 @@
<dependency>
<groupId>io.quarkiverse.web-bundler</groupId>
<artifactId>quarkus-web-bundler</artifactId>
<version>1.0.0</version>
<version>${quarkus-web-bundler.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
Expand Down

0 comments on commit e4ddd98

Please sign in to comment.