diff --git a/build.gradle b/build.gradle index 41bc9be..2ce5125 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ dependencies { testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testImplementation 'org.junit.platform:junit-platform-launcher:6.0.3' - testImplementation 'org.mockito:mockito-core:5.22.0' - mockitoAgent('org.mockito:mockito-core:5.22.0') { + testImplementation 'org.mockito:mockito-core:5.23.0' + mockitoAgent('org.mockito:mockito-core:5.23.0') { transitive = false } }