We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53bffdf + 1a0ce9b commit 1373604Copy full SHA for 1373604
1 file changed
components/bundle/gradle/dependencies.gradle
@@ -3,7 +3,7 @@ dependencies {
3
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
4
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
5
6
- testImplementation 'org.mockito:mockito-core:5.16.1'
+ testImplementation 'org.mockito:mockito-core:5.17.0'
7
8
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
9
0 commit comments