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 2c68f65 + 0719491 commit f3541b4Copy full SHA for f3541b4
build.gradle
@@ -75,7 +75,7 @@ dependencies {
75
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
76
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
77
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
78
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1'
79
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
80
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.15.4'
81
}
0 commit comments