From 550c326191a7f8ba908e8a473de2b90f249888cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:03:30 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.5) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.5 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 3d2a660c..58149161 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.4 + 3.27.5 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 913cff65..8b5018c0 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.4 + 3.27.5 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 8feb03dd..5a2c89fa 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.4 + 3.27.5 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 b8bbc93d..6b9b4188 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.4 + 3.27.5 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 4926f549..2f2e63de 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.4 + 3.27.5 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 1e84c221..a7817778 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.4 + 3.27.5 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 cc2c90ad..71101fda 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.4 + 3.27.5 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 c14be2f1..9bd32f8b 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.4 + 3.27.5 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 7ecfc51e..0a4bc820 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.4 + 3.27.5 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 d16e7830..6c95a793 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.4 + 3.27.5 3.8.1 true 11