From 74e1f200e62aabb2011573243fcc4fa424868149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 01:03:30 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.5 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.5...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 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 58149161..3dc7c6d7 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.5 + 3.27.6 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 8b5018c0..5fa2b347 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.5 + 3.27.6 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 5a2c89fa..6c364504 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.5 + 3.27.6 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 6b9b4188..6b6c614a 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.5 + 3.27.6 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 2f2e63de..d9af5422 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.5 + 3.27.6 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 a7817778..d4ad2d3a 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.5 + 3.27.6 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 71101fda..e4e115cc 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.5 + 3.27.6 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 9bd32f8b..f1f9c43f 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.5 + 3.27.6 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 0a4bc820..f6f27950 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.5 + 3.27.6 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 6c95a793..aba0de3a 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.5 + 3.27.6 3.8.1 true 11