From c702a71098eeeccd1b34dbbc04d79ae791b89b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:59:19 +0000 Subject: [PATCH] Bump surefire-plugin.version from 2.22.2 to 3.2.2 Bumps `surefire-plugin.version` from 2.22.2 to 3.2.2. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 2.22.2 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.2.2) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 2.22.2 to 3.2.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.2.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin 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-3/quarkus-simple-service/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 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/chapter-10/blocking-example/pom.xml b/chapter-10/blocking-example/pom.xml index efd923be..2c8fa8ae 100644 --- a/chapter-10/blocking-example/pom.xml +++ b/chapter-10/blocking-example/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-10/database-example/pom.xml b/chapter-10/database-example/pom.xml index 8dbe9c80..321e6ac4 100644 --- a/chapter-10/database-example/pom.xml +++ b/chapter-10/database-example/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-10/fault-tolerance-example/pom.xml b/chapter-10/fault-tolerance-example/pom.xml index c45815fb..3ff78f39 100644 --- a/chapter-10/fault-tolerance-example/pom.xml +++ b/chapter-10/fault-tolerance-example/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-10/hello-messaging/pom.xml b/chapter-10/hello-messaging/pom.xml index 3fe6da30..9cb0be13 100644 --- a/chapter-10/hello-messaging/pom.xml +++ b/chapter-10/hello-messaging/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-10/messages-example/pom.xml b/chapter-10/messages-example/pom.xml index 2c4a81b4..67fdc1f3 100644 --- a/chapter-10/messages-example/pom.xml +++ b/chapter-10/messages-example/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-10/stream-example/pom.xml b/chapter-10/stream-example/pom.xml index 4ccca748..4eb5b423 100644 --- a/chapter-10/stream-example/pom.xml +++ b/chapter-10/stream-example/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-11/processor/pom.xml b/chapter-11/processor/pom.xml index 28914534..0b2e545b 100644 --- a/chapter-11/processor/pom.xml +++ b/chapter-11/processor/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-11/ticker/pom.xml b/chapter-11/ticker/pom.xml index c9404303..7715e5d5 100644 --- a/chapter-11/ticker/pom.xml +++ b/chapter-11/ticker/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-11/viewer/pom.xml b/chapter-11/viewer/pom.xml index ab556582..5d74f010 100644 --- a/chapter-11/viewer/pom.xml +++ b/chapter-11/viewer/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.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..a71cac76 100644 --- a/chapter-12/api-gateway-example/api-gateway/pom.xml +++ b/chapter-12/api-gateway-example/api-gateway/pom.xml @@ -22,7 +22,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.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..389b6436 100644 --- a/chapter-12/api-gateway-example/greeting-service/pom.xml +++ b/chapter-12/api-gateway-example/greeting-service/pom.xml @@ -21,7 +21,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.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..d6d8eaf8 100644 --- a/chapter-12/api-gateway-example/quote-service/pom.xml +++ b/chapter-12/api-gateway-example/quote-service/pom.xml @@ -21,7 +21,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-12/http-messaging-example/pom.xml b/chapter-12/http-messaging-example/pom.xml index 1ec2e224..35624cd0 100644 --- a/chapter-12/http-messaging-example/pom.xml +++ b/chapter-12/http-messaging-example/pom.xml @@ -21,7 +21,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-12/rest-client-example/pom.xml b/chapter-12/rest-client-example/pom.xml index 392aa1dd..7a26975b 100644 --- a/chapter-12/rest-client-example/pom.xml +++ b/chapter-12/rest-client-example/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-13/processor-health/pom.xml b/chapter-13/processor-health/pom.xml index c471b817..183b556c 100644 --- a/chapter-13/processor-health/pom.xml +++ b/chapter-13/processor-health/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-13/processor/pom.xml b/chapter-13/processor/pom.xml index 2a2b9c69..802fe647 100644 --- a/chapter-13/processor/pom.xml +++ b/chapter-13/processor/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-13/ticker/pom.xml b/chapter-13/ticker/pom.xml index 36ff07f1..5fb2f526 100644 --- a/chapter-13/ticker/pom.xml +++ b/chapter-13/ticker/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-13/viewer/pom.xml b/chapter-13/viewer/pom.xml index 54dc660d..b006e934 100644 --- a/chapter-13/viewer/pom.xml +++ b/chapter-13/viewer/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-2/code-with-quarkus/pom.xml b/chapter-2/code-with-quarkus/pom.xml index 5f6cd13b..dfe41823 100644 --- a/chapter-2/code-with-quarkus/pom.xml +++ b/chapter-2/code-with-quarkus/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.16.4.Final - 2.22.2 + 3.2.2 diff --git a/chapter-2/quarkus-hello/pom.xml b/chapter-2/quarkus-hello/pom.xml index e97f7e89..683096e1 100644 --- a/chapter-2/quarkus-hello/pom.xml +++ b/chapter-2/quarkus-hello/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.16.4.Final - 2.22.2 + 3.2.2 diff --git a/chapter-3/quarkus-simple-service/pom.xml b/chapter-3/quarkus-simple-service/pom.xml index 00aa73f8..05b97c25 100644 --- a/chapter-3/quarkus-simple-service/pom.xml +++ b/chapter-3/quarkus-simple-service/pom.xml @@ -17,7 +17,7 @@ quarkus-bom io.quarkus.platform 2.16.4.Final - 3.0.0-M7 + 3.2.2 diff --git a/chapter-7/order-example/pom.xml b/chapter-7/order-example/pom.xml index 69f456a5..298b8e48 100644 --- a/chapter-7/order-example/pom.xml +++ b/chapter-7/order-example/pom.xml @@ -18,7 +18,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/mutiny-integration-examples/pom.xml b/chapter-8/mutiny-integration-examples/pom.xml index 0cd0ee19..41410cb1 100644 --- a/chapter-8/mutiny-integration-examples/pom.xml +++ b/chapter-8/mutiny-integration-examples/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/reactive-scores/pom.xml b/chapter-8/reactive-scores/pom.xml index 7c92ac13..19cdc08a 100644 --- a/chapter-8/reactive-scores/pom.xml +++ b/chapter-8/reactive-scores/pom.xml @@ -17,7 +17,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/resteasy-reactive-examples/pom.xml b/chapter-8/resteasy-reactive-examples/pom.xml index f915832c..071fa74b 100644 --- a/chapter-8/resteasy-reactive-examples/pom.xml +++ b/chapter-8/resteasy-reactive-examples/pom.xml @@ -19,7 +19,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/simple-benchmark/classic/pom.xml b/chapter-8/simple-benchmark/classic/pom.xml index e7d2713e..9a09eec3 100644 --- a/chapter-8/simple-benchmark/classic/pom.xml +++ b/chapter-8/simple-benchmark/classic/pom.xml @@ -17,7 +17,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/simple-benchmark/reactive-blocking/pom.xml b/chapter-8/simple-benchmark/reactive-blocking/pom.xml index 89e71e56..bd53544a 100644 --- a/chapter-8/simple-benchmark/reactive-blocking/pom.xml +++ b/chapter-8/simple-benchmark/reactive-blocking/pom.xml @@ -17,7 +17,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-8/simple-benchmark/reactive/pom.xml b/chapter-8/simple-benchmark/reactive/pom.xml index 1d39c191..08306620 100644 --- a/chapter-8/simple-benchmark/reactive/pom.xml +++ b/chapter-8/simple-benchmark/reactive/pom.xml @@ -17,7 +17,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-9/debezium/pom.xml b/chapter-9/debezium/pom.xml index 791ce54a..3ffea425 100644 --- a/chapter-9/debezium/pom.xml +++ b/chapter-9/debezium/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-9/hibernate-reactive/pom.xml b/chapter-9/hibernate-reactive/pom.xml index 97857cdb..d62c711d 100644 --- a/chapter-9/hibernate-reactive/pom.xml +++ b/chapter-9/hibernate-reactive/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 diff --git a/chapter-9/redis/pom.xml b/chapter-9/redis/pom.xml index bceeedc3..aab248de 100644 --- a/chapter-9/redis/pom.xml +++ b/chapter-9/redis/pom.xml @@ -20,7 +20,7 @@ quarkus-bom io.quarkus 2.8.2.Final - 2.22.2 + 3.2.2 0.42.0