From 4830c0265b3664e096a5ca2b51183258301d1a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:14:24 +0000 Subject: [PATCH] Update dependency org.assertj:assertj-core to v3.26.3 --- base/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/build.gradle b/base/build.gradle index 56e7507..1f735a8 100644 --- a/base/build.gradle +++ b/base/build.gradle @@ -9,7 +9,7 @@ dependencies { api("org.junit.jupiter:junit-jupiter-api:5.10.3") implementation("org.slf4j:slf4j-api:2.0.13") - testFixturesApi("org.assertj:assertj-core:3.26.0") + testFixturesApi("org.assertj:assertj-core:3.26.3") testFixturesImplementation("org.flywaydb:flyway-core:9.22.3") testFixturesImplementation("ch.qos.logback:logback-classic:1.5.6") }