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 a37fb60 commit a64e213Copy full SHA for a64e213
build.gradle
@@ -194,7 +194,7 @@ dependencies {
194
195
testImplementation libraries.junit5
196
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.0'
197
- testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.19.0'
+ testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.21.0'
198
199
integrationTestImplementation sourceSets.main.runtimeClasspath
200
integrationTestImplementation sourceSets.test.runtimeClasspath
0 commit comments