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") }