From 9aba9ddbc8f69119a57687df56edb8557e2415fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:34:41 +0000 Subject: [PATCH] Bump surefire-plugin.version from 3.5.0 to 3.5.1 Bumps `surefire-plugin.version` from 3.5.0 to 3.5.1. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch ... 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 50cade1d..9b0e831a 100644 --- a/chapter-2/chapter-2-simple-project/pom.xml +++ b/chapter-2/chapter-2-simple-project/pom.xml @@ -15,7 +15,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-3/chapter-3-quarkus-rest-json/pom.xml b/chapter-3/chapter-3-quarkus-rest-json/pom.xml index 4099153d..697e2eaa 100644 --- a/chapter-3/chapter-3-quarkus-rest-json/pom.xml +++ b/chapter-3/chapter-3-quarkus-rest-json/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml index e18e3e40..d4e4d63c 100644 --- a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 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 27b9f53f..aa914449 100644 --- a/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 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 e06c68f2..fc4887a6 100644 --- a/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml index 03edc3a7..49d350ac 100644 --- a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml index f6ad271b..ac8e3e50 100644 --- a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml +++ b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml index 734c364e..b6de65ce 100644 --- a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml +++ b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml index bdec4ddc..73f48466 100644 --- a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml +++ b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 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 0c4c2684..b259092d 100644 --- a/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-cloud-config/pom.xml @@ -18,7 +18,7 @@ io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-6/chapter-6-quarkus-rest-config/pom.xml b/chapter-6/chapter-6-quarkus-rest-config/pom.xml index 6f687b6d..b7527bb0 100644 --- a/chapter-6/chapter-6-quarkus-rest-config/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-config/pom.xml @@ -18,7 +18,7 @@ io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-6/chapter-6-quarkus-rest-database/pom.xml b/chapter-6/chapter-6-quarkus-rest-database/pom.xml index 1c22ef50..f675c2e7 100644 --- a/chapter-6/chapter-6-quarkus-rest-database/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-database/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-6/chapter-6-quarkus-rest-debug/pom.xml b/chapter-6/chapter-6-quarkus-rest-debug/pom.xml index 3f72997d..616c0bd5 100644 --- a/chapter-6/chapter-6-quarkus-rest-debug/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-debug/pom.xml @@ -15,7 +15,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml b/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml index 5de1a712..c4d32048 100644 --- a/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-monitoring/pom.xml @@ -18,7 +18,7 @@ io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1 diff --git a/chapter-6/chapter-6-quarkus-rest/pom.xml b/chapter-6/chapter-6-quarkus-rest/pom.xml index d2861810..03e028cb 100644 --- a/chapter-6/chapter-6-quarkus-rest/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest/pom.xml @@ -16,7 +16,7 @@ quarkus-bom io.quarkus.platform 2.16.12.Final - 3.5.0 + 3.5.1