diff --git a/.gitignore b/.gitignore
index 8eb4566..121d5f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
data/*.json
.quarkus
target/
+node_modules/
diff --git a/pom.xml b/pom.xml
index 4ef11e7..6e639d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,8 @@
UTF-8
quarkus-bom
io.quarkus.platform
- 3.22.1
- 1.5.2
+ 3.29.4
+ 2.0.4
true
3.5.2
@@ -74,12 +74,7 @@
io.quarkiverse.web-bundler
quarkus-web-bundler
- 1.8.1
-
-
- io.quarkiverse.qute.web
- quarkus-qute-web-markdown-autolink
- 3.3.0
+ 2.2.0
org.mvnpm