diff --git a/build.gradle b/build.gradle index c7022b6..14eae14 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ subprojects { testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.7' - testImplementation 'org.mockito:mockito-core:5.22.0' + testImplementation 'org.mockito:mockito-core:5.23.0' } test {