diff --git a/chapter-2/chapter-2-simple-project/pom.xml b/chapter-2/chapter-2-simple-project/pom.xml
index 9e797a45..31f4779b 100644
--- a/chapter-2/chapter-2-simple-project/pom.xml
+++ b/chapter-2/chapter-2-simple-project/pom.xml
@@ -12,7 +12,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-3/chapter-3-quarkus-rest-json/pom.xml b/chapter-3/chapter-3-quarkus-rest-json/pom.xml
index 77cef841..40fe572c 100644
--- a/chapter-3/chapter-3-quarkus-rest-json/pom.xml
+++ b/chapter-3/chapter-3-quarkus-rest-json/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml
index 048e1f21..20010455 100644
--- a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml
+++ b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml b/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml
index 3b79e849..7ba78eb2 100644
--- a/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml
+++ b/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml b/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml
index 43ad565f..5e74376d 100644
--- a/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml
+++ b/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml
index 0fb28a31..ad30824d 100644
--- a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml
+++ b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml
index 41b134fc..7fd0458f 100644
--- a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml
+++ b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml
index 9ad79c00..3b90c1a7 100644
--- a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml
+++ b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml
index 142f66cb..28f91f96 100644
--- a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml
+++ b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml b/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml
index 8627c09e..d2415694 100644
--- a/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest-config/pom.xml b/chapter-6/chapter-6-quarkus-rest-config/pom.xml
index f85969e9..76e2ceee 100644
--- a/chapter-6/chapter-6-quarkus-rest-config/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest-config/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest-database/pom.xml b/chapter-6/chapter-6-quarkus-rest-database/pom.xml
index cce59c9a..3e3bfb75 100644
--- a/chapter-6/chapter-6-quarkus-rest-database/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest-database/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest-debug/pom.xml b/chapter-6/chapter-6-quarkus-rest-debug/pom.xml
index 0ee44a62..1f74dd42 100644
--- a/chapter-6/chapter-6-quarkus-rest-debug/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest-debug/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml b/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml
index 58503afc..d19d77b5 100644
--- a/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3
   
diff --git a/chapter-6/chapter-6-quarkus-rest/pom.xml b/chapter-6/chapter-6-quarkus-rest/pom.xml
index 861c9845..28d1f997 100644
--- a/chapter-6/chapter-6-quarkus-rest/pom.xml
+++ b/chapter-6/chapter-6-quarkus-rest/pom.xml
@@ -13,7 +13,7 @@
     UTF-8
     quarkus-bom
     io.quarkus.platform
-    3.25.4
+    3.26.0
     true
     3.5.3