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 1758e33 + 5883780 commit e1a010eCopy full SHA for e1a010e
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.7.0'
+ testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
80
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1'
81
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.17.1'
82
}
0 commit comments