diff --git a/build.gradle b/build.gradle index ec601c88..f58f2c70 100644 --- a/build.gradle +++ b/build.gradle @@ -242,7 +242,7 @@ allprojects { testFramework 'org.assertj:assertj-core:3.26.3' testFramework 'org.junit.jupiter:junit-jupiter-api' testFramework 'org.junit.jupiter:junit-jupiter-params' - testFramework 'org.mockito:mockito-junit-jupiter:5.14.1' + testFramework 'org.mockito:mockito-junit-jupiter:5.14.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-runner'