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.
2 parents f5b5b85 + cf11102 commit a74f4a4Copy full SHA for a74f4a4
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
74
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
75
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
76
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.0'
77
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
78
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.4'
79
}
0 commit comments