From ccc1c825f8d55a26ae4d954e2bd5da169f10fd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:33:18 +0000 Subject: [PATCH] Bump org.assertj:assertj-core from 3.22.0 to 3.26.0 Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.22.0 to 3.26.0. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-core-3.22.0...assertj-build-3.26.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hamming-error-correction/pom.xml | 2 +- java-11-string-api-updates/pom.xml | 2 +- java-advanced-groupingby/pom.xml | 2 +- java-archunit/pom.xml | 2 +- java-collectors-teeing/pom.xml | 2 +- java-collectors/pom.xml | 2 +- java-completable-future-allof/pom.xml | 2 +- java-completable-future-timeouts/pom.xml | 2 +- java-completion-order-spliterator/pom.xml | 2 +- java-design-patterns/pom.xml | 2 +- java-event-sourcing/pom.xml | 2 +- java-exception-stacktraces/pom.xml | 2 +- java-immutable-collectors/pom.xml | 2 +- java-jdk8-on-spin-wait/pom.xml | 2 +- java-lazy-initialization/pom.xml | 2 +- java-parallel-collection-processing/pom.xml | 2 +- java-priorityqueue-stream-order/pom.xml | 2 +- java-random-stream/pom.xml | 2 +- java-sealed-classes/pom.xml | 2 +- java-sliding-window-stream/pom.xml | 2 +- java-sneaky-throws-lambda/pom.xml | 2 +- java-stream-mapmulti/pom.xml | 2 +- java-thread-stop/pom.xml | 2 +- kotlin-collections/pom.xml | 2 +- kotlin-null-nonsafety/pom.xml | 2 +- kotlin-type-inference/pom.xml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/hamming-error-correction/pom.xml b/hamming-error-correction/pom.xml index 9cbe322..b9e9ebf 100644 --- a/hamming-error-correction/pom.xml +++ b/hamming-error-correction/pom.xml @@ -37,7 +37,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-11-string-api-updates/pom.xml b/java-11-string-api-updates/pom.xml index 861ae18..5b31c80 100644 --- a/java-11-string-api-updates/pom.xml +++ b/java-11-string-api-updates/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-advanced-groupingby/pom.xml b/java-advanced-groupingby/pom.xml index 7be63dd..72663b5 100644 --- a/java-advanced-groupingby/pom.xml +++ b/java-advanced-groupingby/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-archunit/pom.xml b/java-archunit/pom.xml index b7fd504..2cc19be 100644 --- a/java-archunit/pom.xml +++ b/java-archunit/pom.xml @@ -53,7 +53,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-collectors-teeing/pom.xml b/java-collectors-teeing/pom.xml index c8911fe..b0272d6 100644 --- a/java-collectors-teeing/pom.xml +++ b/java-collectors-teeing/pom.xml @@ -56,7 +56,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-collectors/pom.xml b/java-collectors/pom.xml index b3d654c..6fc3edb 100644 --- a/java-collectors/pom.xml +++ b/java-collectors/pom.xml @@ -56,7 +56,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-completable-future-allof/pom.xml b/java-completable-future-allof/pom.xml index 7ae9571..610203d 100644 --- a/java-completable-future-allof/pom.xml +++ b/java-completable-future-allof/pom.xml @@ -47,7 +47,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-completable-future-timeouts/pom.xml b/java-completable-future-timeouts/pom.xml index d31f471..0e5934e 100644 --- a/java-completable-future-timeouts/pom.xml +++ b/java-completable-future-timeouts/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-completion-order-spliterator/pom.xml b/java-completion-order-spliterator/pom.xml index da4c629..f0fd2fb 100644 --- a/java-completion-order-spliterator/pom.xml +++ b/java-completion-order-spliterator/pom.xml @@ -46,7 +46,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-design-patterns/pom.xml b/java-design-patterns/pom.xml index 6dff894..0500540 100644 --- a/java-design-patterns/pom.xml +++ b/java-design-patterns/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-event-sourcing/pom.xml b/java-event-sourcing/pom.xml index e2a75ee..7d44387 100644 --- a/java-event-sourcing/pom.xml +++ b/java-event-sourcing/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-exception-stacktraces/pom.xml b/java-exception-stacktraces/pom.xml index 478d660..8b6e19e 100644 --- a/java-exception-stacktraces/pom.xml +++ b/java-exception-stacktraces/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-immutable-collectors/pom.xml b/java-immutable-collectors/pom.xml index b99a368..f964897 100644 --- a/java-immutable-collectors/pom.xml +++ b/java-immutable-collectors/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-jdk8-on-spin-wait/pom.xml b/java-jdk8-on-spin-wait/pom.xml index 62117a3..84bedaa 100644 --- a/java-jdk8-on-spin-wait/pom.xml +++ b/java-jdk8-on-spin-wait/pom.xml @@ -57,7 +57,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-lazy-initialization/pom.xml b/java-lazy-initialization/pom.xml index 8d09a32..50646f2 100644 --- a/java-lazy-initialization/pom.xml +++ b/java-lazy-initialization/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-parallel-collection-processing/pom.xml b/java-parallel-collection-processing/pom.xml index a2ae9d1..5b3978f 100644 --- a/java-parallel-collection-processing/pom.xml +++ b/java-parallel-collection-processing/pom.xml @@ -62,7 +62,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-priorityqueue-stream-order/pom.xml b/java-priorityqueue-stream-order/pom.xml index 26b5a06..fe8e32b 100644 --- a/java-priorityqueue-stream-order/pom.xml +++ b/java-priorityqueue-stream-order/pom.xml @@ -47,7 +47,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-random-stream/pom.xml b/java-random-stream/pom.xml index d392a6b..76fd005 100644 --- a/java-random-stream/pom.xml +++ b/java-random-stream/pom.xml @@ -56,7 +56,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-sealed-classes/pom.xml b/java-sealed-classes/pom.xml index 620a030..7da9043 100644 --- a/java-sealed-classes/pom.xml +++ b/java-sealed-classes/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-sliding-window-stream/pom.xml b/java-sliding-window-stream/pom.xml index 2cb064b..606b438 100644 --- a/java-sliding-window-stream/pom.xml +++ b/java-sliding-window-stream/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-sneaky-throws-lambda/pom.xml b/java-sneaky-throws-lambda/pom.xml index 38ad1a2..e256db0 100644 --- a/java-sneaky-throws-lambda/pom.xml +++ b/java-sneaky-throws-lambda/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-stream-mapmulti/pom.xml b/java-stream-mapmulti/pom.xml index dfc5f4e..7e3b781 100644 --- a/java-stream-mapmulti/pom.xml +++ b/java-stream-mapmulti/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/java-thread-stop/pom.xml b/java-thread-stop/pom.xml index 3f9b19a..c7a1ed0 100644 --- a/java-thread-stop/pom.xml +++ b/java-thread-stop/pom.xml @@ -41,7 +41,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/kotlin-collections/pom.xml b/kotlin-collections/pom.xml index c2ff081..fcad268 100644 --- a/kotlin-collections/pom.xml +++ b/kotlin-collections/pom.xml @@ -32,7 +32,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/kotlin-null-nonsafety/pom.xml b/kotlin-null-nonsafety/pom.xml index da4dd8a..06d44b2 100644 --- a/kotlin-null-nonsafety/pom.xml +++ b/kotlin-null-nonsafety/pom.xml @@ -31,7 +31,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test diff --git a/kotlin-type-inference/pom.xml b/kotlin-type-inference/pom.xml index 84228ec..212c165 100644 --- a/kotlin-type-inference/pom.xml +++ b/kotlin-type-inference/pom.xml @@ -37,7 +37,7 @@ org.assertj assertj-core - 3.22.0 + 3.26.0 test