We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0915f2 + 6b887c9 commit 53bffdfCopy full SHA for 53bffdf
1 file changed
components/abstractions/gradle/dependencies.gradle
@@ -2,7 +2,7 @@ dependencies {
2
// Use JUnit Jupiter API for testing.
3
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
4
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
5
- testImplementation 'org.mockito:mockito-core:5.16.1'
+ testImplementation 'org.mockito:mockito-core:5.17.0'
6
testImplementation project(':components:serialization:json')
7
8
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
0 commit comments