diff --git a/chapter-2/chapter-2-simple-project/pom.xml b/chapter-2/chapter-2-simple-project/pom.xml
index 64a8a423..51e4c250 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.26.2
+    3.26.3
     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 4d7a0dd2..f3f5d8a7 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.26.2
+    3.26.3
     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 f29711cf..6bea11f2 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.26.2
+    3.26.3
     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 29bfbb71..23cf5674 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.26.2
+    3.26.3
     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 44f5f8f5..2ee8d911 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.26.2
+    3.26.3
     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 92b2f044..040e44f0 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.26.2
+    3.26.3
     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 8083ba99..78156665 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.26.2
+    3.26.3
     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 f62d2e17..9bfecbd4 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.26.2
+    3.26.3
     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 0ccda777..da949625 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.26.2
+    3.26.3
     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 0a775c5d..32a4c55a 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.26.2
+    3.26.3
     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 90734b4c..aad1dd50 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.26.2
+    3.26.3
     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 975f657f..d5ad2626 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.26.2
+    3.26.3
     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 87f87e64..3ec1c32a 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.26.2
+    3.26.3
     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 795d185e..ca61dcc3 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.26.2
+    3.26.3
     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 26c676b8..0178ddea 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.26.2
+    3.26.3
     true
     3.5.3