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 a77acbb + c908f74 commit b6b9961Copy full SHA for b6b9961
build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
77
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher'
78
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
79
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.6.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.7.0'
80
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
81
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.16.2'
82
}
0 commit comments