From f5942e3051fdb0105d5fc84d507917139ae1b840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:00:20 +0000 Subject: [PATCH] Bump io.quarkus:quarkus-bom from 2.8.2.Final to 3.7.2 Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 2.8.2.Final to 3.7.2. - [Release notes](https://github.com/quarkusio/quarkus/releases) - [Commits](https://github.com/quarkusio/quarkus/compare/2.8.2.Final...3.7.2) --- updated-dependencies: - dependency-name: io.quarkus:quarkus-bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chapter-10/blocking-example/pom.xml | 2 +- chapter-10/database-example/pom.xml | 2 +- chapter-10/fault-tolerance-example/pom.xml | 2 +- chapter-10/hello-messaging/pom.xml | 2 +- chapter-10/messages-example/pom.xml | 2 +- chapter-10/stream-example/pom.xml | 2 +- chapter-11/processor/pom.xml | 2 +- chapter-11/ticker/pom.xml | 2 +- chapter-11/viewer/pom.xml | 2 +- chapter-12/api-gateway-example/api-gateway/pom.xml | 2 +- chapter-12/api-gateway-example/greeting-service/pom.xml | 2 +- chapter-12/api-gateway-example/quote-service/pom.xml | 2 +- chapter-12/http-messaging-example/pom.xml | 2 +- chapter-12/rest-client-example/pom.xml | 2 +- chapter-13/processor-health/pom.xml | 2 +- chapter-13/processor/pom.xml | 2 +- chapter-13/ticker/pom.xml | 2 +- chapter-13/viewer/pom.xml | 2 +- chapter-2/code-with-quarkus/pom.xml | 2 +- chapter-2/quarkus-hello/pom.xml | 2 +- chapter-7/order-example/pom.xml | 2 +- chapter-8/mutiny-integration-examples/pom.xml | 2 +- chapter-8/reactive-scores/pom.xml | 2 +- chapter-8/resteasy-reactive-examples/pom.xml | 2 +- chapter-8/simple-benchmark/classic/pom.xml | 2 +- chapter-8/simple-benchmark/reactive-blocking/pom.xml | 2 +- chapter-8/simple-benchmark/reactive/pom.xml | 2 +- chapter-9/debezium/pom.xml | 2 +- chapter-9/hibernate-reactive/pom.xml | 2 +- chapter-9/redis/pom.xml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/chapter-10/blocking-example/pom.xml b/chapter-10/blocking-example/pom.xml index efd923be..a78c2449 100644 --- a/chapter-10/blocking-example/pom.xml +++ b/chapter-10/blocking-example/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-10/database-example/pom.xml b/chapter-10/database-example/pom.xml index 8dbe9c80..2f67c482 100644 --- a/chapter-10/database-example/pom.xml +++ b/chapter-10/database-example/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-10/fault-tolerance-example/pom.xml b/chapter-10/fault-tolerance-example/pom.xml index c45815fb..dc130e2d 100644 --- a/chapter-10/fault-tolerance-example/pom.xml +++ b/chapter-10/fault-tolerance-example/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-10/hello-messaging/pom.xml b/chapter-10/hello-messaging/pom.xml index 3fe6da30..ad9fe0bc 100644 --- a/chapter-10/hello-messaging/pom.xml +++ b/chapter-10/hello-messaging/pom.xml @@ -18,7 +18,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-10/messages-example/pom.xml b/chapter-10/messages-example/pom.xml index 2c4a81b4..cfec6a58 100644 --- a/chapter-10/messages-example/pom.xml +++ b/chapter-10/messages-example/pom.xml @@ -18,7 +18,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-10/stream-example/pom.xml b/chapter-10/stream-example/pom.xml index 4ccca748..d05b6abf 100644 --- a/chapter-10/stream-example/pom.xml +++ b/chapter-10/stream-example/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-11/processor/pom.xml b/chapter-11/processor/pom.xml index 28914534..009da520 100644 --- a/chapter-11/processor/pom.xml +++ b/chapter-11/processor/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-11/ticker/pom.xml b/chapter-11/ticker/pom.xml index c9404303..8d1f9b17 100644 --- a/chapter-11/ticker/pom.xml +++ b/chapter-11/ticker/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-11/viewer/pom.xml b/chapter-11/viewer/pom.xml index ab556582..c0e0f10c 100644 --- a/chapter-11/viewer/pom.xml +++ b/chapter-11/viewer/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-12/api-gateway-example/api-gateway/pom.xml b/chapter-12/api-gateway-example/api-gateway/pom.xml index 3dcb6133..0794694e 100644 --- a/chapter-12/api-gateway-example/api-gateway/pom.xml +++ b/chapter-12/api-gateway-example/api-gateway/pom.xml @@ -21,7 +21,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-12/api-gateway-example/greeting-service/pom.xml b/chapter-12/api-gateway-example/greeting-service/pom.xml index 44e231a1..1150bdee 100644 --- a/chapter-12/api-gateway-example/greeting-service/pom.xml +++ b/chapter-12/api-gateway-example/greeting-service/pom.xml @@ -20,7 +20,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-12/api-gateway-example/quote-service/pom.xml b/chapter-12/api-gateway-example/quote-service/pom.xml index 63ca41a2..63b29027 100644 --- a/chapter-12/api-gateway-example/quote-service/pom.xml +++ b/chapter-12/api-gateway-example/quote-service/pom.xml @@ -20,7 +20,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-12/http-messaging-example/pom.xml b/chapter-12/http-messaging-example/pom.xml index 1ec2e224..b26a5bb2 100644 --- a/chapter-12/http-messaging-example/pom.xml +++ b/chapter-12/http-messaging-example/pom.xml @@ -20,7 +20,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-12/rest-client-example/pom.xml b/chapter-12/rest-client-example/pom.xml index 392aa1dd..604f7663 100644 --- a/chapter-12/rest-client-example/pom.xml +++ b/chapter-12/rest-client-example/pom.xml @@ -18,7 +18,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-13/processor-health/pom.xml b/chapter-13/processor-health/pom.xml index c471b817..4994567f 100644 --- a/chapter-13/processor-health/pom.xml +++ b/chapter-13/processor-health/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-13/processor/pom.xml b/chapter-13/processor/pom.xml index 2a2b9c69..d65330e7 100644 --- a/chapter-13/processor/pom.xml +++ b/chapter-13/processor/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-13/ticker/pom.xml b/chapter-13/ticker/pom.xml index 36ff07f1..f768e850 100644 --- a/chapter-13/ticker/pom.xml +++ b/chapter-13/ticker/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-13/viewer/pom.xml b/chapter-13/viewer/pom.xml index 54dc660d..eafbeb86 100644 --- a/chapter-13/viewer/pom.xml +++ b/chapter-13/viewer/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-2/code-with-quarkus/pom.xml b/chapter-2/code-with-quarkus/pom.xml index 5f6cd13b..8f9068af 100644 --- a/chapter-2/code-with-quarkus/pom.xml +++ b/chapter-2/code-with-quarkus/pom.xml @@ -18,7 +18,7 @@ 2.16.4.Final quarkus-bom io.quarkus - 2.16.4.Final + 3.7.2 2.22.2 diff --git a/chapter-2/quarkus-hello/pom.xml b/chapter-2/quarkus-hello/pom.xml index e97f7e89..45aa8124 100644 --- a/chapter-2/quarkus-hello/pom.xml +++ b/chapter-2/quarkus-hello/pom.xml @@ -18,7 +18,7 @@ 2.16.4.Final quarkus-bom io.quarkus - 2.16.4.Final + 3.7.2 2.22.2 diff --git a/chapter-7/order-example/pom.xml b/chapter-7/order-example/pom.xml index 69f456a5..2bd6cfbc 100644 --- a/chapter-7/order-example/pom.xml +++ b/chapter-7/order-example/pom.xml @@ -17,7 +17,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/mutiny-integration-examples/pom.xml b/chapter-8/mutiny-integration-examples/pom.xml index 0cd0ee19..dd972795 100644 --- a/chapter-8/mutiny-integration-examples/pom.xml +++ b/chapter-8/mutiny-integration-examples/pom.xml @@ -18,7 +18,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/reactive-scores/pom.xml b/chapter-8/reactive-scores/pom.xml index 7c92ac13..769ac3b3 100644 --- a/chapter-8/reactive-scores/pom.xml +++ b/chapter-8/reactive-scores/pom.xml @@ -16,7 +16,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/resteasy-reactive-examples/pom.xml b/chapter-8/resteasy-reactive-examples/pom.xml index f915832c..cc33747f 100644 --- a/chapter-8/resteasy-reactive-examples/pom.xml +++ b/chapter-8/resteasy-reactive-examples/pom.xml @@ -18,7 +18,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/simple-benchmark/classic/pom.xml b/chapter-8/simple-benchmark/classic/pom.xml index e7d2713e..fbf7235f 100644 --- a/chapter-8/simple-benchmark/classic/pom.xml +++ b/chapter-8/simple-benchmark/classic/pom.xml @@ -16,7 +16,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/simple-benchmark/reactive-blocking/pom.xml b/chapter-8/simple-benchmark/reactive-blocking/pom.xml index 89e71e56..794b46ec 100644 --- a/chapter-8/simple-benchmark/reactive-blocking/pom.xml +++ b/chapter-8/simple-benchmark/reactive-blocking/pom.xml @@ -16,7 +16,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-8/simple-benchmark/reactive/pom.xml b/chapter-8/simple-benchmark/reactive/pom.xml index 1d39c191..744510f8 100644 --- a/chapter-8/simple-benchmark/reactive/pom.xml +++ b/chapter-8/simple-benchmark/reactive/pom.xml @@ -16,7 +16,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-9/debezium/pom.xml b/chapter-9/debezium/pom.xml index 791ce54a..a084bde7 100644 --- a/chapter-9/debezium/pom.xml +++ b/chapter-9/debezium/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-9/hibernate-reactive/pom.xml b/chapter-9/hibernate-reactive/pom.xml index 97857cdb..2953b0a2 100644 --- a/chapter-9/hibernate-reactive/pom.xml +++ b/chapter-9/hibernate-reactive/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 diff --git a/chapter-9/redis/pom.xml b/chapter-9/redis/pom.xml index bceeedc3..3c7fde27 100644 --- a/chapter-9/redis/pom.xml +++ b/chapter-9/redis/pom.xml @@ -19,7 +19,7 @@ 2.8.2.Final quarkus-bom io.quarkus - 2.8.2.Final + 3.7.2 2.22.2 0.42.0