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 d74a6b0 + 7b3e767 commit 2937ce8Copy full SHA for 2937ce8
build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
testImplementation platform('org.mockito:mockito-bom:5.14.2')
122
testImplementation group: 'org.mockito', name: 'mockito-core'
123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124
- testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.2'
+ testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.18.3'
125
}
126
127
test {
0 commit comments