From f5f56a17fa634d0591bfdf94ac3d5493f24a400d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 01:57:30 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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-database/pom.xml | 2 +- chapter-6/chapter-6-quarkus-rest/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chapter-3/chapter-3-quarkus-rest-json/pom.xml b/chapter-3/chapter-3-quarkus-rest-json/pom.xml index 860ccc67..c39f53dd 100644 --- a/chapter-3/chapter-3-quarkus-rest-json/pom.xml +++ b/chapter-3/chapter-3-quarkus-rest-json/pom.xml @@ -6,7 +6,7 @@ chapter-3-quarkus-rest-json 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml index f314d725..9e4e406a 100644 --- a/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-activerecord/pom.xml @@ -6,7 +6,7 @@ chapter-4-quarkus-panache-activerecord 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 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 9950f0c8..8be116ee 100644 --- a/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-reactive-activerecord/pom.xml @@ -6,7 +6,7 @@ chapter-4-quarkus-panache-reactive-activerecord 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 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 f8e88b17..ee0aa465 100644 --- a/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml @@ -6,7 +6,7 @@ chapter-4-quarkus-panache-reactive-repository 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml index d01d0258..650f09f6 100644 --- a/chapter-4/chapter-4-quarkus-panache-repository/pom.xml +++ b/chapter-4/chapter-4-quarkus-panache-repository/pom.xml @@ -6,7 +6,7 @@ chapter-4-quarkus-panache-repository 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml index be4fa566..2d25e5dd 100644 --- a/chapter-5/chapter-5-quarkus-cloud-events/pom.xml +++ b/chapter-5/chapter-5-quarkus-cloud-events/pom.xml @@ -6,7 +6,7 @@ chapter-5-quarkus-cloud-events 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml index ed5e1b3f..08320475 100644 --- a/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml +++ b/chapter-5/chapter-5-quarkus-kafka-streams/pom.xml @@ -6,7 +6,7 @@ chapter-5-quarkus-kafka-streams 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml index cb8976ce..009bb4fa 100644 --- a/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml +++ b/chapter-5/chapter-5-quarkus-vertx-eventbus/pom.xml @@ -6,7 +6,7 @@ chapter-5-quarkus-vertx-eventbus 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-6/chapter-6-quarkus-rest-database/pom.xml b/chapter-6/chapter-6-quarkus-rest-database/pom.xml index e5a87dd3..e9ea253f 100644 --- a/chapter-6/chapter-6-quarkus-rest-database/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest-database/pom.xml @@ -6,7 +6,7 @@ chapter-6-quarkus-rest-database 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11 diff --git a/chapter-6/chapter-6-quarkus-rest/pom.xml b/chapter-6/chapter-6-quarkus-rest/pom.xml index 7236f16d..1eaa5810 100644 --- a/chapter-6/chapter-6-quarkus-rest/pom.xml +++ b/chapter-6/chapter-6-quarkus-rest/pom.xml @@ -6,7 +6,7 @@ chapter-6-quarkus-rest 1.0.0-SNAPSHOT - 3.27.3 + 3.27.4 3.8.1 true 11