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 3f73c1f commit 1317d05Copy full SHA for 1317d05
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.23.1'
80
- testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.9.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.10.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