We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaa1fd commit 2069bf8Copy full SHA for 2069bf8
base/pom.xml
@@ -53,6 +53,7 @@
53
<dependency>
54
<groupId>io.quarkiverse.qute.web</groupId>
55
<artifactId>quarkus-qute-web</artifactId>
56
+ <version>${quarkus.qute-web.version}</version>
57
</dependency>
58
59
<groupId>io.quarkus</groupId>
pom.xml
@@ -23,6 +23,8 @@
23
<surefire-plugin.version>3.5.4</surefire-plugin.version>
24
<quarkus-web-bundler.version>1.9.3</quarkus-web-bundler.version>
25
<quarkus-playwright.version>2.1.3</quarkus-playwright.version>
26
+ <quarkus.qute-web.version>3.4.4</quarkus.qute-web.version>
27
+
28
29
<formatter.plugin.version>2.29.0</formatter.plugin.version>
30
<quarkus.ide-config.version>${quarkus.platform.version}</quarkus.ide-config.version>
0 commit comments