From 8b503900a92a7dc472711a1b2be4669bdd647011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:21:10 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.0. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 d6587dba..d72143c4 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.26.3 + 3.27.0 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 ca61e77a..ba343dfc 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.26.3 + 3.27.0 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 c24e1ade..9c77d2c3 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.26.3 + 3.27.0 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 21157953..4e5278d1 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.26.3 + 3.27.0 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 a0a426e5..72c12d5e 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.26.3 + 3.27.0 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 ce1594c0..7fff843d 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.26.3 + 3.27.0 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 ae2d9449..577ef72f 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.26.3 + 3.27.0 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 4e0ee648..45547827 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.26.3 + 3.27.0 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 bc2bbf4d..f8cd0d81 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.26.3 + 3.27.0 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 287cd595..ca8b1991 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.26.3 + 3.27.0 3.8.1 true 11