From ee8fc0c6d3761c8b38c97746ea169facdf1b11dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 01:06:34 +0000 Subject: [PATCH] Bump quarkus.platform.version from 3.25.4 to 3.26.0 Bumps `quarkus.platform.version` from 3.25.4 to 3.26.0. Updates `io.quarkus.platform:quarkus-bom` from 3.25.4 to 3.26.0 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.25.4...3.26.0) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.25.4 to 3.26.0 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.25.4...3.26.0) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- chapter-2/chapter-2-simple-project/pom.xml | 2 +- chapter-3/chapter-3-quarkus-rest-json/pom.xml | 2 +- chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml | 2 +- .../chapter-4-quarkus-panache-reactive-activerecord/pom.xml | 2 +- chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml | 2 +- chapter-4/chapter-4-quarkus-panache-repository/pom.xml | 2 +- chapter-5/chapter-5-quarkus-cloud-events/pom.xml | 2 +- chapter-5/chapter-5-quarkus-kafka-streams/pom.xml | 2 +- chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest-config/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest-database/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest-debug/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) 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