From 05069654527bb44c6a7e2be485708eced77eaaf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:13:30 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.1 to 3.27.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.1...assertj-build-3.27.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core 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 eec8267d..cc848d72 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.1 + 3.27.2 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 968547f3..d627e5df 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.1 + 3.27.2 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 8f50f29f..f2091bcf 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.1 + 3.27.2 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 8345d9d5..8da1d5c4 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.1 + 3.27.2 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 ac8f2f8b..1c494a8f 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.1 + 3.27.2 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 de8b9d9f..8c36bcca 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.1 + 3.27.2 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 1ae1dca1..ac02712e 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.1 + 3.27.2 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 22ffd2ec..258a5cbc 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.1 + 3.27.2 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 bca4482b..b19cbe2d 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.1 + 3.27.2 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 1d38cb6d..8a6c0352 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.1 + 3.27.2 3.8.1 true 11