diff --git a/build.gradle b/build.gradle index 73959b5..fc07c98 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.21.0' - testImplementation 'org.assertj:assertj-core:3.27.6' + testImplementation 'org.assertj:assertj-core:3.27.7' }