diff --git a/chapter-2/chapter-2-simple-project/pom.xml b/chapter-2/chapter-2-simple-project/pom.xml
index 1839ed81..a0f3ea0f 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-3/chapter-3-quarkus-rest-json/pom.xml b/chapter-3/chapter-3-quarkus-rest-json/pom.xml
index 2343d817..db423dab 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml
index f4c13b6e..61042fb5 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.28.4
+    3.28.5
     true
     3.5.4
   
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 6e0b4b56..69960465 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.28.4
+    3.28.5
     true
     3.5.4
   
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 833f139b..20b855a8 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml
index c3ebe56d..31d8358c 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml
index c66d9f4b..eb2045b5 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml
index b125341b..efd712b9 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml
index 761913a8..90d78a9c 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.28.4
+    3.28.5
     true
     3.5.4
   
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 df344e30..b6f8ed23 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-6/chapter-6-quarkus-rest-config/pom.xml b/chapter-6/chapter-6-quarkus-rest-config/pom.xml
index ecdd7db7..b209b898 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-6/chapter-6-quarkus-rest-database/pom.xml b/chapter-6/chapter-6-quarkus-rest-database/pom.xml
index 7d79da3a..2bef98f0 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-6/chapter-6-quarkus-rest-debug/pom.xml b/chapter-6/chapter-6-quarkus-rest-debug/pom.xml
index 106e7bb8..fbc7d919 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml b/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml
index ce800288..d8fee29d 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.28.4
+    3.28.5
     true
     3.5.4
   
diff --git a/chapter-6/chapter-6-quarkus-rest/pom.xml b/chapter-6/chapter-6-quarkus-rest/pom.xml
index 618cb9c7..0f7f6029 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.28.4
+    3.28.5
     true
     3.5.4