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 63d0646 + fd7c76a commit 38a4e82Copy full SHA for 38a4e82
build.gradle
@@ -77,7 +77,7 @@ dependencies {
77
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
78
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
79
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.1'
80
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.0.0'
81
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
82
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.3'
83
}
0 commit comments