We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc4f80 commit b38e98cCopy full SHA for b38e98c
build.gradle
@@ -77,8 +77,8 @@ allprojects {
77
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
78
79
testImplementation 'org.assertj:assertj-core:3.26.3'
80
- testImplementation 'org.mockito:mockito-core:5.12.0'
81
- testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
+ testImplementation 'org.mockito:mockito-core:5.13.0'
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
82
83
}
84
0 commit comments