From b5c57790ad8e2f93f8fa9b3fa7f66cc44c10074d Mon Sep 17 00:00:00 2001 From: Eduard Tudenhoefner Date: Fri, 19 Jun 2026 10:15:52 +0200 Subject: [PATCH] GH-3615: Introduce AssertJ for testing --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index a0a6678163..0fe9dcff2a 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,7 @@ 1.11.5 33.6.0-jre 0.1.1 + 3.27.7 5.23.0 0.27ea1 3.6.1 @@ -163,6 +164,12 @@ 4.13.2 test + + org.assertj + assertj-core + ${assertj.version} + test +