diff --git a/components/abstractions/gradle/dependencies.gradle b/components/abstractions/gradle/dependencies.gradle index e99823b02..73f8349a7 100644 --- a/components/abstractions/gradle/dependencies.gradle +++ b/components/abstractions/gradle/dependencies.gradle @@ -2,7 +2,7 @@ dependencies { // Use JUnit Jupiter API for testing. testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2' testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation 'org.mockito:mockito-core:5.17.0' + testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation project(':components:serialization:json') // This dependency is used internally, and not exposed to consumers on their own compile classpath.